diff options
author | Prachi Gupta <pragupta@us.ibm.com> | 2015-01-14 19:55:07 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-11 16:15:13 -0600 |
commit | e83759d6aa90999933318155772b50a8af679ec6 (patch) | |
tree | 8597ff0189eb9b6e618b0e34214224125ea17610 /src/usr/pnor | |
parent | 52561adeaa1c8d846e363d8386ca99a1ad89196b (diff) | |
download | talos-hostboot-e83759d6aa90999933318155772b50a8af679ec6.tar.gz talos-hostboot-e83759d6aa90999933318155772b50a8af679ec6.zip |
Created 2-sided and golden-side pnor layouts
RTC:120062
Change-Id: I416e6ebc2ef59608bc673a5a497bfce3263b3fc8
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15278
Tested-by: Jenkins Server
Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pnor')
-rw-r--r-- | src/usr/pnor/common/ffs_hb.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/pnor/common/ffs_hb.H b/src/usr/pnor/common/ffs_hb.H index c96911b3f..30a6173e4 100644 --- a/src/usr/pnor/common/ffs_hb.H +++ b/src/usr/pnor/common/ffs_hb.H @@ -66,7 +66,8 @@ enum /* Miscellaneous Bits : 1 byte */ FFS_MISC_PRESERVED = 0x80, /**< Preserved across code updates */ FFS_MISC_READ_ONLY = 0x40, /**< Read only section */ - FFS_MISC_UNUSED = 0x1F, /**< Unused MISC Flags */ + FFS_MISC_GOLDEN = 0x01, /**< Golden side of PNOR */ + FFS_MISC_UNUSED = 0x1E, /**< Unused MISC Flags */ }; /** |