summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan/s2891
Commit message (Expand)AuthorAgeFilesLines
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-10/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-291-1/+1
* Get rid of type-punned pointer errors.Myles Watson2010-03-241-3/+3
* Fix all the format string warnings.Myles Watson2010-03-222-2/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-225-20/+20
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-181-1/+1
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-181-62/+12
* Remove Kconfig entries that disablePatrick Georgi2010-03-081-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-0/+1
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-6/+8
* Clean up ACPI:Patrick Georgi2010-02-081-1/+1
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-0/+0
* newconfig is no more.Patrick Georgi2010-02-072-425/+0
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-251-11/+2
* Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi2009-11-272-2/+6
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-061-7/+3
* Split the two usages of __ROMCC__:Myles Watson2009-11-061-1/+1
* cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.incMyles Watson2009-10-261-1/+1
* Move src/mainboard/tyan/Makefile.s289x.inc to src/mainboard/Makefile.k8_CAR.inc.Myles Watson2009-10-261-1/+1
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-261-10/+0
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-241-1/+0
* Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson2009-10-201-1/+0
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-201-2/+2
* Unselect AP_CODE_IN_CAR in tyan/s289x. Trivial.Myles Watson2009-10-191-1/+0
* 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-0/+1
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-2/+0
* Fix IRQ9 and allow ACPI without an MP table for Tyan s289x.Myles Watson2009-10-161-2/+16
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-153-10/+11
* Use CAR ck804 code with the s2892.Myles Watson2009-10-141-2/+2
* HAVE_ACPI_TABLES cleanups for kconfig:Uwe Hermann2009-10-111-6/+1
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* Convert all "default y" options to "select FOO" (shorter).Uwe Hermann2009-10-071-10/+3
* Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi2009-10-061-0/+4
* Remove duplicate device trees for Tyan s289x. Remove pre-CBFS statements.Myles Watson2009-10-062-162/+2
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-041-2/+0
* Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE fromPatrick Georgi2009-10-031-15/+0
* Remove:Patrick Georgi2009-10-031-6/+0
* Remove duplicate and not too useful Kconfig board comments asUwe Hermann2009-10-031-2/+0
* Fix a number of board names in Kconfig (trivial).Uwe Hermann2009-09-291-1/+3
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-2/+2
* src/Kconfig: Remove HT-specific options.Myles Watson2009-09-221-2/+2
* failoverR.diff: Revert my failover change since Kconfig only supports fallback.Myles Watson2009-09-222-0/+143
* Kconfig!Patrick Georgi2009-08-121-0/+158
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-111-4/+2
* This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer2009-07-211-7/+7
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-301-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-303-126/+126
* When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger2009-06-061-0/+2
OpenPOWER on IntegriCloud