summaryrefslogtreecommitdiffstats
path: root/src/mainboard/kontron/986lcd-m/mptable.c
Commit message (Expand)AuthorAgeFilesLines
* mb/*/mptable.c: Use smp_write_pci_intsrc()Kyösti Mälkki2021-06-141-29/+21
* mb/*/mptable.c: Replace magic constantsKyösti Mälkki2021-06-141-24/+30
* cpu/x86/lapic: Replace LOCAL_APIC_ADDR referencesKyösti Mälkki2021-06-111-1/+1
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* mainboard/kontron: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* mainboard/[g-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/kontron: Use C89 comments style & remove commented codeElyes HAOUAS2016-10-091-5/+5
* 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-1/+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-18/+1
* mptable: Refactor lintsrc generationPatrick Georgi2011-10-131-2/+1
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-161-1/+1
* 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
* Kill a few more warnings.Myles Watson2010-07-071-1/+0
* Add new function to create all mptable entries for buses byPatrick Georgi2010-06-251-15/+2
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-1/+1
* 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-4/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-3/+3
* Various cometic and coding-style fixes (trivial).Uwe Hermann2010-03-011-6/+4
* This is a general cleanup patchStefan Reinauer2010-02-221-34/+59
* Kontron 986LCD-M MP table:Stefan Reinauer2010-01-191-17/+40
* Kontron 986LCD-M updates:Stefan Reinauer2009-03-111-0/+6
* Support for the Kontron 986LCD-M mainboard series.Stefan Reinauer2008-10-291-0/+131