summaryrefslogtreecommitdiffstats
path: root/src/device/pci_rom.c
Commit message (Expand)AuthorAgeFilesLines
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* device/pci_rom: Add vga_oprom_preloadRaul E Rangel2021-11-151-0/+15
* device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthyRaul E Rangel2021-07-201-5/+5
* device/pci_rom: Convert #if to C codeRaul E Rangel2021-07-201-3/+1
* lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernizeRaul E Rangel2021-07-201-0/+19
* device: Reflow strings in printk statementsAngel Pons2021-07-051-13/+13
* soc/amd/common/block/graphics/graphics: GOP: load VBIOSNikolai Vyssotski2021-03-131-1/+1
* device/pci_rom.c: Use __func__Elyes HAOUAS2021-01-241-1/+1
* device/pci_rom.c: Treat BASE_DISPLAY class as GPUBenjamin Doron2020-08-151-2/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-4/+4
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* Rework map_oprom_vendev to add revision check and mappingMartin Roth2020-03-251-11/+16
* src/device: Add option to look at revision in option romsMartin Roth2020-03-251-2/+8
* src/device/pci_rom.c: Show device IDs on oprom failureMartin Roth2020-03-171-1/+1
* treewide: Replace BOARD_EMULATION_QEMU_X86Angel Pons2020-03-031-1/+1
* arch/acpi.h: Use of typedef for acpi_vfctHimanshu Sahdev2019-10-241-3/+3
* arch/acpi.h: Use of typedef for acpi_vfct_image_hdrHimanshu Sahdev2019-10-241-1/+1
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-6/+0
* device/pci_rom.c: Fix out of bounds readJacob Garber2019-07-191-1/+1
* device/pci_rom.c: Fix indent for 'if' statementElyes HAOUAS2019-07-051-3/+3
* device/pci_rom: Fix redundant pci_rom_probe() callsKyösti Mälkki2019-07-021-13/+9
* device/pci_rom: Fix on-board optionrom addressKyösti Mälkki2019-07-021-0/+2
* device/pci_rom: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* src: Move constant to the right side of comparisonElyes HAOUAS2019-01-071-1/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/device/pci_rom.c: Remove double initializationRichard Spiegel2018-08-091-1/+1
* src/device: Get rid of device_tElyes HAOUAS2018-05-221-7/+5
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph2018-01-311-0/+59
* src/device: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-251-1/+1
* src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-2/+2
* x86/acpi: Use initialized VBIOS in VFCT tableMarshall Dawson2017-04-271-2/+36
* x86/acpi: Add VFCT tablePatrick Rudolph2017-02-041-0/+65
* device/pci_rom: Rename missleading ON_DEVICE_ROM_RUNPatrick Rudolph2016-02-161-6/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* oprom: Fix for 64bitStefan Reinauer2015-06-221-1/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-021-5/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMsKyösti Mälkki2014-12-281-2/+4
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-3/+6
* Rename devices -> deviceStefan Reinauer2012-11-301-0/+174