summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig andUwe Hermann2009-10-0522-44/+0
* The new CBFS based build system requires the whole ROM to be accessibleUwe Hermann2009-10-0418-8/+115
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-04122-279/+13
* Add initial kconfig support for all AMD GX1 boards.Uwe Hermann2009-10-0437-10/+1054
* This removes the uses of the buildrom utility and the coreboot.stripPatrick Georgi2009-10-044-26/+5
* Remove a bit of pre-cbfs build system infrastructure.Patrick Georgi2009-10-041-33/+2
* Remove another FAILOVER variable. (trivial)Patrick Georgi2009-10-031-5/+0
* Add gigabyte/m57sli support to Kconfig.Harald Gutmann2009-10-034-189/+383
* Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE fromPatrick Georgi2009-10-0311-125/+8
* Tell vgabios code in a couple of boards/chipsets about CBFSPatrick Georgi2009-10-036-6/+12
* Remove:Patrick Georgi2009-10-03145-4683/+40
* Remove duplicate and not too useful Kconfig board comments asUwe Hermann2009-10-0347-95/+1
* Remove the Embedded Planet board.Ronald G. Minnich2009-10-027-410/+0
* Remove left-over targets/motorola/*, fix Dell PowerEdge 1850 name.Uwe Hermann2009-10-021-2/+2
* Remove motorola PPC boards. These have lain untouched and unused by anyoneRonald G. Minnich2009-10-0224-1317/+0
* Drop remainders of the removed Totalimpact board. Fix typos.Uwe Hermann2009-10-021-2/+2
* Support variables for MMX and SSE. These would be used inRonald G. Minnich2009-10-011-0/+14
* Add some trivial numbers for 945, and Core2 Duo E8200 Intel partsPeter Stuge2009-10-012-0/+13
* Add romstrap to asus/m2v-mx_se in Kconfig.Myles Watson2009-10-011-0/+2
* Get rid of the total impact. Vendor died 5 years ago and nobody cares.Ronald G. Minnich2009-10-019-485/+1
* Fix Kconfig build for K8 boards.Myles Watson2009-10-018-9/+19
* OK, this builds and even looks right. dell needs its own Makefile.inc because Ronald G. Minnich2009-10-012-1/+43
* typoRonald G. Minnich2009-10-011-2/+2
* We need this to be Kconfig. The old way is not trusted by me.Ronald G. Minnich2009-10-014-1/+98
* This is now set up more like the real hardware likes it. Ronald G. Minnich2009-10-011-0/+79
* Fix payload loading in various corner cases when workingPatrick Georgi2009-09-301-5/+22
* Add supermicro h8dmr fam10 target. This is largely a mashup of the tyan s2912Ward Vandewege2009-09-3015-0/+2472
* 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-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