summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)Author
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
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-08-19Don't let zero sized fixed resource mess up the allocator's memory map.Patrick Georgi
2009-08-12Kconfig!Patrick Georgi
2009-07-21Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer
2009-07-18drop unused variable (trivial)Stefan Reinauer
2009-07-02Update the k8 code for the v3 resource allocator.Myles Watson
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-06-09Fix a little white space issue. Also, don't copy the rom imageRonald G. Minnich
2009-06-05die() does never return. Annotate it as such.Carl-Daniel Hailfinger
2009-05-29Fix build with CONFIG_*_ROM_RUN.Luc Verhaegen
2009-05-29Implement native VGA Support.Luc Verhaegen
2009-05-28Make memmove copy (dev->resources -i) resource structs instead ofMyles Watson
2009-05-12Use the debugging functions to print out the tree and resources.Myles Watson
2009-05-11Bring v3-style debug output to v2. Fix a minor typo.Myles Watson
2009-05-11Trivial white space fixes so that the next patches are easier to read.Myles Watson
2009-04-22- printed CBFS rom address was always 0Stefan Reinauer
2009-04-21Eliminate various issues brought up by scan-build.Patrick Georgi
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-06Some changes for option roms: Ronald G. Minnich
2009-04-06Add support for romfs to option rom loading. Ronald G. Minnich
2009-03-26During the suspend/resume programming I came to an issue that first 4KB ofRudolf Marek
2009-03-16fix typo in pci_device.c (trivial)Stefan Reinauer
2009-03-06Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer
2009-03-06fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer
2009-03-05If get_pbus() is called for a device which has no parent/ancestor busCarl-Daniel Hailfinger
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2009-03-01Some changes required to get yabel working on v2 (and they generally makeStefan 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
2009-01-20Backport all x86emu fixes from Pattrick Hueper to coreboot v2 (acked in v2,Stefan Reinauer
2008-10-29Changes required to the device allocator:Stefan Reinauer
2008-09-11From Vincent Legoll:Stefan Reinauer
2008-08-01a heuristics is something different Stefan Reinauer
2008-08-01Typo, thanks to Idwer for spotting this. (trivial patch)Stefan Reinauer
2008-08-01clarify in the printks what function is actually called. This little smart magicStefan Reinauer
2008-08-01fix typos and warnings in the device tree code (trivial)Stefan Reinauer
2008-04-25Fix so pci device memory allocation does not use memory base address at 0xfec...Aaron Lwe
2008-02-28In pci_device.c, the class for VGA was not tested properly, leading toRonald Hoogenboom
2008-02-19 I'm attaching the patch which should fix both problems. Fix the Rudolf Marek
2008-02-18Some SIO/PNP devices are abusing register 0x30 for multiple LDN enables, likeRudolf Marek
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
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-10-23fix a whole bunch of warnings. (trivial)Stefan Reinauer
2007-10-23drop unused variable (and thus warning). trivial patch.Stefan Reinauer
2007-10-16Add resource size and resource granularity reporting to device_util.c.Carl-Daniel Hailfinger
2007-09-26Don't arbitrarily enable PERR# and SERR# for PCI devices. Marc Jones