[coreboot-gerrit] Patch set updated for coreboot: mainboard/reef: Add RW_VAR_MRC_CACHE

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Tue Nov 8 20:58:00 CET 2016


Andrey Petrov (andrey.petrov at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17235

-gerrit

commit 09e16d22d3d8f3a16a607f444fad5d23a1e11a51
Author: Andrey Petrov <andrey.petrov at intel.com>
Date:   Fri Nov 4 16:17:11 2016 -0700

    mainboard/reef: Add RW_VAR_MRC_CACHE
    
    Chop off 4kb block from RW_MRC_CACHE to store variable MRC cache.
    
    BUG=chrome-os-partner:57515
    TEST=with patch series applied: cold reboot, make sure MRC is not
    updated. Do S3 suspend/resume cycle.
    
    Change-Id: I3e19fff9c9b20d6c73cbb13bfeec49e9a274bb72
    Signed-off-by: Andrey Petrov <andrey.petrov at intel.com>
---
 src/mainboard/google/reef/chromeos.fmd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd
index d25a9b2..6e9816c 100644
--- a/src/mainboard/google/reef/chromeos.fmd
+++ b/src/mainboard/google/reef/chromeos.fmd
@@ -13,7 +13,8 @@ FLASH 16M {
 		}
 	}
 	MISC_RW at 0x400000 0x4a000 {
-		RW_MRC_CACHE at 0x0 0x40000
+		RW_MRC_CACHE at 0x0 0x3f000
+		RW_VAR_MRC_CACHE at 0x3f000 0x1000
 		RW_ELOG at 0x40000 0x4000
 		RW_SHARED at 0x44000 0x4000 {
 			SHARED_DATA at 0x0 0x2000



More information about the coreboot-gerrit mailing list