summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan/s2895
Commit message (Expand)AuthorAgeFilesLines
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-301-15/+6
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-261-4/+1
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-261-1/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-2/+2
* A bug fix:Myles Watson2010-07-061-2/+0
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-13/+2
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-2/+1
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-051-2/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-5/+5
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-1/+1
* zero warnings days.Stefan Reinauer2010-04-091-25/+8
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-091-1/+1
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-091-3/+4
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-2/+2
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-073-3/+3
* - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLYStefan Reinauer2010-04-071-5/+0
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-1/+1
* 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-3/+1
* __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-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
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-225-20/+20
* Remove remaining uses ofPatrick Georgi2010-03-181-10/+0
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-181-1/+1
* Remove failover/fallback/normal handling in mainboards'Patrick Georgi2010-03-172-183/+13
* 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-9/+11
* 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-456/+0
* 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-4/+2
* Split the two usages of __ROMCC__:Myles Watson2009-11-062-2/+2
* 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
* Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson2009-10-231-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/+2
* Fix IRQ9 and allow ACPI without an MP table for Tyan s289x.Myles Watson2009-10-161-2/+30
OpenPOWER on IntegriCloud