summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda/rk886ex/mptable.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* mainboard/roda: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* mainboard/[^a-p]*: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* src/mainboard: Remove unused '#include <device/pci.h>'Elyes HAOUAS2019-12-201-1/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* mainboard/roda: Use C89 comments style & remove commented codeElyes HAOUAS2016-11-091-3/+3
* mainboard/*/*/mptable.c: Improve code formattingElyes HAOUAS2016-09-261-3/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-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-2/+1
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-161-1/+1
* Convert more boards to use mptable_write_buses.Patrick Georgi2010-11-211-12/+2
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-261-2/+2
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-251-18/+2
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-2/+2
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-15/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-1/+1
* Add support for the Roda RK886EX a.k.a Rocky III+ ruggedised notebookStefan Reinauer2010-01-171-0/+131