diff options
author | Andrey Petrov <andrey.petrov@intel.com> | 2017-03-12 00:39:41 -0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-03-15 03:42:55 +0100 |
commit | 2e726f605de73ed1c45efb678366861723b19b62 (patch) | |
tree | b230a390fca701796ef89fc223d914ebb0ed0963 /src/mainboard/google/reef | |
parent | 48b69aca47c7bd2dff6298e936904eae7bdd5271 (diff) | |
download | coreboot-2e726f605de73ed1c45efb678366861723b19b62.tar.xz |
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@intel.com>
Reviewed-on: https://review.coreboot.org/18773
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/chromeos.fmd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd index 3c289a1fd4..e5cda78b59 100644 --- a/src/mainboard/google/reef/chromeos.fmd +++ b/src/mainboard/google/reef/chromeos.fmd @@ -24,7 +24,8 @@ FLASH 16M { VBLOCK_DEV@0x2000 0x2000 } RW_VPD@0x28000 0x2000 - RW_NVRAM@0x2a000 0x6000 + RW_NVRAM@0x2a000 0x5000 + FPF_STATUS@0x2f000 0x1000 } RW_SECTION_A@0x430000 0x480000 { VBLOCK_A@0x0 0x10000 |