summaryrefslogtreecommitdiff
path: root/src/devices/pci_rom.c
AgeCommit message (Expand)Author
2012-05-08Clean up #ifsPatrick Georgi
2012-04-28Reverse Vendor ID & Device ID for map_oprom_vendev()Martin Roth
2012-03-09Don't run any Option ROMs stored outside of the system flashStefan Reinauer
2012-02-07Add OPROM mapping support to corebootStefan Reinauer
2011-04-21some ifdef --> if fixesStefan Reinauer
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2010-10-17Various Doxygen comment fixes, typo fixes, etc.Uwe Hermann
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-11-17Silence two warnings. Only use the Qemu hard-coded address for VGA devices.Myles Watson
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-11-05When loading an option ROM use the class stored in the device toMark Marshall
2009-10-03Remove:Patrick Georgi
2009-06-09Fix a little white space issue. Also, don't copy the rom imageRonald G. Minnich
2009-04-22- printed CBFS rom address was always 0Stefan Reinauer
2009-04-21Eliminate various issues brought up by scan-build.Patrick Georgi
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-06Some changes for option roms: Ronald G. Minnich
2009-04-06Add support for romfs to option rom loading. Ronald G. Minnich
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2008-08-01fix typos and warnings in the device tree code (trivial)Stefan Reinauer
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-04-22Add explicit license headers to all files in src/device.Uwe Hermann
2007-04-09This patch corrects r2587. It makes sure that the VGA is initializedRoman Kononov
2007-04-06This patch makes sure that VGA is initialized before it is used. WithoutRoman Kononov
2006-04-24hex values with 0x prefixStefan Reinauer
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer
2005-11-21This was posted on issue tracker and approve by ron minnichRonald G. Minnich
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10arch import user (historical)
2005-01-19minor reformatLi-Ta Lo
2005-01-18class code reverseYinghai Lu
2005-01-17linkb_to_host and addon display card override onboard card.Yinghai Lu
2005-01-14CONFIG_PCI_ROM_RUNYinghai Lu
2005-01-13better embedded ROM support, done blindlyLi-Ta Lo
2005-01-13remove #include chip.hLi-Ta Lo
2005-01-13onboard pci_romYinghai Lu
2005-01-11works for PCI vga cards tooLi-Ta Lo
2005-01-10added PCI expansion ROM support,Li-Ta Lo