Hello build bot (Jenkins), Raul Rangel, Jack Rosenthal, Paul Fagerburg,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45177
to look at the new patch set (#3).
Change subject: soc/amd/picasso: Use lookup table to convert MHz to MT/s ......................................................................
soc/amd/picasso: Use lookup table to convert MHz to MT/s
Memory speed is given as an integer, but in some cases it has an implicit fractional speed, so simply multiplying by 2 is not sufficient. Using a lookup table instead. Values were derived from AGESA.h and public specs.
BUG=b:167155849 TEST=Boot ezkinil, check output of 'mosys memory spd print all'
Signed-off-by: Rob Barnes robbarnes@google.com Change-Id: Icc77c21932c68ee9f0ff0b8e35ae7b1a3732b322 --- M src/soc/amd/picasso/dmi.c 1 file changed, 63 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/45177/3