/openbmc/qemu/ |
H A D | .gitmodules | 1 [submodule "roms/seabios"] 2 path = roms/seabios 4 [submodule "roms/SLOF"] 5 path = roms/SLOF 7 [submodule "roms/ipxe"] 8 path = roms/ipxe 10 [submodule "roms/openbios"] 11 path = roms/openbios 13 [submodule "roms/qemu-palcode"] 14 path = roms/qemu-palcode [all …]
|
H A D | hmp-commands-info.hx | 569 .name = "roms", 572 .help = "show roms", 577 ``info roms`` 578 Show roms.
|
/openbmc/qemu/docs/devel/ |
H A D | writing-monitor-commands.rst | 379 For this example we will write the query-option-roms command, which 380 returns information about ROMs loaded into the option ROM space. For 404 Now let's define the query-option-roms command:: 407 # @query-option-roms: 409 # Query information on ROMs loaded into the option ROM space. 415 { 'command': 'query-option-roms', 480 Here's the HMP counterpart of the query-option-roms command:: 519 option-roms" follows:: 522 .name = "option-roms", 525 .help = "show roms", [all …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | opensbi.yml | 14 - roms/opensbi/* 35 - roms/opensbi/* 82 - git submodule update --init roms/opensbi 85 - make -j${JOBS} -C roms/opensbi clean 86 …- make -j${JOBS} -C roms opensbi32-generic 2>&1 1>opensbi32-generic-stdout.log | tee -a opensbi32-… 87 - make -j${JOBS} -C roms/opensbi clean 88 …- make -j${JOBS} -C roms opensbi64-generic 2>&1 1>opensbi64-generic-stdout.log | tee -a opensbi64-…
|
/openbmc/qemu/roms/ |
H A D | Makefile | 63 @echo " pxerom -- update nic roms (bios only)" 64 @echo " efirom -- update nic roms (bios+efi)" 113 pxe-rom-%: build-pxe-roms 118 efi-rom-%: build-pxe-roms build-efi-roms edk2-basetools 124 build-pxe-roms: 129 build-efi-roms: build-pxe-roms
|
/openbmc/linux/fs/nls/ |
H A D | Kconfig | 284 from the Microsoft FAT file system family or from JOLIET CD-ROMs 323 from the Microsoft FAT file system family or from JOLIET CD-ROMs 335 from the Microsoft FAT file system family or from JOLIET CD-ROMs 346 from the Microsoft FAT file system family or from JOLIET CD-ROMs 356 from the Microsoft FAT file system family or from JOLIET CD-ROMs 366 from the Microsoft FAT file system family or from JOLIET CD-ROMs 377 from the Microsoft FAT file system family or from JOLIET CD-ROMs 386 from the Microsoft FAT file system family or from JOLIET CD-ROMs 395 from the Microsoft FAT file system family or from JOLIET CD-ROMs 405 from the Microsoft FAT file system family or from JOLIET CD-ROMs [all …]
|
/openbmc/linux/fs/isofs/ |
H A D | Kconfig | 6 This is the standard file system used on CD-ROMs. It was previously 29 want to be able to read Joliet CD-ROMs under Linux. 41 able to read such compressed CD-ROMs.
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | console.c | 9 #include "../../../roms/SLOF/lib/libc/string/memset.c" 10 #include "../../../roms/SLOF/lib/libc/string/memcpy.c"
|
/openbmc/qemu/scripts/ |
H A D | make-release | 60 (cd roms/seabios && git describe --tags --long --dirty > .version) 61 (cd roms/skiboot && ./make_version.sh > .version) 69 (cd roms/edk2 && \
|
H A D | refresh-pxe-roms.sh | 22 # ./scripts/refresh-pxe-roms.sh 29 cd roms
|
/openbmc/qemu/docs/system/i386/ |
H A D | microvm.rst | 48 - microvm.x-option-roms=bool (Set off to disable loading option ROMs) 97 -M microvm,x-option-roms=off,pit=off,pic=off,isa-serial=off,rtc=off \
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 921 * - used for vga bios and option roms. 953 static QTAILQ_HEAD(, Rom) roms = QTAILQ_HEAD_INITIALIZER(roms); 1003 QTAILQ_FOREACH(item, &roms, next) { in rom_insert() 1010 QTAILQ_INSERT_TAIL(&roms, rom, next); in rom_insert() 1205 QTAILQ_FOREACH(rom, &roms, next) { in rom_reset() 1255 /* Return true if two consecutive ROMs in the ROM list overlap */ 1302 QTAILQ_FOREACH(rom, &roms, next) { in rom_check_and_register_reset() 1354 /* Ignore ROMs added without the transaction API */ in rom_transaction_begin() 1355 QTAILQ_FOREACH(rom, &roms, next) { in rom_transaction_begin() 1365 QTAILQ_FOREACH_SAFE(rom, &roms, next, tmp) { in rom_transaction_end() [all …]
|
/openbmc/qemu/pc-bios/ |
H A D | meson.build | 1 roms = [] variable 19 roms += custom_target(f,
|
/openbmc/linux/arch/x86/pci/ |
H A D | i386.c | 187 * - expansion ROMs left enabled (this may sound harmless, but given 189 * shared between expansion ROMs and other resource regions, it's 198 * disable expansion ROMs during this step. 326 * Try to use BIOS settings for ROMs, otherwise let in pcibios_allocate_dev_rom_resource()
|
/openbmc/linux/drivers/misc/eeprom/ |
H A D | Kconfig | 5 tristate "I2C EEPROMs / RAMs / ROMs from most vendors" 13 and compatible devices like FRAMs, SRAMs, ROMs etc. After you
|
/openbmc/qemu/include/hw/ |
H A D | loader.h | 288 * @commit: true to commit added roms, false to drop added roms 354 * rom_find_largest_gap_between: return largest gap between ROMs in given range 357 * contiguous subrange which has no ROMs loaded to it. That is,
|
/openbmc/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 13 edk2_dir := ../../roms/edk2 100 $(PYTHON) ../../roms/edk2-build.py --config uefi-test-build.config \
|
/openbmc/linux/drivers/pci/ |
H A D | rom.c | 93 /* Standard PCI ROMs start out with these bytes 55 AA */ in pci_get_rom_size() 121 /* there are known ROMs that get the size wrong */ in pci_get_rom_size()
|
/openbmc/linux/fs/udf/ |
H A D | Kconfig | 9 This is a file system used on some CD-ROMs and DVDs. Since the
|
/openbmc/linux/fs/efs/ |
H A D | Kconfig | 7 EFS is an older file system used for non-ISO9660 CD-ROMs and hard
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios.c | 115 * to initialize the option roms. The board may override in setup_interrupt_handlers() 163 * Many option ROMs use the hard coded interrupt entry points in the in setup_realmode_idt() 255 /* Needed to avoid exceptions in some ROMs */ in bios_run_on_x86()
|
/openbmc/u-boot/tools/binman/test/ |
H A D | 071_gbb.dts | 13 load-option-roms;
|
/openbmc/u-boot/include/ |
H A D | pci_rom.h | 58 * Some VGA option roms are used for several chipsets but they only have one
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | Makefile | 10 GIT_SUBMODULES = roms/SLOF 39 SLOF_DIR := $(SRC_PATH)/../../roms/SLOF
|
/openbmc/u-boot/doc/ |
H A D | README.cfi | 9 * that AMD flash roms ignore the Intel command.
|