summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan/s2875
Commit message (Expand)AuthorAgeFilesLines
...
* Automatically fetch bus information for mptable fromPatrick Georgi2010-09-241-11/+2
* Cut the crap.Uwe Hermann2010-09-211-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-301-19/+10
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-261-4/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-2/+2
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-14/+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-274-17/+17
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-1/+1
* 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
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-2/+2
* - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLYStefan Reinauer2010-04-071-5/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-1/+1
* 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-2/+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
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-7/+7
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-181-1/+1
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-181-58/+9
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-281-1/+0
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-0/+1
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-0/+0
* newconfig is no more.Patrick Georgi2010-02-072-434/+0
* Move all IOAPIC selection to southbridges, and remove themPatrick Georgi2010-01-181-1/+0
* Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi2009-11-271-0/+27
* 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-061-1/+1
* Fix some builds with Kconfig.Myles Watson2009-10-281-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
* 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
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-161-0/+1
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-153-7/+8
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-071-1/+1
* Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi2009-10-061-0/+5
* 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-10/+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
* some progress on kconfig:Patrick Georgi2009-09-252-0/+72