summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)Author
2010-04-13fix a trivial warning when yabel with direct hw access is enabled.Stefan Reinauer
2010-04-02The error message is misleading, even for a SPEW, becauseStefan Reinauer
2010-03-23Prepare for using coreboot x86emu in userspace utility "vgabios"Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17drop shadow variable from hypertransport code.Stefan Reinauer
2010-03-17Clean up warnings in yabel vbe code. No more warnings on the IP1000Stefan Reinauer
2010-03-16it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer
2010-03-051. Move run_bios prototype to device.hMyles Watson
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-22Random cosmetic fixes (trivial).Uwe Hermann
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-12Add two YABEL options to KconfigStefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-31- Improve help texts for option ROM initialization methodsStefan Reinauer
2010-01-17Initial PCIe tuning: Enable Active State Power Management (ASPM)Stefan Reinauer
2010-01-03improve debug output.Stefan Reinauer
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