Philipp Deppenwiese has uploaded this change for review.

View Change

mb/supermicro/x11-lga1151-series:

Add vboot RO only fmap file

Change-Id: I1ee6087a9e846550958479300b28a288f2551ed8
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
---
M src/mainboard/supermicro/x11-lga1151-series/Kconfig
A src/mainboard/supermicro/x11-lga1151-series/vboot-ro.fmd
2 files changed, 27 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/38344/1
diff --git a/src/mainboard/supermicro/x11-lga1151-series/Kconfig b/src/mainboard/supermicro/x11-lga1151-series/Kconfig
index 02c9c86..43bcea3 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/Kconfig
+++ b/src/mainboard/supermicro/x11-lga1151-series/Kconfig
@@ -61,6 +61,7 @@
config FMDFILE
string
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/vboot-ro-rwab.fmd" if VBOOT_SLOTS_RW_AB
+ default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/vboot-ro.fmd"

config CBFS_SIZE
hex
diff --git a/src/mainboard/supermicro/x11-lga1151-series/vboot-ro.fmd b/src/mainboard/supermicro/x11-lga1151-series/vboot-ro.fmd
new file mode 100644
index 0000000..563e36b
--- /dev/null
+++ b/src/mainboard/supermicro/x11-lga1151-series/vboot-ro.fmd
@@ -0,0 +1,26 @@
+FLASH 16M {
+ SI_ALL@0x0 0x500000 {
+ SI_DESC@0x0 0x1000
+ SI_ME@0x1000 0x4ff000
+ }
+ SI_BIOS@0x500000 0xb00000 {
+ MISC_RW@0x0 0x62000 {
+ UNIFIED_MRC_CACHE@0x0 0x20000 {
+ RECOVERY_MRC_CACHE@0x0 0x10000
+ RW_MRC_CACHE@0x10000 0x10000
+ }
+ RW_VPD(PRESERVE)@0x20000 0x2000
+ SMMSTORE(PRESERVE)@0x22000 0x40000
+ }
+ WP_RO@0x62000 0xa9e000 {
+ RO_VPD(PRESERVE)@0x0 0x4000
+ RO_SECTION@0x4000 0xa9a000 {
+ FMAP@0x0 0x800
+ RO_FRID@0x800 0x40
+ RO_FRID_PAD@0x840 0x7c0
+ GBB@0x1000 0xef000
+ COREBOOT(CBFS)@0xf0000 0x9aa000
+ }
+ }
+ }
+}

To view, visit change 38344. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1ee6087a9e846550958479300b28a288f2551ed8
Gerrit-Change-Number: 38344
Gerrit-PatchSet: 1
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Gerrit-MessageType: newchange