Searched refs:rom (Results 1 – 25 of 48) sorted by relevance
12
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | ecdsa_romapi.c | 27 static void stm32mp_rom_get_ecdsa_functions(struct ecdsa_rom_api *rom) in stm32mp_rom_get_ecdsa_functions() argument 32 rom->ecdsa_verify_signature = *(void **)verify_ptr; in stm32mp_rom_get_ecdsa_functions() 50 struct ecdsa_rom_api rom; in romapi_ecdsa_verify() local 67 stm32mp_rom_get_ecdsa_functions(&rom); in romapi_ecdsa_verify() 72 rom_ret = rom.ecdsa_verify_signature(hash, raw_key, signature, algo); in romapi_ecdsa_verify()
|
| /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::
|
| /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 81 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 1024 \ 109 $ 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/arch/arm/dts/ |
| A D | fsl-ls1028a-kontron-sl28-u-boot.dtsi | 20 u_boot_rom: u-boot-rom { 21 filename = "u-boot.rom"; 82 filename = "u-boot.rom";
|
| A D | rk3288-u-boot.dtsi | 61 rom { 62 filename = "u-boot.rom";
|
| A D | rk3399-u-boot.dtsi | 66 rom { 67 filename = "u-boot.rom";
|
| A D | rk3399-gru-u-boot.dtsi | 19 rom {
|
| A D | r7s72100-gr-peach.dts | 38 compatible = "mtd-rom";
|
| /u-boot/drivers/pci/ |
| A D | pci_rom.c | 240 struct pci_rom_header *rom = NULL, *ram = NULL; in dm_pci_run_vga_bios() local 255 ret = pci_rom_probe(dev, &rom); in dm_pci_run_vga_bios() 259 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
|
| /u-boot/doc/develop/driver-model/ |
| A D | nvme.rst | 92 U-Boot. Please see README.x86 for how to build u-boot.rom image for QEMU x86. 98 …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/cmd/ |
| 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/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 may 394 Total size: 128512 Fixed: 69216 Free: 2560 (used 98.0% of 128KiB rom) 406 $ qemu-system-i386 -serial stdio -bios u-boot.rom -hda disk.img -cdrom winxp.iso -smp 2 -m 512 409 $ qemu-system-i386 -serial stdio -bios u-boot.rom -hda disk.img -smp 2 -m 512 418 Its VGA ROM is packaged as part of u-boot.rom at a configurable flash address 428 rom = deploy_romfile(file); 430 rom = map_pcirom(pci); 432 + rom = (struct rom_header *)0xfff90000; 433 if (! rom) [all …]
|
Completed in 35 milliseconds
12