Attention is currently required from: Hung-Te Lin, Shelley Chen, Yu-Ping Wu.
Hello Hung-Te Lin, Shelley Chen, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68871
to look at the new patch set (#3).
Change subject: mem_chip_info: Update to new format ......................................................................
mem_chip_info: Update to new format
The original version of the mem_chip_info structure does not record rank information and does not allow precise modeling of certain DDR configurations, so it falls short on its purpose to compile all available memory information. This patch updates the format to a new layout that remedies these issues. Since the structure was introduced so recently that no firmware using it has been finalized and shipped yet, we should be able to get away with this without accounting for backwards compatibility.
BRANCH=corsola
Signed-off-by: Julius Werner jwerner@chromium.org Change-Id: If34e6857439b6f6ab225344e5b4dd0ff11d8d42a --- M src/commonlib/bsd/include/commonlib/bsd/mem_chip_info.h M src/soc/mediatek/common/memory.c M src/soc/qualcomm/common/qclib.c 3 files changed, 120 insertions(+), 29 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/68871/3