[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: add FPF_STATUS FMAP region

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Sun Mar 12 19:59:44 CET 2017


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

-gerrit

commit b7c6e8fc7e1a53b70311ef9083c0a0860c99aa35
Author: Andrey Petrov <andrey.petrov at intel.com>
Date:   Sun Mar 12 00:39:41 2017 -0800

    mainboard/google/reef: add FPF_STATUS FMAP region
    
    Add FPF_STATUS region under MISC_RW. The purpose of the region is to
    store FPF status.
    
    Change-Id: I2997b3d39a94bf444df51068f254edcf49c47afd
---
 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 3c289a1..e5cda78 100644
--- a/src/mainboard/google/reef/chromeos.fmd
+++ b/src/mainboard/google/reef/chromeos.fmd
@@ -24,7 +24,8 @@ FLASH 16M {
 			VBLOCK_DEV at 0x2000 0x2000
 		}
 		RW_VPD at 0x28000 0x2000
-		RW_NVRAM at 0x2a000 0x6000
+		RW_NVRAM at 0x2a000 0x5000
+		FPF_STATUS at 0x2f000 0x1000
 	}
 	RW_SECTION_A at 0x430000 0x480000 {
 		VBLOCK_A at 0x0 0x10000



More information about the coreboot-gerrit mailing list