summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan
Commit message (Expand)AuthorAgeFilesLines
* Trivial fixes for kconfig. They fix all non-fam10 build failures.Myles Watson2009-12-022-10/+0
* Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi2009-11-2712-14/+33
* Really hook up s2850 and s2875. Trivial.Patrick Georgi2009-11-271-0/+2
* Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi2009-11-277-1/+74
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-0623-187/+80
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-0616-16/+0
* Split the two usages of __ROMCC__:Myles Watson2009-11-0617-17/+17
* Fix some builds with Kconfig.Myles Watson2009-10-286-6/+8
* cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.incMyles Watson2009-10-2611-251/+11
* Move src/mainboard/tyan/Makefile.s289x.inc to src/mainboard/Makefile.k8_CAR.inc.Myles Watson2009-10-268-78/+7
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-2611-79/+10
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-249-6/+4
* move all register fram definitions to arch/register.hStefan Reinauer2009-10-242-16/+4
* Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson2009-10-232-3/+0
* Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson2009-10-2013-13/+2
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-2015-24/+24
* Unselect AP_CODE_IN_CAR in tyan/s289x. Trivial.Myles Watson2009-10-193-3/+0
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-181-9/+2
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-171-2/+2
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-171-2/+2
* Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.Myles Watson2009-10-169-53/+0
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-161-1/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-1615-3/+16
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-168-14/+8
* Fix IRQ9 and allow ACPI without an MP table for Tyan s289x.Myles Watson2009-10-163-6/+62
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-1552-137/+150
* White space and typo fixes. This makes it easier to compare the s2895 & s2892.Myles Watson2009-10-144-544/+511
* Use CAR ck804 code with the s2892.Myles Watson2009-10-142-3/+3
* White space change in preparation for a patch to unify handling of ck804.Myles Watson2009-10-132-26/+9
* Revert some garbage that snuck into my trivial change, correct a spelling error.Myles Watson2009-10-131-7/+1
* Remove a couple more warnings. Trivial.Myles Watson2009-10-133-2/+8
* Fix obvious typos (trivial).Uwe Hermann2009-10-132-2/+2
* HAVE_ACPI_TABLES cleanups for kconfig:Uwe Hermann2009-10-117-38/+3
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-093-3/+3
* Kconfig: AMD Fam10, all Tyan boards.Patrick Georgi2009-10-0818-1/+1404
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-078-9/+7
* Convert all "default y" options to "select FOO" (shorter).Uwe Hermann2009-10-074-40/+11
* UseUwe Hermann2009-10-061-1/+2
* Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi2009-10-067-0/+31
* Remove duplicate device trees for Tyan s289x. Remove pre-CBFS statements.Myles Watson2009-10-066-501/+6
* PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig andUwe Hermann2009-10-051-2/+0
* The new CBFS based build system requires the whole ROM to be accessibleUwe Hermann2009-10-041-0/+5
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-0415-30/+0
* Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE fromPatrick Georgi2009-10-036-80/+0
* Remove:Patrick Georgi2009-10-0315-91/+0
* Remove duplicate and not too useful Kconfig board comments asUwe Hermann2009-10-037-14/+0
* Fix a number of board names in Kconfig (trivial).Uwe Hermann2009-09-297-8/+20
* Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi2009-09-291-2/+0
* some progress on kconfig:Patrick Georgi2009-09-254-0/+138
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-2315-28/+28