Tim Crawford has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60779 )
Change subject: mb/system76/lemp10: Fix memory info ......................................................................
mb/system76/lemp10: Fix memory info
The Lemur Pro, with its mixed memory topology, only has a DIMM at address 0x52.
Change-Id: Iecea8c70c7fd40943d86f8918f8e3b384538b5c3 Fixes: 4dcee4f21db5 ("mb/system76/lemp10: Add System76 Lemur Pro 10") Signed-off-by: Tim Crawford tcrawford@system76.com --- M src/mainboard/system76/lemp10/romstage.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/60779/1
diff --git a/src/mainboard/system76/lemp10/romstage.c b/src/mainboard/system76/lemp10/romstage.c index ed528e8..6a91620 100644 --- a/src/mainboard/system76/lemp10/romstage.c +++ b/src/mainboard/system76/lemp10/romstage.c @@ -13,7 +13,6 @@ .topo = MEM_TOPO_MIXED, .cbfs_index = 0, .smbus = { - [0] = { .addr_dimm[0] = 0x50, }, [1] = { .addr_dimm[0] = 0x52, }, }, };