summaryrefslogtreecommitdiff
path: root/src/devices/pci_device.c
AgeCommit message (Expand)Author
2012-11-30Rename devices -> deviceStefan Reinauer
2012-11-30Create a a new configuration variable for PCIRonald G. Minnich
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-11-20Unify use of bool config variablesStefan Reinauer
2012-11-13cros: Inform U-Boot via fake gpio when VGA Option ROM is loadedBill Richardson
2012-05-08Clean up #ifsPatrick Georgi
2012-05-01Allow device ID arrays in the PCI driver structureVadim Bendebury
2012-04-02[ChromeOS] Don't initialize VGA Option ROM in normal modeStefan Reinauer
2012-03-08Don't run VGA option ROMs on S3 resume.Stefan Reinauer
2011-03-01Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle
2011-02-03Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi
2010-12-16don't hardcode CONFIG_PC80_SYSTEMStefan 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-09-13Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed.Juhana Helovuo
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-02The error message is misleading, even for a SPEW, becauseStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-051. Move run_bios prototype to device.hMyles Watson
2010-02-22This is a general cleanup patchStefan Reinauer
2010-01-03improve debug output.Stefan Reinauer
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-11-05Don't try to set fixed resources. Trivial.Myles Watson
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-07Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only.Myles Watson
2009-08-21Trivial spelling corrections.Myles Watson
2009-08-19Add an error message if there is a zero-sized fixed resource. Fix the existingMyles Watson
2009-07-21Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-05-29Fix build with CONFIG_*_ROM_RUN.Luc Verhaegen
2009-05-29Implement native VGA Support.Luc Verhaegen
2009-05-11Trivial white space fixes so that the next patches are easier to read.Myles Watson
2009-04-21Eliminate various issues brought up by scan-build.Patrick Georgi
2009-03-16fix typo in pci_device.c (trivial)Stefan Reinauer
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2008-10-29Changes required to the device allocator:Stefan Reinauer
2008-09-11From Vincent Legoll:Stefan Reinauer
2008-08-01fix typos and warnings in the device tree code (trivial)Stefan Reinauer
2008-02-28In pci_device.c, the class for VGA was not tested properly, leading toRonald Hoogenboom
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2008-01-06Since a VGA console and the need to run any option ROMs areTorsten Duwe
2007-09-26Don't arbitrarily enable PERR# and SERR# for PCI devices. Marc Jones
2007-04-22Add explicit license headers to all files in src/device.Uwe Hermann
2007-04-06This patch makes sure that VGA is initialized before it is used. WithoutRoman Kononov