Home
last modified time | relevance | path

Searched refs:rom (Results 1 – 25 of 38) sorted by relevance

12

/u-boot/arch/x86/dts/
A Du-boot.dtsi12 rom: rom { label
18 &rom {
19 filename = "u-boot.rom";
A Dquark-u-boot.dtsi9 &rom {
A Demulation-u-boot.dtsi10 &rom {
/u-boot/doc/board/intel/
A Dcherryhill.rst18 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 Dcougarcanyon2.rst12 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 Dgalileo.rst19 Now you can build U-Boot and obtain u-boot.rom::
A Dcrownbay.rst15 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 Dbayleybay.rst22 Now you can build U-Boot and obtain u-boot.rom::
A Dminnowmax.rst36 Now you can build U-Boot and obtain u-boot.rom::
/u-boot/arch/arm/dts/
A Drk3288-u-boot.dtsi18 rom {
19 filename = "u-boot.rom";
A Drk3399-u-boot.dtsi65 rom {
66 filename = "u-boot.rom";
A Dr7s72100-gr-peach.dts38 compatible = "mtd-rom";
/u-boot/doc/board/emulation/
A Dqemu-x86.rst10 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 Dchromebook_link.rst29 Now you can build U-Boot and obtain u-boot.rom::
34 .. _here: http://www.coreboot.org/~stepan/pci8086,0166.rom
A Dchromebook_samus.rst49 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 Dpci_rom.c241 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 Demsdp.c126 U_BOOT_CMD_MKENT(rom, 2, 0, do_emsdp_rom, "", ""),
/u-boot/doc/
A DREADME.watchdog8 is useful because some rom's enable the watchdog when downloading
A DREADME.nvme81 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 Dmisc_gen5.c158 writel(0x1, &nic301_regs->rom); in socfpga_nic301_slave_ns()
/u-boot/doc/usage/
A Dqfw.rst69 $ qemu-system-x86_64 -machine pc-i440fx-2.5 -bios u-boot.rom -m 1G \
/u-boot/arch/arm/mach-socfpga/include/mach/
A Dnic301.h30 u32 rom; member
/u-boot/doc/board/kontron/
A Dsl28.rst21 Copy u-boot.rom to a TFTP server.
30 > tftp path/to/u-boot.rom
/u-boot/doc/arch/
A Dx86.rst43 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 Dcoreboot.rst26 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \

Completed in 16 milliseconds

12