summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)Author
2009-11-17Silence two warnings. Only use the Qemu hard-coded address for VGA devices.Myles Watson
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
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-11-05When loading an option ROM use the class stored in the device toMark Marshall
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-29Split a print statement that called dev_path twice, and add a warning comment.Myles Watson
2009-10-28The check for zero sized resources is already done earlier. So don't redo itStefan Reinauer
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-26Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann
2009-10-26Now that the resource allocator is working nicely we can turn down the debugStefan Reinauer
2009-10-13Remove a couple more warnings. Trivial.Myles Watson
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-10-07Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only.Myles Watson
2009-10-07Various Kconfig fixes and improvements:Uwe Hermann
2009-10-03Remove:Patrick Georgi
2009-09-29Remove some warnings.Myles Watson
2009-09-24Remove HyperTransport support from boards that don't need it.Myles Watson
2009-09-22src/Kconfig: Remove HT-specific options.Myles Watson
2009-09-22If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger
2009-09-17Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.Myles Watson
2009-08-28Add Kconfig support for PCI option ROMS.Myles Watson
2009-08-28Move some config variables that are in one or two mainboards to Ronald G. Minnich
2009-08-28The resource allocator complained about 0-sized fixedPatrick Georgi
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