Attention is currently required from: Kyösti Mälkki. Hello Mike Banon, build bot (Jenkins), Michał Żygowski, Kyösti Mälkki,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44293
to look at the new patch set (#5).
Change subject: drivers/amd/agesa/s3_mtrr.c: Use a struct over pointer aritmetic ......................................................................
drivers/amd/agesa/s3_mtrr.c: Use a struct over pointer aritmetic
The size of the data used is fixed in this function so there is no need for this aritmetic.
The function signature will be changed in a followup commit.
The cache_disable call is dropped as all the codepaths calling the restore_mtrr function do this already.
UNTESTED.
Change-Id: I3c6df8951d39695cddd4635360d6407d4d001b0a Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/drivers/amd/agesa/oem_s3.c M src/drivers/amd/agesa/s3_mtrr.c 2 files changed, 54 insertions(+), 93 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/44293/5