aboutsummaryrefslogtreecommitdiff
path: root/src/devices/pci_device.c
AgeCommit message (Expand)Author
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
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-09-18fix old bug in the src/devices/pci_device.c Ronald G. Minnich
2006-06-22set up interrupt values for the southbridge, and add a function toRonald G. Minnich
2006-01-17TypoRonald G. Minnich
2006-01-17First, a FATAL error, that blows up your BIOS, should NEVER FAIL to Ronald G. Minnich
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer
2005-07-08eric patchYinghai Lu
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30arch import user (historical)
2005-01-19minor reformatLi-Ta Lo
2005-01-14CONFIG_PCI_ROM_RUNYinghai Lu
2005-01-14onboard pci_rom disable onboardYinghai Lu
2005-01-13onboard pci_onboard worksYinghai Lu
2005-01-13fixed a logic bugLi-Ta Lo
2005-01-13better embedded ROM support, done blindlyLi-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
2004-12-27clean up VGA and Expansion ROM supportLi-Ta Lo
2004-12-23Allocating resource for Expansion ROMLi-Ta Lo
2004-12-03allocating resource for legacy VGA frame buffer, it is not 100%Li-Ta Lo
2004-11-25update comment according to the new DOMLi-Ta Lo
2004-11-18- First stab at getting the ppc ports building and working.Eric Biederman
2004-10-21- Bump the LinuxBIOS major versionEric Biederman
2004-10-16- First stab at running linuxbios without the old static device tree.Eric Biederman
2004-10-14- Updates for 64bit resource support, handling missing devices and cpus in th...Eric Biederman
2004-10-14- First pass through with with device tree enhancement merge. Most of the me...Eric Biederman
2004-10-06epia-m supportRonald G. Minnich
2004-07-08code reformatLi-Ta Lo
2004-05-24minor reformatLi-Ta Lo
2004-05-24added AGP support for AMD K8Li-Ta Lo
2004-05-05code refromat, doxidizationLi-Ta Lo
2004-04-29changed dev->enable to dev->enabled. Sorry, I am the only one who can't speakLi-Ta Lo
2004-03-23Doxidization, reformatLi-Ta Lo
2004-03-11- Moved hlt() to it's own header.Eric Biederman
2003-10-15for tyan. recover from Eric B's error additions to via code :-)Ronald G. Minnich
2003-10-14- Minor bugfixesEric Biederman
2003-10-11 - O2, enums, and switch statements work in romccEric Biederman
2003-10-02success. It boots as a bproc slave now.Ronald G. Minnich
2003-10-02IRQ setup for EPIARonald G. Minnich
2003-09-30The epia now works.Ronald G. Minnich
2003-09-02- 1.1.4Eric Biederman
2003-09-02- Major update of the dynamic device tree so it can handleEric Biederman
2003-09-01- Add back in the hard reset code from the freebios1 tree.Eric Biederman
2003-07-21- First pass at code for generic link width and size determinationEric Biederman
2003-07-17- Remove excess line from pci_device.cEric Biederman
2003-07-17- Implement an enable method for pci devices.Eric Biederman
2003-07-17- pci_device.c fixes for generic pci bridges to zero the unused portion of br...Eric Biederman
2003-06-12- Modify the freebios tree so the pci config space api is mostly in sync betweenEric Biederman
2003-05-19- Cleanups on the romcc side including a pci interface that usesEric Biederman
2003-04-24- Small step forward Linux boots and almost works...Eric Biederman
2003-04-22- Initial checkin of the freebios2 treeEric Biederman