summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Finish fixing Tyan s2881. Simplify ADT7463 initialization code.Myles Watson2010-06-223-19/+5
* This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu...Joseph Smith2010-06-211-0/+1
* This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu...Joseph Smith2010-06-2110-18/+539
* Create new socket for FCPGA370 and PGA370 CPU's for CAR. Add CAR support for ...Joseph Smith2010-06-2127-0/+3229
* This patch implements GFXUMA on all supported i810 boards. Also some fix-ups ...Joseph Smith2010-06-2015-51/+122
* Trivial. Cleaning up about the blank line.Zheng Bao2010-06-194-24/+21
* Always enable parent resources before child resources.Myles Watson2010-06-1754-417/+266
* Fix a missing include file that was breaking the Traverse Geos build.Edwin Beasant2010-06-101-0/+1
* This commit updates the Geode LX GLCP delay control setup from the v2 way to ...Edwin Beasant2010-06-1014-185/+154
* The devicetree was wrong, but I'm still surprised it broke. This fixes theMyles Watson2010-06-101-1/+1
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-0952-416/+478
* Make k8 & fam10 northbridge.c code more similar.Myles Watson2010-06-092-199/+167
* The interrupt controller lives at I/O 0x4d0/0x4d1.Stefan Reinauer2010-06-093-4/+4
* This patch adds the ECS P6IWP-Fe board to coreboot.Anders Jenbo2010-06-098-0/+330
* Fix auto-mangled comments (trivial)Patrick Georgi2010-06-081-3/+3
* Fix some of Peter's suggestions for the Nokia IP530.Myles Watson2010-06-0717-42/+26
* Remove the rest of cardbus_scan_bus.Myles Watson2010-06-074-6/+3
* cardbus_scan_bridge is identical to pci_scan_bridgeMyles Watson2010-06-071-70/+4
* This patch extends the reserved resources for the cs5536 to avoid the excludedMyles Watson2010-06-072-7/+6
* Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler c...Patrick Georgi2010-06-071-1/+1
* replace outb -> port 0x80 with post_code() in some places.Stefan Reinauer2010-06-074-23/+16
* Fix two warnings:Stefan Reinauer2010-06-058-29/+9
* tly cosmetical. don't use movw because we use mov in most places.Stefan Reinauer2010-06-051-15/+8
* This patch fixes the option rom code that was buggy when it switchedEdwin Beasant2010-06-041-15/+21
* Kconfig value is hex, not int.Myles Watson2010-06-041-1/+1
* 128KB is the default, and isn't large enough with the 30K payload for abuild.Myles Watson2010-06-041-0/+1
* Fixes for Nokia IP530 and associated drivers.Marc Bertens2010-06-0411-55/+339
* Enable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected.Myles Watson2010-06-042-3/+4
* This patch replaces the headers of the following files:Frank Vibrans2010-06-043-116/+67
* The code was ported. Now it is what it should be.Zheng Bao2010-06-031-1/+1
* Fix hard-coded log levels.Myles Watson2010-06-021-3/+3
* Fix a format string to keep the compiler happy.Marc Bertens2010-06-011-1/+1
* CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUSMyles Watson2010-06-013-10/+14
* Check the value of ulzma and do not continue if there was an error.Myles Watson2010-06-011-1/+3
* don't generate C source code file but use objcopy to include the SMM blob.Stefan Reinauer2010-05-303-16/+14
* This patch adds support for mainboard iBASE:MB899Bernhard M. Wiedemann2010-05-3024-0/+2474
* Add Intel Atom microcodeStefan Reinauer2010-05-287-0/+2137
* Fix MBI walker.Joseph Smith2010-05-271-8/+10
* fix warnings.Stefan Reinauer2010-05-273-7/+5
* Update Intel microcode include files from their web page.Stefan Reinauer2010-05-261-0/+107
* Use the microcode files as created by the new microcode update script. (Fixes...Stefan Reinauer2010-05-2635-59/+59
* Drop problematically licensed Intel microcode filesStefan Reinauer2010-05-2617-3386/+2127
* cosmetical changes on intel's microcode.cStefan Reinauer2010-05-261-15/+14
* Move CS5535 specific setup from GX2 driver to CS5535. Stefan Reinauer2010-05-2513-68/+43
* also rename the config option.Stefan Reinauer2010-05-2535-66/+66
* fix most usbdebug warnings and fix function names.Stefan Reinauer2010-05-2518-78/+79
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-2530-33/+34
* Fix usbdebug compilation.Stefan Reinauer2010-05-254-15/+15
* cosmetics.Stefan Reinauer2010-05-251-2/+2
* Fix VGA after switching to realmode_interrupt()Michael Marineau2010-05-243-3/+3