summaryrefslogtreecommitdiffstats
path: root/src/devices/pci_rom.c
Commit message (Expand)AuthorAgeFilesLines
* Rename devices -> deviceStefan Reinauer2012-11-301-174/+0
* Clean up #ifsPatrick Georgi2012-05-081-1/+1
* Reverse Vendor ID & Device ID for map_oprom_vendev()Martin Roth2012-04-281-3/+3
* Don't run any Option ROMs stored outside of the system flashStefan Reinauer2012-03-091-1/+7
* Add OPROM mapping support to corebootStefan Reinauer2012-02-071-2/+17
* some ifdef --> if fixesStefan Reinauer2011-04-211-1/+1
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-221-1/+1
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-041-40/+53
* Various Doxygen comment fixes, typo fixes, etc.Uwe Hermann2010-10-171-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-10/+10
* Silence two warnings. Only use the Qemu hard-coded address for VGA devices.Myles Watson2009-11-171-4/+6
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-061-29/+26
* When loading an option ROM use the class stored in the device toMark Marshall2009-11-051-1/+4
* Remove:Patrick Georgi2009-10-031-14/+9
* Fix a little white space issue. Also, don't copy the rom imageRonald G. Minnich2009-06-091-3/+5
* - printed CBFS rom address was always 0Stefan Reinauer2009-04-221-16/+11
* Eliminate various issues brought up by scan-build.Patrick Georgi2009-04-211-1/+1
* v2/src romfs->cbfs renamePeter Stuge2009-04-141-3/+3
* Some changes for option roms: Ronald G. Minnich2009-04-061-8/+16
* Add support for romfs to option rom loading. Ronald G. Minnich2009-04-061-1/+11
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-091-3/+3
* fix typos and warnings in the device tree code (trivial)Stefan Reinauer2008-08-011-4/+5
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Add explicit license headers to all files in src/device.Uwe Hermann2007-04-221-0/+23
* This patch corrects r2587. It makes sure that the VGA is initializedRoman Kononov2007-04-091-8/+3
* This patch makes sure that VGA is initialized before it is used. WithoutRoman Kononov2007-04-061-5/+1
* hex values with 0x prefixStefan Reinauer2006-04-241-2/+2
* 1201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer2005-12-021-16/+21
* This was posted on issue tracker and approve by ron minnichRonald G. Minnich2005-11-211-4/+4
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44arch import user (historical)2005-07-061-3/+3
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)2005-07-061-3/+3
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)2005-07-061-3/+3
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10arch import user (historical)2005-07-061-11/+20
* minor reformatLi-Ta Lo2005-01-191-8/+10
* class code reverseYinghai Lu2005-01-181-17/+21
* linkb_to_host and addon display card override onboard card.Yinghai Lu2005-01-171-1/+2
* CONFIG_PCI_ROM_RUNYinghai Lu2005-01-141-1/+13
* better embedded ROM support, done blindlyLi-Ta Lo2005-01-131-6/+0
* remove #include chip.hLi-Ta Lo2005-01-131-4/+1
* onboard pci_romYinghai Lu2005-01-131-2/+9
* works for PCI vga cards tooLi-Ta Lo2005-01-111-15/+15
* added PCI expansion ROM support,Li-Ta Lo2005-01-101-0/+82