summaryrefslogtreecommitdiffstats
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* fix a trivial warning when yabel with direct hw access is enabled.Stefan Reinauer2010-04-131-46/+46
* The error message is misleading, even for a SPEW, becauseStefan Reinauer2010-04-021-3/+7
* Prepare for using coreboot x86emu in userspace utility "vgabios"Stefan Reinauer2010-03-231-0/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2212-131/+129
* drop shadow variable from hypertransport code.Stefan Reinauer2010-03-171-1/+0
* Clean up warnings in yabel vbe code. No more warnings on the IP1000Stefan Reinauer2010-03-173-6/+13
* it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer2010-03-1647-2/+20839
* 1. Move run_bios prototype to device.hMyles Watson2010-03-051-1/+0
* This patch is from 2009-10-20Uwe Hermann2010-03-051-57/+5
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-011-30/+0
* Random cosmetic fixes (trivial).Uwe Hermann2010-02-221-46/+67
* This is a general cleanup patchStefan Reinauer2010-02-224-6/+20
* YABEL updateStefan Reinauer2010-02-221-32/+91
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-1/+1
* Add two YABEL options to KconfigStefan Reinauer2010-02-121-0/+19
* 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