Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc/intel/common/blk/memory: Make mixed topo work
When using a mixed memory topology with DDR4, it's not possible to boot when no DIMMs are installed, even though memory-down is available. This happens because the DIMM SPD length defaults to 256 when no DIMM SPD is available. Relax the length check when no DIMMs are present to overcome this problem. Tested on system76/lemp10. Unit boots with and without DIMM installed. Change-Id: I1cabf64fade1c06a44b6c3892659d54febc7a79a Signed-off-by: Angel Pons <[email protected]> Tested-by: Tim Crawford <[email protected]> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60800 Tested-by: build bot (Jenkins) <[email protected]> Reviewed-by: Tim Wawrzynczak <[email protected]> Reviewed-by: Tim Crawford <[email protected]>
- Loading branch information