summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/dbm690t/mptable.c
AgeCommit message (Expand)Author
2010-11-21Convert boards to use mptable_write_buses.Patrick Georgi
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-05-20Move generation of mptable entries for ISA to generic code.Patrick Georgi
2010-04-16zero warnings days: unify mp tables. fix warnings.Stefan Reinauer
2010-04-07move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-02-12Remove dead lines. Trivial.Carl-Daniel Hailfinger
2008-12-01Add AMD dbm690t ACPI support.Joe Bao
2008-10-02Fix a typo.Carl-Daniel Hailfinger
2008-10-02Use easily readable macros to setup interrupt routing.Carl-Daniel Hailfinger
2008-09-26Add IRQ12 to the dbm690t mptable for mouse interrupt support.Marc Jones
2008-09-22Patch for AMD DBM690T board.Michael Xie