summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-g41m-es2l
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2016-01-22 22:12:30 +1100
committerMartin Roth <martinroth@google.com>2016-01-29 00:27:09 +0100
commit5680fafb4d2cdc1d914226ff4d01b9b12ba75097 (patch)
tree43e344b201063dfbf03f6c09366ab9383939afed /src/mainboard/gigabyte/ga-g41m-es2l
parent216fc50411a354917cee97b243cdb1dbf1e0a76d (diff)
downloadcoreboot-5680fafb4d2cdc1d914226ff4d01b9b12ba75097.tar.xz
nb/intel/x4x: Move to early cbmem
Previously with errors in the ram init, early cbmem was disabled. Now that the ram is working correctly, set as early cbmem platform and update all (1) boards to use it. Tested on GA-G41M-ES2L Change-Id: I5925c28821537f0e326b4f5a2ac39778e4724a3c Signed-off-by: Damien Zammit <damien@zamaudio.com> Reviewed-on: https://review.coreboot.org/13131 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/gigabyte/ga-g41m-es2l')
-rw-r--r--src/mainboard/gigabyte/ga-g41m-es2l/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
index 6bae12814c..ca8ca5c071 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
@@ -159,5 +159,6 @@ void main(unsigned long bist)
printk(BIOS_DEBUG, "Initializing memory\n");
sdram_initialize(0, spd_addrmap);
quick_ram_check();
+ cbmem_initialize_empty();
printk(BIOS_DEBUG, "Memory initialized\n");
}