summaryrefslogtreecommitdiffstats
path: root/src/devices/pci_device.c
Commit message (Expand)AuthorAgeFilesLines
* Rename devices -> deviceStefan Reinauer2012-11-301-1325/+0
* Create a a new configuration variable for PCIRonald G. Minnich2012-11-301-10/+10
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* Unify use of bool config variablesStefan Reinauer2012-11-201-1/+1
* cros: Inform U-Boot via fake gpio when VGA Option ROM is loadedBill Richardson2012-11-131-1/+12
* Clean up #ifsPatrick Georgi2012-05-081-13/+13
* Allow device ID arrays in the PCI driver structureVadim Bendebury2012-05-011-1/+23
* [ChromeOS] Don't initialize VGA Option ROM in normal modeStefan Reinauer2012-04-021-0/+12
* Don't run VGA option ROMs on S3 resume.Stefan Reinauer2012-03-081-0/+11
* Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle2011-03-011-16/+5
* Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi2011-02-031-4/+14
* don't hardcode CONFIG_PC80_SYSTEMStefan Reinauer2010-12-161-1/+2
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-221-5/+0
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-041-199/+221
* Various Doxygen comment fixes, typo fixes, etc.Uwe Hermann2010-10-171-45/+42
* Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed.Juhana Helovuo2010-09-131-0/+8
* Always enable parent resources before child resources.Myles Watson2010-06-171-1/+0
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-10/+16
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-5/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-4/+4
* The error message is misleading, even for a SPEW, becauseStefan Reinauer2010-04-021-3/+7
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-32/+30
* 1. Move run_bios prototype to device.hMyles Watson2010-03-051-1/+0
* This is a general cleanup patchStefan Reinauer2010-02-221-2/+0
* improve debug output.Stefan Reinauer2010-01-031-1/+1
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-061-17/+0
* Don't try to set fixed resources. Trivial.Myles Watson2009-11-051-0/+5
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-1/+1
* Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only.Myles Watson2009-10-071-10/+8
* Trivial spelling corrections.Myles Watson2009-08-211-4/+4
* Add an error message if there is a zero-sized fixed resource. Fix the existingMyles Watson2009-08-191-0/+2
* Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer2009-07-211-69/+49
* Move the v3 resource allocator to v2.Myles Watson2009-07-021-414/+418
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-5/+5
* Fix build with CONFIG_*_ROM_RUN.Luc Verhaegen2009-05-291-1/+1
* Implement native VGA Support.Luc Verhaegen2009-05-291-5/+2
* Trivial white space fixes so that the next patches are easier to read.Myles Watson2009-05-111-66/+66
* Eliminate various issues brought up by scan-build.Patrick Georgi2009-04-211-5/+4
* fix typo in pci_device.c (trivial)Stefan Reinauer2009-03-161-1/+1
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-2/+2
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-091-4/+4
* Changes required to the device allocator:Stefan Reinauer2008-10-291-0/+4
* From Vincent Legoll:Stefan Reinauer2008-09-111-1/+1
* fix typos and warnings in the device tree code (trivial)Stefan Reinauer2008-08-011-3/+4
* In pci_device.c, the class for VGA was not tested properly, leading toRonald Hoogenboom2008-02-281-2/+2
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Since a VGA console and the need to run any option ROMs areTorsten Duwe2008-01-061-13/+10
* Don't arbitrarily enable PERR# and SERR# for PCI devices. Marc Jones2007-09-261-1/+0
* Add explicit license headers to all files in src/device.Uwe Hermann2007-04-221-2/+15
* This patch makes sure that VGA is initialized before it is used. WithoutRoman Kononov2007-04-061-1/+23