Searched refs:CONFIG_ROM_SIZE (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/arch/x86/dts/ |
H A D | u-boot.dtsi | 9 #ifdef CONFIG_ROM_SIZE 16 size = <CONFIG_ROM_SIZE>;
|
H A D | quark-u-boot.dtsi | 8 #ifdef CONFIG_ROM_SIZE
|
H A D | emulation-u-boot.dtsi | 9 #ifdef CONFIG_ROM_SIZE
|
/openbmc/qemu/roms/ |
H A D | config.seabios-256k | 3 CONFIG_ROM_SIZE=256
|
H A D | config.seabios-microvm | 4 CONFIG_ROM_SIZE=128
|
H A D | config.seabios-128k | 4 CONFIG_ROM_SIZE=128
|
/openbmc/u-boot/lib/ |
H A D | smbios.c | 85 #ifdef CONFIG_ROM_SIZE in smbios_write_type0() 86 t->bios_rom_size = (CONFIG_ROM_SIZE / 65536) - 1; in smbios_write_type0()
|
/openbmc/linux/drivers/firewire/ |
H A D | ohci.c | 176 #define CONFIG_ROM_SIZE 1024 macro 1574 if (i + length > CONFIG_ROM_SIZE) { in handle_local_rom() 2112 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, free_rom, free_rom_bus); in bus_reset_work() 2250 if (size < CONFIG_ROM_SIZE) in copy_config_rom() 2251 memset(&dest[length], 0, CONFIG_ROM_SIZE - size); in copy_config_rom() 2446 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable() 2539 next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom() 2574 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, next_config_rom, in ohci_set_config_rom()
|
/openbmc/u-boot/doc/ |
H A D | README.x86 | 317 Overall ROM image size is controlled by CONFIG_ROM_SIZE.
|