[coreboot-gerrit] Change in coreboot[master]: google/kahlee: Add RW_NVRAM to FMAP

Marc Jones (Code Review) gerrit at coreboot.org
Thu Apr 26 01:04:59 CEST 2018


Marc Jones has uploaded this change for review. ( https://review.coreboot.org/25843


Change subject: google/kahlee: Add RW_NVRAM to FMAP
......................................................................

google/kahlee: Add RW_NVRAM to FMAP

Add RW_NVRAM area to FMAP for VBOOT_VBNV_CMOS_BACKUP_TO_FLASH support.

BUG=b:77347873
TEST=Manualy clear CMOS and check coreboot restores VBNV from flash.

Change-Id: Id8c6f54634b94bf6ae3755a827e80d0862a42dd2
Signed-off-by: Marc Jones <marc.jones at scarletltd.com>
---
M src/mainboard/google/kahlee/variants/grunt/chromeos.fmd
M src/mainboard/google/kahlee/variants/kahlee/chromeos.fmd
2 files changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/25843/1

diff --git a/src/mainboard/google/kahlee/variants/grunt/chromeos.fmd b/src/mainboard/google/kahlee/variants/grunt/chromeos.fmd
index 674e6d7..11c4bf0 100644
--- a/src/mainboard/google/kahlee/variants/grunt/chromeos.fmd
+++ b/src/mainboard/google/kahlee/variants/grunt/chromeos.fmd
@@ -22,7 +22,8 @@
 			VBLOCK_DEV at 0x2000 0x2000
 		}
 		RW_VPD at 0x465000 0x2000
-		RW_UNUSED at 0x467000 0x599000
+		RW_NVRAM at 0x467000 0x5000
+		RW_UNUSED at 0x46C000 0x594000
 		RW_LEGACY at 0xA00000 0x200000
 
 		WP_RO at 0xC00000 0x400000 {
diff --git a/src/mainboard/google/kahlee/variants/kahlee/chromeos.fmd b/src/mainboard/google/kahlee/variants/kahlee/chromeos.fmd
index 8282098..4a4e3ca 100644
--- a/src/mainboard/google/kahlee/variants/kahlee/chromeos.fmd
+++ b/src/mainboard/google/kahlee/variants/kahlee/chromeos.fmd
@@ -23,7 +23,8 @@
 		}
 		RW_VPD at 0x465000 0x2000
 		RW_LEGACY at 0x467000 0x100000
-		RW_UNUSED at 0x567000 0x8000
+		RW_NVRAM at 0x567000 0x5000
+		RW_UNUSED at 0x56C000 0x3000
 		WP_RO at 0x56F000 0x291000 {
 			RO_VPD at 0x0 0x4000
 			RO_UNUSED at 0x4000 0xc000

-- 
To view, visit https://review.coreboot.org/25843
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8c6f54634b94bf6ae3755a827e80d0862a42dd2
Gerrit-Change-Number: 25843
Gerrit-PatchSet: 1
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180425/e3ee811a/attachment.html>


More information about the coreboot-gerrit mailing list