Searched refs:rom (Results 1 – 25 of 38) sorted by relevance
12
/u-boot/arch/x86/dts/ |
A D | u-boot.dtsi | 12 rom: rom { label 18 &rom { 19 filename = "u-boot.rom";
|
A D | quark-u-boot.dtsi | 9 &rom {
|
A D | emulation-u-boot.dtsi | 10 &rom {
|
/u-boot/doc/board/intel/ |
A 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.
|
A 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
|
A D | galileo.rst | 19 Now you can build U-Boot and obtain u-boot.rom::
|
A 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::
|
A D | bayleybay.rst | 22 Now you can build U-Boot and obtain u-boot.rom::
|
A D | minnowmax.rst | 36 Now you can build U-Boot and obtain u-boot.rom::
|
/u-boot/arch/arm/dts/ |
A D | rk3288-u-boot.dtsi | 18 rom { 19 filename = "u-boot.rom";
|
A D | rk3399-u-boot.dtsi | 65 rom { 66 filename = "u-boot.rom";
|
A D | r7s72100-gr-peach.dts | 38 compatible = "mtd-rom";
|
/u-boot/doc/board/emulation/ |
A 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
|
/u-boot/doc/board/google/ |
A 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
|
A 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
|
/u-boot/drivers/pci/ |
A D | pci_rom.c | 241 struct pci_rom_header *rom = NULL, *ram = NULL; in dm_pci_run_vga_bios() local 256 ret = pci_rom_probe(dev, &rom); in dm_pci_run_vga_bios() 260 ret = pci_rom_load(rom, &ram, &alloced); in dm_pci_run_vga_bios()
|
/u-boot/board/synopsys/emsdp/ |
A D | emsdp.c | 126 U_BOOT_CMD_MKENT(rom, 2, 0, do_emsdp_rom, "", ""),
|
/u-boot/doc/ |
A D | README.watchdog | 8 is useful because some rom's enable the watchdog when downloading
|
A 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
|
/u-boot/arch/arm/mach-socfpga/ |
A D | misc_gen5.c | 158 writel(0x1, &nic301_regs->rom); in socfpga_nic301_slave_ns()
|
/u-boot/doc/usage/ |
A D | qfw.rst | 69 $ qemu-system-x86_64 -machine pc-i440fx-2.5 -bios u-boot.rom -m 1G \
|
/u-boot/arch/arm/mach-socfpga/include/mach/ |
A D | nic301.h | 30 u32 rom; member
|
/u-boot/doc/board/kontron/ |
A D | sl28.rst | 21 Copy u-boot.rom to a TFTP server. 30 > tftp path/to/u-boot.rom
|
/u-boot/doc/arch/ |
A 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) 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; 447 if (! rom) [all …]
|
/u-boot/doc/board/coreboot/ |
A D | coreboot.rst | 26 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \
|
Completed in 16 milliseconds
12