summaryrefslogtreecommitdiff
path: root/src/devices/pci_ops.c
AgeCommit message (Expand)Author
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-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-09-22If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger
2009-07-21Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-05die() does never return. Annotate it as such.Carl-Daniel Hailfinger
2009-03-26During the suspend/resume programming I came to an issue that first 4KB ofRudolf Marek
2009-03-06Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer
2009-03-05If get_pbus() is called for a device which has no parent/ancestor busCarl-Daniel Hailfinger
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-04-22Add explicit license headers to all files in src/device.Uwe Hermann
2004-11-18- First stab at getting the ppc ports building and working.Eric Biederman