Felix Held has uploaded a new patch set (#2) to the change originally created by Marshall Dawson. ( https://review.coreboot.org/c/coreboot/+/38692 )
Change subject: soc/amd/picasso: Cache romstage in RAM ......................................................................
soc/amd/picasso: Cache romstage in RAM
Picasso's romstage is non-XIP and therefore is not automatically cached by the WP type applied to the flash storage. Determine its location in RAM and type it with an MTRR.
Since this adds an initialization step, the post codes after this step are incremented by one.
Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com Change-Id: I431c63553c6eabafc4f3512a2484f350cd07003b --- M src/soc/amd/picasso/romstage.c 1 file changed, 19 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/38692/2