summaryrefslogtreecommitdiff
path: root/src/mainboard/via/pc2500e/mptable.c
AgeCommit message (Expand)Author
2018-05-31Remove all VIA CN700 boardsKyösti Mälkki
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-03-08Unify Local APIC address definitionsPatrick Georgi
2011-10-13mptable: Refactor mptable generation some morePatrick Georgi
2011-10-13mptable: Get rid of fixup_virtual_wirePatrick Georgi
2011-10-13mptable: Refactor lintsrc generationPatrick Georgi
2010-12-16Get mptable OEM/product ID from kconfig variables.Uwe Hermann
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-25Drop some useless "../../../" in #includes (trivial).Uwe Hermann
2010-09-24Automatically fetch bus information for mptable fromPatrick Georgi
2010-07-26Make include paths more consistent. Fixes compilation errors for me.Myles Watson
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-03remove more warnings.Stefan Reinauer
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2008-12-20This adds a mptable for the VIA pc2500e. I've tested with the devicesJonathan A. Kollasch