summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2915-44/+10
* Remove some warnings.Myles Watson2009-09-2916-40/+42
* More consistent use of "default n" and "select XYZ" inPatrick Georgi2009-09-2914-56/+25
* 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
* * drop libgcc from coreboot_apc.o, not needed.Stefan Reinauer2009-09-264-2/+39
* 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-25163-159/+2353
* 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
* Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi2009-09-2414-22/+220
* fix some wrong versions of the FSF's address (trivial)Stefan Reinauer2009-09-238-8/+8
* 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-231-1/+1
* 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-228-25/+17
* failoverR.diff: Revert my failover change since Kconfig only supports fallback.Myles Watson2009-09-2211-28/+677
* tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson2009-09-228-61/+85
* 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
* This is a patch for killing IPMI on the s1850 -- or at least geting the BMCRonald G. Minnich2009-09-171-0/+102
* copyright name error. Ronald G. Minnich2009-09-171-2/+2
* This is an otherwise dead platform. I'm just committing the basics that Ronald G. Minnich2009-09-154-42/+47
* Don't mix int and boolean for kconfig variables. It might work, it might not.Patrick Georgi2009-09-151-2/+2
* Use the coreboot pci config read/write functions instead of direct cf8/cfcMarc Jones2009-09-141-11/+2
* Use driver-y instead of obj-y for model_6xx_init.o.Uwe Hermann2009-09-041-1/+1
* As more users of Asus M2V-MX SE emerged. Here is long pending patch I wanted toRudolf Marek2009-09-011-6/+31
* File I missed committing.Ronald G. Minnich2009-08-291-0/+8
* This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich2009-08-297-14/+15
* Set the mainboard/amd directory up to support more than one. Ronald G. Minnich2009-08-294-10/+72
* Fixes per Uwe's comments.Ronald G. Minnich2009-08-292-5/+1
* This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i...Arnaud Maye2009-08-288-2/+156
OpenPOWER on IntegriCloud