summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2880/mptable.c
AgeCommit message (Expand)Author
2010-12-16Get mptable OEM/product ID from kconfig variables.Uwe Hermann
2010-10-26We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich
2010-10-25Factor out common mptable code to mptable_init().Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-09-24Automatically fetch bus information for mptable fromPatrick Georgi
2010-05-20Move generation of mptable entries for ISA to generic code.Patrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-16zero warnings days: unify mp tables. fix warnings.Stefan Reinauer
2010-03-29dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2005-07-08eric patchYinghai Lu
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34arch import user (historical)
2004-10-20Tyan update to work with new CPU ConfigYinghai Lu
2003-12-02from Yh LuRonald G. Minnich
2003-09-25new from yh luRonald G. Minnich
2003-08-04patches from Yh Lu. Tested and working on HDAMARonald G. Minnich
2003-07-21- First pass at s2880 support.Eric Biederman