Disable integrated memory on lemp10 temporarily

Change-Id: I31bce31c853234f2e30a84e3da82434704da3ff3
This commit is contained in:
Jeremy Soller
2020-11-03 11:40:05 -07:00
parent fdfd543cca
commit 56da115d48

View File

@@ -17,12 +17,12 @@ static const struct mb_ddr4_cfg board_cfg = {
static const struct spd_info spd = { static const struct spd_info spd = {
//.topology = MIXED, //.topology = MIXED,
.topology = MEMORY_DOWN, .topology = SODIMM,
.md_spd_loc = SPD_CBFS, .md_spd_loc = SPD_CBFS,
.cbfs_index = 0, .cbfs_index = 0,
//.smbus_info[1] = { .smbus_info[1] = {
// .addr_dimm0 = 0x52, .addr_dimm0 = 0x52,
//}, },
}; };
void mainboard_memory_init_params(FSPM_UPD *mupd) { void mainboard_memory_init_params(FSPM_UPD *mupd) {