summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan/s2912_fam10
Commit message (Expand)AuthorAgeFilesLines
* 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
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-281-5/+0
* Fix all the format string warnings.Myles Watson2010-03-223-4/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-224-19/+19
* Remove remaining uses ofPatrick Georgi2010-03-182-40/+0
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-181-1/+1
* Remove failover/fallback/normal handling in mainboards'Patrick Georgi2010-03-171-72/+14
* Replace clear_memory with memset.Myles Watson2010-03-111-1/+0
* Remove Kconfig entries that disablePatrick Georgi2010-03-081-5/+0
* Set options to make AMD CAR code compile correctly,Arne Georg Gleditsch2010-03-081-1/+21
* Whitespace changes to make s2912_fam10/ms9652_fam10 more similar.Uwe Hermann2010-03-014-18/+14
* - 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-7/+0
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-3/+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-083-7/+7
* newconfig is no more.Patrick Georgi2010-02-072-682/+0
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-301-8/+10
* Move all IOAPIC selection to southbridges, and remove themPatrick Georgi2010-01-181-1/+0
* get rid of Kconfig warning.Stefan Reinauer2010-01-181-2/+2
* Kconfig builds all boards now.Patrick Georgi2010-01-062-17/+34
* 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/+7
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-6/+2
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-062-2/+0
* 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-262-2/+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
* Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson2009-10-201-1/+1
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-201-1/+1
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-181-9/+2
* Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.Myles Watson2009-10-161-5/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-161-2/+2
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-162-3/+3
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-154-11/+12
* Kconfig: AMD Fam10, all Tyan boards.Patrick Georgi2009-10-082-0/+228
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-041-2/+0
* Remove:Patrick Georgi2009-10-031-6/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-1/+1
* Kconfig!Patrick Georgi2009-08-121-0/+156
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-112-6/+4
OpenPOWER on IntegriCloud