summaryrefslogtreecommitdiffstats
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* newconfig is no more.Patrick Georgi2010-02-071-25/+0
* - Improve help texts for option ROM initialization methodsStefan Reinauer2010-01-311-10/+28
* Initial PCIe tuning: Enable Active State Power Management (ASPM)Stefan Reinauer2010-01-171-2/+10
* improve debug output.Stefan Reinauer2010-01-031-1/+1
* Silence two warnings. Only use the Qemu hard-coded address for VGA devices.Myles Watson2009-11-171-4/+6
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-1/+3
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-46/+26
* Don't try to set fixed resources. Trivial.Myles Watson2009-11-051-0/+5
* When loading an option ROM use the class stored in the device toMark Marshall2009-11-051-1/+4
* Remove some warnings from the tyan s2895.Myles Watson2009-10-301-1/+1
* Split a print statement that called dev_path twice, and add a warning comment.Myles Watson2009-10-291-6/+7
* The check for zero sized resources is already done earlier. So don't redo itStefan Reinauer2009-10-281-2/+1
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-273-5/+8
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-271-1/+1
* Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann2009-10-261-4/+0
* Now that the resource allocator is working nicely we can turn down the debugStefan Reinauer2009-10-261-7/+6
* Remove a couple more warnings. Trivial.Myles Watson2009-10-131-2/+2
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-8/+0
* Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only.Myles Watson2009-10-071-10/+8
* Various Kconfig fixes and improvements:Uwe Hermann2009-10-071-20/+35
* Remove:Patrick Georgi2009-10-031-14/+9
* Remove some warnings.Myles Watson2009-09-291-4/+3
* Remove HyperTransport support from boards that don't need it.Myles Watson2009-09-242-2/+2
* src/Kconfig: Remove HT-specific options.Myles Watson2009-09-221-5/+5
* If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger2009-09-221-2/+6
* Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.Myles Watson2009-09-172-9/+17
* Add Kconfig support for PCI option ROMS.Myles Watson2009-08-282-24/+34
* Move some config variables that are in one or two mainboards to Ronald G. Minnich2009-08-281-0/+27
* The resource allocator complained about 0-sized fixedPatrick Georgi2009-08-281-2/+2
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-20/+20
* Trivial spelling corrections.Myles Watson2009-08-211-4/+4
* Add an error message if there is a zero-sized fixed resource. Fix the existingMyles Watson2009-08-192-1/+7
* Don't let zero sized fixed resource mess up the allocator's memory map.Patrick Georgi2009-08-191-0/+2
* Kconfig!Patrick Georgi2009-08-122-0/+74
* Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer2009-07-212-74/+54
* drop unused variable (trivial)Stefan Reinauer2009-07-181-2/+1
* Update the k8 code for the v3 resource allocator.Myles Watson2009-07-021-9/+7
* Move the v3 resource allocator to v2.Myles Watson2009-07-025-707/+994
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-304-26/+26
* Fix a little white space issue. Also, don't copy the rom imageRonald G. Minnich2009-06-091-3/+5
* die() does never return. Annotate it as such.Carl-Daniel Hailfinger2009-06-052-4/+2
* Fix build with CONFIG_*_ROM_RUN.Luc Verhaegen2009-05-291-1/+1
* Implement native VGA Support.Luc Verhaegen2009-05-291-5/+2
* Make memmove copy (dev->resources -i) resource structs instead ofMyles Watson2009-05-281-1/+2
* Use the debugging functions to print out the tree and resources.Myles Watson2009-05-121-0/+14
* Bring v3-style debug output to v2. Fix a minor typo.Myles Watson2009-05-111-0/+140
* Trivial white space fixes so that the next patches are easier to read.Myles Watson2009-05-112-116/+114
* - printed CBFS rom address was always 0Stefan Reinauer2009-04-221-16/+11
* Eliminate various issues brought up by scan-build.Patrick Georgi2009-04-212-6/+5
* v2/src romfs->cbfs renamePeter Stuge2009-04-141-3/+3