summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.Myles Watson2009-09-2917-73/+20
* Remove pre-CBFS _vgabios_start and _vgabios_end.Myles Watson2009-09-296-36/+0
* A keyboard controller fix to stop the code from waiting for a code that neverMarc Jones2009-09-291-28/+16
* Fix a number of board names in Kconfig (trivial).Uwe Hermann2009-09-2917-53/+43
* Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi2009-09-2917-54/+11
* Remove some warnings.Myles Watson2009-09-2916-40/+42
* More consistent use of "default n" and "select XYZ" inPatrick Georgi2009-09-2914-56/+25
* Make the error messages somewhat less incomprehensible. I forget Ronald G. Minnich2009-09-291-5/+10
* Trivial config fix for Serengeti Cheetah. Change a type and a default. Myles Watson2009-09-281-3/+3
* Trivial config fix for Serengeti Cheetah. Remove duplication, add a default.Myles Watson2009-09-281-10/+10
* This adds a simple script to build a default toolchain for corebootStefan Reinauer2009-09-267-0/+449
* This patch changes following in getpir application.Mohamed Mansoor2009-09-263-41/+51
* * drop libgcc from coreboot_apc.o, not needed.Stefan Reinauer2009-09-264-2/+39
* check for ELF payloads in cbfstoolCristi Magherusan2009-09-251-0/+6
* drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer2009-09-254-28/+13
* improve lzma error messages. When coreboot panics because lzma decompressionStefan Reinauer2009-09-251-3/+3
* Trivial fixups to get this board further along. Ronald G. Minnich2009-09-254-34/+47
* Fix build of romcc boards.Myles Watson2009-09-251-3/+3
* some progress on kconfig:Patrick Georgi2009-09-25164-160/+2363
* Rename CONFIG_SERIAL_CONSOLE to match newconfig.Myles Watson2009-09-252-4/+5
* Make build_opt_tbl depend on config.h since it uses it. This fixes:Myles Watson2009-09-241-1/+1
* Remove HyperTransport support from boards that don't need it.Myles Watson2009-09-245-14/+30
* Re-enable option table for the ASUS MEW-VM and fix build.Uwe Hermann2009-09-242-6/+1
* Add detection support for the SMSC FDC37M602.Uwe Hermann2009-09-241-0/+2
* Trivial fix for kbuildall: initialize "i", not CURRENTARGET [sic]Patrick Georgi2009-09-241-1/+1
* Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi2009-09-2415-24/+229
* fix some wrong occurences of the FSF's address (trivial)Stefan Reinauer2009-09-2321-21/+21
* fix some wrong versions of the FSF's address (trivial)Stefan Reinauer2009-09-2315-18/+18
* Fix the bounce_size global so that the bounce buffer works with CBFS.Myles Watson2009-09-232-9/+10
* Looks like this should have become cpu init code after growing up. TheStefan Reinauer2009-09-233-200/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-23118-176/+176
* Add Kconfig support for Tyan s2881.Myles Watson2009-09-233-0/+145
* Separate payload compression from stage compression.Myles Watson2009-09-232-3/+4
* Fix compilation for serengeti when HAVE_ACPI_TABLES is set. Trivial.Myles Watson2009-09-221-3/+3
* src/Kconfig: Remove HT-specific options.Myles Watson2009-09-229-26/+18
* failoverR.diff: Revert my failover change since Kconfig only supports fallback.Myles Watson2009-09-2213-96/+679
* tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson2009-09-228-61/+85
* This separates the code for each command in cbfstool. For the good and for theStefan Reinauer2009-09-221-80/+200
* * guard all mallocs in cbfstoolStefan Reinauer2009-09-222-4/+27
* .. make abuild Kconfig proof for the time being.Stefan Reinauer2009-09-221-1/+1
* back out some overzealous renames Stefan Reinauer2009-09-221-4/+4
* Kill dead comment.Carl-Daniel Hailfinger2009-09-221-2/+0
* Help text for maximum and default console loglevel in Kconfig.Carl-Daniel Hailfinger2009-09-221-2/+2
* r4534 introduced devicetree.cb in every mainboard directory, but didn'tCarl-Daniel Hailfinger2009-09-222-0/+22
* r4646 enabled early usage of pci_{read,write}_config{8,16,32}Carl-Daniel Hailfinger2009-09-223-54/+24
* If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger2009-09-224-3/+21
* I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system.Myles Watson2009-09-171-0/+5
* Remove warnings from Kconfig. Trivial.Myles Watson2009-09-176-14/+14
* Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.Myles Watson2009-09-174-11/+20
* Move VGA BIOS settings from the payload menu into it's own menuPeter Stuge2009-09-171-11/+13
OpenPOWER on IntegriCloud