[coreboot-gerrit] Patch set updated for coreboot: 7f6832e mainboard/asus/kfsn4-dre: Copy DIMM information to cbmem after romstage

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Mar 28 05:07:03 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9138

-gerrit

commit 7f6832e0b122f8e3bd7b1d8c8050e485dbfdf73b
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Fri Mar 27 22:49:18 2015 -0500

    mainboard/asus/kfsn4-dre: Copy DIMM information to cbmem after romstage
    
    Change-Id: I07376e276e3e9e3247d2576a09e58780d32a3a76
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kfsn4-dre/romstage.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mainboard/asus/kfsn4-dre/romstage.c b/src/mainboard/asus/kfsn4-dre/romstage.c
index af6858f..f7db5fe 100644
--- a/src/mainboard/asus/kfsn4-dre/romstage.c
+++ b/src/mainboard/asus/kfsn4-dre/romstage.c
@@ -353,6 +353,9 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 	cbmem_initialize_empty();
 	post_code(0x41);
 
+	printk(BIOS_DEBUG, "amdmct_cbmem_store_info()\n");
+	amdmct_cbmem_store_info(sysinfo);
+
 	printk(BIOS_DEBUG, "disable_spd()\n");
 	ck804_control(ctrl_conf_disable_spd, ARRAY_SIZE(ctrl_conf_disable_spd), CK804_DEVN_BASE);
 



More information about the coreboot-gerrit mailing list