summaryrefslogtreecommitdiffstats
path: root/src/mainboard/via/pc2500e/mptable.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all VIA CN700 boardsKyösti Mälkki2018-05-311-95/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Unify Local APIC address definitionsPatrick Georgi2012-03-081-1/+1
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-131-6/+1
* mptable: Get rid of fixup_virtual_wirePatrick Georgi2011-10-131-1/+1
* mptable: Refactor lintsrc generationPatrick Georgi2011-10-131-6/+1
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-161-1/+1
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-251-19/+2
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+2
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-251-1/+1
* Automatically fetch bus information for mptable fromPatrick Georgi2010-09-241-14/+3
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-261-1/+1
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-23/+1
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-1/+1
* remove more warnings.Stefan Reinauer2010-04-031-1/+0
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-1/+1
* This adds a mptable for the VIA pc2500e. I've tested with the devicesJonathan A. Kollasch2008-12-201-0/+159