diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2017-05-24 15:20:04 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-16 10:26:05 -0400 |
| commit | 44d178b6d050d9491e35360d5f3867e23c8ee895 (patch) | |
| tree | 42c0ef3536fdf919ec66a311099c0805cab4ba3a /src/include/usr/initservice | |
| parent | a7f35811ff731c443d56cee934b6b53900c99c26 (diff) | |
| download | talos-hostboot-44d178b6d050d9491e35360d5f3867e23c8ee895.tar.gz talos-hostboot-44d178b6d050d9491e35360d5f3867e23c8ee895.zip | |
Use Scratch Reg 3 Bit 7 to allow Attribute Overrides in Secure Mode
Change-Id: Ic9b220dc3480c13e1b1ac1c69a0be148ab5ea977
RTC:163094
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41114
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/initservice')
| -rw-r--r-- | src/include/usr/initservice/mboxRegs.H | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/include/usr/initservice/mboxRegs.H b/src/include/usr/initservice/mboxRegs.H index cde76b1e9..90f639e38 100644 --- a/src/include/usr/initservice/mboxRegs.H +++ b/src/include/usr/initservice/mboxRegs.H @@ -82,14 +82,15 @@ namespace SPLESS uint32_t data32; struct { - uint32_t istepMode :1; //0 - uint32_t goToRuntime :1; //1 - uint32_t isMpipl :1; //2 - uint32_t fspAttached :1; //3 - uint32_t reserved1 :1; //4 - uint32_t sbeInternalFFDC :1; //5 - uint32_t overrideSecurity :1; //6 - uint32_t reserved2 :25; //7:31 + uint32_t istepMode :1; //0 + uint32_t goToRuntime :1; //1 + uint32_t isMpipl :1; //2 + uint32_t fspAttached :1; //3 + uint32_t reserved1 :1; //4 + uint32_t sbeInternalFFDC :1; //5 + uint32_t overrideSecurity :1; //6 + uint32_t allowAttrOverrides :1; //7 + uint32_t reserved2 :24; //8:31 } PACKED; }; |

