Kangheui Won has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/45054 )
Change subject: soc/amd/picasso: fix tsc_freq_mhz ......................................................................
soc/amd/picasso: fix tsc_freq_mhz
According to Core::X86::Msr::PStateDef explanation from PPR 55570, cpufid is bit[7:0] and cpudid is bit[13:8]. And correct calcuation based on the same section.
BUG=b:163423984 BRANCH=zork TEST=build firmware and flash on dalboz, check freq is correctly calculated
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: Ia225c9d4fedc5097c8861eae73ca81c9cc344fe5 --- M src/soc/amd/picasso/tsc_freq.c 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/45054/2