Searched refs:rom (Results 1 – 25 of 298) sorted by relevance
12345678910>>...12
/third_party/uboot/u-boot-2020.01/arch/x86/dts/ |
D | u-boot.dtsi | 13 rom: rom { label 19 rom: binman { label 25 &rom { 26 filename = "u-boot.rom";
|
/third_party/uboot/u-boot-2020.01/doc/board/emulation/ |
D | qemu-x86.rst | 10 To build u-boot.rom for QEMU x86 targets, just simply run:: 29 U-Boot. To launch QEMU with u-boot.rom, call QEMU as follows:: 31 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom 37 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -M q35 43 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 1024 80 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 1024 \ 108 $ qemu-system-x86_64 -nographic -bios path/to/u-boot.rom
|
/third_party/uboot/u-boot-2020.01/doc/board/intel/ |
D | cherryhill.rst | 18 Now you can build U-Boot and obtain u-boot.rom:: 23 An important note for programming u-boot.rom to the on-board SPI flash is that 30 persists in SPI flash part regardless of the u-boot.rom image burned.
|
D | cougarcanyon2.rst | 12 Now build U-Boot and obtain u-boot.rom:: 23 default u-boot.rom image for this board is set to 2MB, it should be programmed
|
D | crownbay.rst | 15 the SPI flash where u-boot.rom resides, and this CMC binary blob can be found 35 Now you can build U-Boot and obtain u-boot.rom::
|
D | galileo.rst | 19 Now you can build U-Boot and obtain u-boot.rom::
|
D | bayleybay.rst | 22 Now you can build U-Boot and obtain u-boot.rom::
|
/third_party/uboot/u-boot-2020.01/doc/board/google/ |
D | chromebook_samus.rst | 49 pci8086,0406.rom 0x7004c0 optionrom 65536 66 cbfstool samus.bin extract -n pci8086,0406.rom -f vga.bin 78 Now you can build U-Boot and obtain u-boot.rom:: 85 em100 -s -d filename.rom -c W25Q64CV -r
|
D | chromebook_link.rst | 29 Now you can build U-Boot and obtain u-boot.rom:: 34 .. _here: http://www.coreboot.org/~stepan/pci8086,0166.rom
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci_rom.c | 237 struct pci_rom_header *rom = NULL, *ram = NULL; in dm_pci_run_vga_bios() local 252 ret = pci_rom_probe(dev, &rom); in dm_pci_run_vga_bios() 256 ret = pci_rom_load(rom, &ram, &alloced); in dm_pci_run_vga_bios()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | os.txt | 73 rom{"цигайнаг"}
|
D | se_FI.txt | 29 ro_MD{"moldávialaš romániagiella"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | os.txt | 73 rom{"цигайнаг"}
|
D | se_FI.txt | 29 ro_MD{"moldávialaš romániagiella"}
|
D | ewo.txt | 36 ro{"ńkɔ́bɔ románía"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | os.txt | 74 rom{"цигайнаг"}
|
D | se_FI.txt | 30 ro_MD{"moldávialaš romániagiella"}
|
/third_party/uboot/u-boot-2020.01/doc/ |
D | README.nvme | 81 U-Boot. Please see README.x86 for how to build u-boot.rom image for QEMU x86. 84 …6 -drive file=nvme.img,if=none,id=drv0 -device nvme,drive=drv0,serial=QEMUNVME0001 -bios u-boot.rom
|
D | README.watchdog | 8 is useful because some rom's enable the watchdog when downloading
|
/third_party/uboot/u-boot-2020.01/board/synopsys/emsdp/ |
D | emsdp.c | 120 U_BOOT_CMD_MKENT(rom, 2, 0, do_emsdp_rom, "", ""),
|
/third_party/jerryscript/targets/esp8266/ |
D | Makefile | 113 $(LDDIR)/eagle.rom.addr.v6.ld \
|
/third_party/uboot/u-boot-2020.01/doc/arch/ |
D | x86.rst | 43 Building a ROM version of U-Boot (hereafter referred to as u-boot.rom) is a 45 shipped in the U-Boot source tree. Due to this reason, the u-boot.rom build is 55 Both tell the Makefile to build u-boot.rom as a target. 408 Total size: 121888 Fixed: 66496 Free: 9184 (used 93.0% of 128KiB rom) 420 $ qemu-system-i386 -serial stdio -bios u-boot.rom -hda disk.img -cdrom winxp.iso -smp 2 -m 512 423 $ qemu-system-i386 -serial stdio -bios u-boot.rom -hda disk.img -smp 2 -m 512 432 Its VGA ROM is packaged as part of u-boot.rom at a configurable flash address 442 rom = deploy_romfile(file); 444 rom = map_pcirom(pci); 446 + rom = (struct rom_header *)0xfff90000; [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | r7s72100-gr-peach.dts | 38 compatible = "mtd-rom";
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-socfpga/ |
D | misc_gen5.c | 154 writel(0x1, &nic301_regs->rom); in socfpga_nic301_slave_ns()
|
/third_party/uboot/u-boot-2020.01/doc/board/coreboot/ |
D | coreboot.rst | 26 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \
|
12345678910>>...12