[coreboot-gerrit] Patch set updated for coreboot: mainboard/google/reef: Add FPF_STATUS FMAP region

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Mon Mar 13 07:19:15 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 d6e5f92103da0e4e5b1227628c90479613995560
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
    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 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