summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-06224-508/+223
* A bug fix:Myles Watson2010-07-066-14/+19
* Add support to IT85xx seriesAnton Kochkov2010-06-291-0/+111
* Add support to extended EC seriesAnton Kochkov2010-06-293-19/+52
* fix misnamed functions.Stefan Reinauer2010-06-292-4/+4
* Run doxygen -u on doxygen configuration filesStefan Reinauer2010-06-283-127/+519
* Add new function to create all mptable entries for buses byPatrick Georgi2010-06-253-15/+37
* __i386__ and __powerpc__ are set by the compiler already.Patrick Georgi2010-06-241-3/+1
* Incomplete implementation of libpci's (of pciutils) interface.Patrick Georgi2010-06-244-2/+324
* fix return value checks of cbfstool's writeromStefan Reinauer2010-06-243-6/+21
* Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi2010-06-2416-182/+743
* Add __LIBPAYLOAD__ and __i386__/__powerpc__ symbols to lpgcc's build context.Patrick Georgi2010-06-241-1/+3
* Finish fixing Tyan s2881. Simplify ADT7463 initialization code.Myles Watson2010-06-223-19/+5
* Fix libpayload xconfig script to find coreboot utils xgcc.Cai Bai Yin2010-06-221-1/+1
* Change the libpayload "make install" default destination to be the source dir...Cai Bai Yin2010-06-221-1/+1
* 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
* This patch adds inteltool support for i810E and ICH2.Joseph Smith2010-06-167-0/+99
* Follow up to the USB refactoring patch: Missed setting pid values correctly.Patrick Georgi2010-06-111-2/+10
* 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
* Check for NULL before calling device_match()Myles Watson2010-06-101-1/+1
* 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-0953-444/+518
* 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
* Avoid using the name "pid_t", which is used on unixoid systems.Patrick Georgi2010-06-075-96/+137
* 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