summaryrefslogtreecommitdiff
path: root/src/devices/pci_device.c
AgeCommit message (Expand)Author
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