summaryrefslogtreecommitdiff
path: root/src/include/device/pci_rom.h
AgeCommit message (Expand)Author
2020-07-26src/include: Add missing includesElyes HAOUAS
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh
2020-03-25Rework map_oprom_vendev to add revision check and mappingMartin Roth
2019-10-04device/pci_device.c: Use verified boot to check opromFrans Hendriks
2018-01-31device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-12src/include: Remove spaces before ( and after )Lee Leahy
2017-03-10src/include: Add parenthesis around macrosLee Leahy
2017-02-04x86/acpi: Add VFCT tablePatrick Rudolph
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2014-12-28RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMsKyösti Mälkki
2012-02-07Add OPROM mapping support to corebootStefan Reinauer
2009-07-22Fix a redundant declaration warning (trivial)Stefan Reinauer
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10arch import user (historical)
2005-01-18class code reverseYinghai Lu
2005-01-13onboard pci_romYinghai Lu
2005-01-10added PCI expansion ROM support,Li-Ta Lo