From 0ea7471eec8fc7fa76bde21911e16159b1d51856 Mon Sep 17 00:00:00 2001 From: zaolin Date: Fri, 9 Mar 2018 17:27:37 +0100 Subject: mainboard/opencellular/rotundu: Add FMAP support * Add 8M and 16M fmap configurations. * Fix kconfig selects. * Add vboot options and fixes Change-Id: I49d97a9d324207e45520d43b814b03a20005122a Signed-off-by: zaolin Reviewed-on: https://review.coreboot.org/25084 Reviewed-by: Patrick Rudolph Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/opencellular/rotundu/vboot-16M.fmd | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/mainboard/opencellular/rotundu/vboot-16M.fmd (limited to 'src/mainboard/opencellular/rotundu/vboot-16M.fmd') diff --git a/src/mainboard/opencellular/rotundu/vboot-16M.fmd b/src/mainboard/opencellular/rotundu/vboot-16M.fmd new file mode 100644 index 0000000000..ec078e536c --- /dev/null +++ b/src/mainboard/opencellular/rotundu/vboot-16M.fmd @@ -0,0 +1,30 @@ +FLASH 16M { + SI_ALL@0x0 0x300000 { + SI_DESC@0x0 0x1000 + SI_ME@0x1000 0x2ff000 + } + SI_BIOS@0x300000 0xd00000 { + RW_SECTION_B@0x0 0x400000 { + VBLOCK_B@0x0 0x10000 + FW_MAIN_B(CBFS)@0x10000 0x3effc0 + RW_FWID_B@0x3fffc0 0x40 + } + RW_SECTION_A@0x400000 0x400000 { + VBLOCK_A@0x0 0x10000 + FW_MAIN_A(CBFS)@0x10000 0x3effc0 + RW_FWID_A@0x3fffc0 0x40 + } + RW_MRC_CACHE@0x800000 0x10000 + RW_VPD@0x810000 0x2000 + WP_RO@0x812000 0x4ee000 { + RO_VPD@0x0 0x4000 + RO_SECTION@0x4000 0x4ea000 { + FMAP@0x0 0x800 + RO_FRID@0x800 0x40 + RO_FRID_PAD@0x840 0x7c0 + GBB@0x1000 0xef000 + COREBOOT(CBFS)@0xf0000 0x3fa000 + } + } + } +} -- cgit v1.2.3