Keith Hui has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76987?usp=email )
Change subject: mb/kontrol/ktqm77: Add Haswell-style SPD info ......................................................................
mb/kontrol/ktqm77: Add Haswell-style SPD info
Change-Id: I64c04da83ffd936864bfcf92169850e1eecd2eb7 Signed-off-by: Keith Hui buurin@gmail.com --- M src/mainboard/kontron/ktqm77/early_init.c 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/76987/1
diff --git a/src/mainboard/kontron/ktqm77/early_init.c b/src/mainboard/kontron/ktqm77/early_init.c index 43cd7ac..c422842 100644 --- a/src/mainboard/kontron/ktqm77/early_init.c +++ b/src/mainboard/kontron/ktqm77/early_init.c @@ -129,6 +129,12 @@ read_spd(&spd[2], 0x52, id_only); }
+void mb_get_spd_map(struct spd_info *spdi) +{ + spdi->addresses[0] = 0x50; + spdi->addresses[2] = 0x52; +} + void mainboard_early_init(int s3resume) { /* Enable PEG10 (1x16) */