summaryrefslogtreecommitdiffstats
path: root/src/mainboard/hp/dl165_g6_fam10/mptable.c
Commit message (Expand)AuthorAgeFilesLines
* mb/*/*: Drop AMDFAM10 mainboardsArthur Heymans2019-11-201-164/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* amdfam10 boards: Use smp_write_pci_intsrc()Kyösti Mälkki2019-01-091-10/+10
* amdfam10 boards: Call get_bus_conf() just onceKyösti Mälkki2019-01-041-1/+0
* mb/hp: Get rid of device_tElyes HAOUAS2018-05-081-4/+4
* mainboard/hp/dl165_g6_fam10: Fix coding styleElyes HAOUAS2018-04-291-3/+3
* mainboard/[g-l]: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-1/+1
* src/mainboard/getac - kontron: Add space around operatorsElyes HAOUAS2016-09-201-15/+15
* 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/+2
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Clean up #ifsPatrick Georgi2012-05-081-1/+1
* Unify Local APIC address definitionsPatrick Georgi2012-03-081-1/+1
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-131-5/+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-1/+0
* 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-20/+2
* Add support for HP DL165-G6 with Fam10 CPU.Arne Georg Gleditsch2010-09-241-0/+192