summaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/monolith/vboot-rw.fmd
diff options
context:
space:
mode:
authorWim Vervoorn <wvervoorn@eltan.com>2020-02-05 12:20:21 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-18 15:30:53 +0000
commit2e7c2cef15c88f000380668e8948e71b7d8d7f75 (patch)
tree1b91a1b214a23fe53609cf6b7d64c29e068e3bf1 /src/mainboard/facebook/monolith/vboot-rw.fmd
parent09ea37172eb62d2b675b3d7a1db36c697c49a6da (diff)
downloadcoreboot-2e7c2cef15c88f000380668e8948e71b7d8d7f75.tar.xz
mb/facebook/monolith: Enable use of VPD
Enable use of VPD for monolith. This will be used to store the UUID and Serial number. BUG=N/A TEST=build Change-Id: I32b60fef44929c51427a124cbb81e5246db2546c Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38752 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/monolith/vboot-rw.fmd')
-rw-r--r--src/mainboard/facebook/monolith/vboot-rw.fmd5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/facebook/monolith/vboot-rw.fmd b/src/mainboard/facebook/monolith/vboot-rw.fmd
index df2674b93d..dc2dadfa9c 100644
--- a/src/mainboard/facebook/monolith/vboot-rw.fmd
+++ b/src/mainboard/facebook/monolith/vboot-rw.fmd
@@ -18,12 +18,13 @@ FLASH 16M {
FW_MAIN_A(CBFS)@0x10040 0x84FFC0
}
WP_RO@0x880000 0x080000 {
- RO_SECTION@0x0000 0x80000 {
+ RO_VPD(PRESERVE)@0x00000 0x1000
+ RO_SECTION@0x1000 0x7F000 {
FMAP@0x0 0x800
RO_FRID@0x800 0x40
RO_FRID_PAD@0x840 0x7c0
GBB@0x1000 0x4000
- COREBOOT(CBFS)@0x5000 0x07B000
+ COREBOOT(CBFS)@0x5000 0x07A000
}
}
}