Added RAMINIT_SYSINFO and declared the necessary structs
authorOskar Enoksson <enok@lysator.liu.se>
Tue, 4 Oct 2011 20:15:51 +0000 (22:15 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 7 Nov 2011 21:14:16 +0000 (22:14 +0100)
commitdf073cb439b2acbe1d578f94be20ef983193b128
treefa5d8dce96af686d450dd88f1e961c982a23e242
parent355092b7b843e081cf7d9f7dce488ad9ed85cbcf
Added RAMINIT_SYSINFO and declared the necessary structs

Using RAMINIT_SYSINFO should be beneficial for this platform.
It is also more clean/safe to put data in struct mb_sysconf_t.
It's more consistent with other MB's and I've tested it
thoroughly on my DL145.

Signed-off-by: Oskar Enoksson <enok@lysator.liu.se>
Change-Id: Ie90a134a1efc9605b3fe17a5b5008856226984be
Reviewed-on: http://review.coreboot.org/236
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/mainboard/hp/dl145_g1/Kconfig
src/mainboard/hp/dl145_g1/get_bus_conf.c
src/mainboard/hp/dl145_g1/irq_tables.c
src/mainboard/hp/dl145_g1/mb_sysconf.h [new file with mode: 0644]
src/mainboard/hp/dl145_g1/mptable.c
src/mainboard/hp/dl145_g1/romstage.c