Add support for HP DL165-G6 with Fam10 CPU.
authorArne Georg Gleditsch <arne.gleditsch@numascale.com>
Fri, 24 Sep 2010 17:35:32 +0000 (17:35 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 24 Sep 2010 17:35:32 +0000 (17:35 +0000)
commit9139e7b7c55d34ae3c5e8b941db037a92d2ace54
treefa823ccd1eb9b3c9e7a6f7fe8d6e08e1f1a0eab6
parent16db6c3486fba7292bade3233df96b4ab2ecc889
Add support for HP DL165-G6 with Fam10 CPU.

Original patch was
Signed-off-by: Arne Georg Gleditsch <arne.gleditsch@numascale.com>
Updates to accomodate changes in coreboot are
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5831 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
14 files changed:
src/mainboard/hp/Kconfig
src/mainboard/hp/dl165_g6_fam10/Kconfig [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/bootblock.c [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/chip.h [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/cmos.layout [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/devicetree.cb [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/get_bus_conf.c [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/irq_tables.c [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/mainboard.c [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/mb_sysconf.h [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/mptable.c [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/romstage.c [new file with mode: 0644]
src/mainboard/hp/dl165_g6_fam10/spd_addr.h [new file with mode: 0644]
src/superio/serverengines/pilot/pilot_early_init.c