summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan/s2735
Commit message (Expand)AuthorAgeFilesLines
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-251-17/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+2
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-1/+1
* Automatically fetch bus information for mptable fromPatrick Georgi2010-09-241-10/+3
* Cut the crap.Uwe Hermann2010-09-211-1/+1
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-301-10/+5
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-261-4/+1
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-2/+1
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-12/+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-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-276-14/+14
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-1/+1
* zero warnings days...Stefan Reinauer2010-04-151-1/+0
* zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer2010-04-142-15/+1
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-20/+3
* move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.Stefan Reinauer2010-04-141-94/+2
* 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-1/+1
* switch some ROMCC boards back to ROMCC.Stefan Reinauer2010-04-071-0/+1
* remove more warningsStefan Reinauer2010-04-031-1/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-10/+10
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-15/+4
* 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-6/+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-15/+0
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-222-4/+4
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-181-46/+0
* remove more warnings, and fix some boards (watchdog.h)Stefan Reinauer2010-03-171-0/+1
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-272-36/+2
* This does the following:Stefan Reinauer2010-02-274-6/+6
* Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi2010-02-251-6/+0
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-7/+0
* Only handle code as "driver" that actually uses our driverPatrick Georgi2010-02-231-2/+2
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-6/+4
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-091-9/+0
* Clean up ACPI:Patrick Georgi2010-02-081-7/+0
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-083-4/+4
* newconfig is no more.Patrick Georgi2010-02-072-435/+0
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-301-12/+12
* Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi2009-11-271-0/+6
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-20/+8
* Split the two usages of __ROMCC__:Myles Watson2009-11-061-1/+1
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-244-1/+4
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-201-1/+1
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-171-2/+2
OpenPOWER on IntegriCloud