Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46558 )
Change subject: mb/amd/mandolin: cereme: Use 64K instead of 0x1000 for size notation ......................................................................
mb/amd/mandolin: cereme: Use 64K instead of 0x1000 for size notation
Use the more readable size notation, which also unifies it with Mandolin’s FMD.
Change-Id: I95c22d8d775104dc046601418bd402317dd8e676 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/mainboard/amd/mandolin/variants/cereme/board.fmd 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/46558/1
diff --git a/src/mainboard/amd/mandolin/variants/cereme/board.fmd b/src/mainboard/amd/mandolin/variants/cereme/board.fmd index b55b8b5..31a0b2a 100644 --- a/src/mainboard/amd/mandolin/variants/cereme/board.fmd +++ b/src/mainboard/amd/mandolin/variants/cereme/board.fmd @@ -1,7 +1,7 @@ FLASH@0xFF000000 16M { BIOS { EC 0x20000 - RW_MRC_CACHE 0x10000 + RW_MRC_CACHE 64K FMAP 0x1000 COREBOOT(CBFS) }
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46558 )
Change subject: mb/amd/mandolin: cereme: Use 64K instead of 0x1000 for size notation ......................................................................
Patch Set 1:
oh, just saw this as merge conflict on CB:48245 which is a superset of this one
Stefan Reinauer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46558?usp=email )
Change subject: mb/amd/mandolin: cereme: Use 64K instead of 0x1000 for size notation ......................................................................
Abandoned