Hello build bot (Jenkins), Roger Lu, Sj Huang, Yidi Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47283
to look at the new patch set (#2).
Change subject: WIP: mediatek/mt8192: spm: Add checks ......................................................................
WIP: mediatek/mt8192: spm: Add checks
16-byte alignement is critical for program section, so let's assume it also is for the data section (before we accidentally hit the issue again, which is very unlikely as the 21 bytes of data would need to stride over a 4kb boundary).
Also, add assertions to make sure the offsets are valid.
BUG=b:172177570 TEST=Asurada boots up to shell, suspend works
Signed-off-by: Nicolas Boichat drinkcat@chromium.org Change-Id: I1d0643368e4fb04e23b0fc1daef98f4b548dabc6 --- M 3rdparty/amd_blobs M 3rdparty/blobs M src/soc/mediatek/mt8192/spm.c 3 files changed, 7 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/47283/2