summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan/s2912
Commit message (Expand)AuthorAgeFilesLines
* try to unify timing initialization across those boards that need it...Stefan Reinauer2010-04-251-2/+2
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-162-52/+24
* zero warnings days...Stefan Reinauer2010-04-151-14/+1
* zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer2010-04-141-6/+4
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-1/+1
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-091-1/+1
* Clean up fidvid files using indent.Myles Watson2010-04-081-3/+3
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-073-3/+3
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-5/+5
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-312-6/+2
* - drop unneeded Makefile.incStefan Reinauer2010-03-301-22/+0
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-301-5/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-301-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-291-5/+0
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-291-1/+1
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-15/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-291-1/+1
* Fix all the format string warnings.Myles Watson2010-03-223-3/+3
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-223-6/+6
* Remove remaining uses ofPatrick Georgi2010-03-182-21/+0
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-181-1/+1
* Remove failover/fallback/normal handling in mainboards'Patrick Georgi2010-03-171-71/+13
* Remove Kconfig entries that disablePatrick Georgi2010-03-081-5/+0
* - Add rules that build either 4 or 5 ssdts (only those variants exist in the ...Patrick Georgi2010-03-011-5/+0
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-282-1/+1
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-8/+0
* Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi2010-02-251-10/+0
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-7/+0
* Only handle code as "driver" that actually uses our driverPatrick Georgi2010-02-231-1/+1
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-6/+4
* $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We doStefan Reinauer2010-02-111-6/+0
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-091-5/+0
* Clean up ACPI:Patrick Georgi2010-02-081-7/+0
* straighten naming scheme for application processor rom stage files.Stefan Reinauer2010-02-082-3/+3
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-082-6/+6
* newconfig is no more.Patrick Georgi2010-02-072-670/+0
* ifeq wants a space before the (Stefan Reinauer2010-01-301-1/+1
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-301-14/+16
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-251-1/+6
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-251-4/+3
* Move all IOAPIC selection to southbridges, and remove themPatrick Georgi2010-01-181-1/+0
* Trivial fixes for kconfig. They fix all non-fam10 build failures.Myles Watson2009-12-021-5/+0
* Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi2009-11-273-4/+8
* Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi2009-11-271-1/+1
* Split the two usages of __ROMCC__:Myles Watson2009-11-062-2/+2
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-261-1/+5
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-241-1/+0
* move all register fram definitions to arch/register.hStefan Reinauer2009-10-241-8/+2
* Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson2009-10-231-2/+0