summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_sbe_hb_structures.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_hb_structures.H b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_hb_structures.H
index ede54cff0..2e872ad4a 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_hb_structures.H
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_hb_structures.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -60,6 +60,7 @@ enum SbeBootloaderVersion
SAB_ADDED = 0x00090002,
MMIO_BARS_ADDED = 0x00090003,
ADDR_STASH_SUPPORT_ADDED = 0x00090004,
+ SBE_BACKDOOR_BIT_ADDED = 0x00090005,
};
union BootloaderSecureSettings
@@ -68,7 +69,8 @@ union BootloaderSecureSettings
struct
{
// Bit Breakdown - sync with ATTR_SECURE_SETTINGS
- uint8_t reserved : 5; // reserved
+ uint8_t reserved : 4; // reserved
+ uint8_t secBackdoorBit : 1; // SBE Security Backdoor Bit
uint8_t allowAttrOverrides : 1; // Allow Attribute Overrides in
// Secure Mode
uint8_t securityOverride : 1; // Security Override
OpenPOWER on IntegriCloud