Lines Matching refs:rom

78 Building a ROM version of U-Boot (hereafter referred to as u-boot.rom) is a
80 shipped in the U-Boot source tree. Due to this reason, the u-boot.rom build is
86 This tells the Makefile to build u-boot.rom as a target.
114 Now you can build U-Boot and obtain u-boot.rom:
163 pci8086,0406.rom 0x7004c0 optionrom 65536
179 cbfstool samus.bin extract -n pci8086,0406.rom -f vga.bin
191 Now you can build U-Boot and obtain u-boot.rom:
198 em100 -s -d filename.rom -c W25Q64CV -r
212 the SPI flash where u-boot.rom resides, and this CMC binary blob can be found
232 Now you can build U-Boot and obtain u-boot.rom
246 Now build U-Boot and obtain u-boot.rom
298 Now you can build U-Boot and obtain u-boot.rom
349 Now you can build U-Boot and obtain u-boot.rom
358 To build u-boot.rom for QEMU x86 targets, just simply run
382 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \
411 U-Boot. To launch QEMU with u-boot.rom, call QEMU as follows:
413 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom
419 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -M q35
425 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 1024
445 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 1024 -kernel /path/to/bzImage
842 Total size: 121888 Fixed: 66496 Free: 9184 (used 93.0% of 128KiB rom)
852 $ qemu-system-i386 -serial stdio -bios u-boot.rom -hda disk.img -cdrom winxp.iso -smp 2 -m 512
855 $ qemu-system-i386 -serial stdio -bios u-boot.rom -hda disk.img -smp 2 -m 512
864 Its VGA ROM is packaged as part of u-boot.rom at a configurable flash address
872 rom = deploy_romfile(file);
874 rom = map_pcirom(pci);
876 + rom = (struct rom_header *)0xfff90000;
877 if (! rom)
896 sudo em100 -s -p LOW -d u-boot.rom -c W25Q64DW -r
1137 [3] http://www.coreboot.org/~stepan/pci8086,0166.rom