aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
AgeCommit message (Expand)Author
2009-10-26Kontron 986LCD-M updateStefan Reinauer
2009-10-26Use Intel Core code for eagleheights CAR init, not Intel Core 2, asStefan Reinauer
2009-10-26Define some variables that were not defined. There are a couple left.Myles Watson
2009-10-24Fix intel/xe7501devkit build, missing "uses" clause.Uwe Hermann
2009-10-24Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c
2009-10-24move all register fram definitions to arch/register.hStefan Reinauer
2009-10-23Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson
2009-10-23drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer
2009-10-22The LAN chip-set on the Technexion TIM-5690 is enabled by hardware andLibra Li
2009-10-21Add CONFIG_VGA_ROM_RUN to HP e-Vectra P2706T to make VGA init work.Uwe Hermann
2009-10-20Add initial support for the HP e-Vectra P2706T.Uwe Hermann
2009-10-20Minimize differences between newconfig and Kconfig for arima/hdama.Myles Watson
2009-10-20Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson
2009-10-20Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann
2009-10-19Fix builds of amd/db800 and digitallogic/msm800sev with smaller bootblocks.Myles Watson
2009-10-19Unselect AP_CODE_IN_CAR in tyan/s289x. Trivial.Myles Watson
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-18Drop a duplicated implementation of failover.c.Uwe Hermann
2009-10-18Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann
2009-10-17Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge
2009-10-17Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson
2009-10-16This is a snapshot as the availability of the systems for this Ronald G. Minnich
2009-10-16Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.Myles Watson
2009-10-16Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge
2009-10-16Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann
2009-10-16Drop unused and useless CONFIG_MAX_PCI_BUSES.Uwe Hermann
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-10-16Fix IRQ9 and allow ACPI without an MP table for Tyan s289x.Myles Watson
2009-10-16Fix kconfig setup for the VIA pc2500e.Uwe Hermann
2009-10-16Add CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherwise theZheng Bao
2009-10-15Fix Kconfig for technexion/tim5690.Libra Li
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-15Add Kconfig support for kontron/kt960.Myles Watson
2009-10-14White space and typo fixes. This makes it easier to compare the s2895 & s2892.Myles Watson
2009-10-14Use CAR ck804 code with the s2892.Myles Watson
2009-10-13White space change in preparation for a patch to unify handling of ck804.Myles Watson
2009-10-13Revert some garbage that snuck into my trivial change, correct a spelling error.Myles Watson
2009-10-13Remove a couple more warnings. Trivial.Myles Watson
2009-10-13Add support for the MSI MS-6156 board.Uwe Hermann
2009-10-13Fix kontron/kt690 build.Myles Watson
2009-10-13This patch support for the Technexion Tim-5690 mainboard.Libra Li
2009-10-13This patch adds (initial) support for the Kontron KT690 mainboard. Stefan Reinauer
2009-10-13Fix obvious typos (trivial).Uwe Hermann
2009-10-12Make fam10 build (but not boot due to bootblock size problems.)Myles Watson
2009-10-11Remove useless udelay() duplication.Uwe Hermann
2009-10-11HAVE_ACPI_TABLES cleanups for kconfig:Uwe Hermann
2009-10-10Drop "select CONSOLE_SERIAL8250" from QEMU, it's default-y anyway.Uwe Hermann
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-10-09This change allows us to see the spd on the s850, finally. Ronald G. Minnich
2009-10-09Remaining boards are Kconfig'd now. Whether they workPatrick Georgi
2009-10-09More Kconfig-supported boards, and also kconfig supportPatrick Georgi
2009-10-09More kconfig cleanups:Uwe Hermann
2009-10-08Fix CS5535 build for kconfig, more kconfig boards (lippert, artec)Patrick Georgi
2009-10-08This dialogue on email was useful and hence included. Ronald G. Minnich
2009-10-08Disable x86emu for via based boards which bringPatrick Georgi
2009-10-08More kconfig:Patrick Georgi
2009-10-08Kconfig: AMD Fam10, all Tyan boards.Patrick Georgi
2009-10-07Emergency fix. Failover.inc can end up with code that uses sse. It has Ronald G. Minnich
2009-10-07Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann
2009-10-07Fix trivial typo in Kconfig spotted by Peter, introduced by me.Patrick Georgi
2009-10-07Get rid of early_serial, it is now a generic function in early_init. Ronald G. Minnich
2009-10-07Convert all "default y" options to "select FOO" (shorter).Uwe Hermann
2009-10-07Various Kconfig fixes and improvements:Uwe Hermann
2009-10-07Fix intel board build on kconfig. MAX_CPUS was missingPatrick Georgi
2009-10-07Kconfig:Patrick Georgi
2009-10-07Enable full ROM access on AMD CS5530(A) (needed for CBFS).Uwe Hermann
2009-10-07More boards in kconfig, and moved -O2 flag for romcc intoPatrick Georgi
2009-10-06UseUwe Hermann
2009-10-06Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi
2009-10-06Remove duplicate device trees for Tyan s289x. Remove pre-CBFS statements.Myles Watson
2009-10-05PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig andUwe Hermann
2009-10-04The new CBFS based build system requires the whole ROM to be accessibleUwe Hermann
2009-10-04This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi
2009-10-04Add initial kconfig support for all AMD GX1 boards.Uwe Hermann
2009-10-03Remove another FAILOVER variable. (trivial)Patrick Georgi
2009-10-03Add gigabyte/m57sli support to Kconfig.Harald Gutmann
2009-10-03Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE fromPatrick Georgi
2009-10-03Tell vgabios code in a couple of boards/chipsets about CBFSPatrick Georgi
2009-10-03Remove:Patrick Georgi
2009-10-03Remove duplicate and not too useful Kconfig board comments asUwe Hermann
2009-10-02Remove the Embedded Planet board.Ronald G. Minnich
2009-10-02Remove left-over targets/motorola/*, fix Dell PowerEdge 1850 name.Uwe Hermann
2009-10-02Remove motorola PPC boards. These have lain untouched and unused by anyoneRonald G. Minnich
2009-10-02Drop remainders of the removed Totalimpact board. Fix typos.Uwe Hermann
2009-10-01Add romstrap to asus/m2v-mx_se in Kconfig.Myles Watson
2009-10-01Get rid of the total impact. Vendor died 5 years ago and nobody cares.Ronald G. Minnich
2009-10-01OK, this builds and even looks right. dell needs its own Makefile.inc because Ronald G. Minnich
2009-10-01typoRonald G. Minnich
2009-10-01We need this to be Kconfig. The old way is not trusted by me.Ronald G. Minnich
2009-10-01This is now set up more like the real hardware likes it. Ronald G. Minnich
2009-09-30Add supermicro h8dmr fam10 target. This is largely a mashup of the tyan s2912Ward Vandewege
2009-09-29Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.Myles Watson
2009-09-29Remove pre-CBFS _vgabios_start and _vgabios_end.Myles Watson
2009-09-29Fix a number of board names in Kconfig (trivial).Uwe Hermann
2009-09-29Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi
2009-09-29Remove some warnings.Myles Watson
2009-09-29More consistent use of "default n" and "select XYZ" inPatrick Georgi
2009-09-28Trivial config fix for Serengeti Cheetah. Change a type and a default. Myles Watson
2009-09-28Trivial config fix for Serengeti Cheetah. Remove duplication, add a default.Myles Watson
2009-09-25Trivial fixups to get this board further along. Ronald G. Minnich