diff options
| author | Jaymes Wilks <mjwilks@us.ibm.com> | 2017-07-07 14:46:34 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-07-24 16:10:46 -0400 |
| commit | c0fe969256eb9509c184b2a2cdeba39c12ceaebb (patch) | |
| tree | da0344423a822d08056638b530d1f9e0491567d0 /src/include/usr/runtime/runtime_reasoncodes.H | |
| parent | cf20b92e8e08cef8e287db1c9c70cc99c1471113 (diff) | |
| download | blackbird-hostboot-c0fe969256eb9509c184b2a2cdeba39c12ceaebb.tar.gz blackbird-hostboot-c0fe969256eb9509c184b2a2cdeba39c12ceaebb.zip | |
Persistent read/write attribute checking for hostboot runtime
Adds support for checking persistent read/write attributes just
prior to runtime attribute copy to reserved memory.
Change-Id: I848a2d8149cf3f1d17ed7bf195256f7f168a1f29
RTC:163084
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42969
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/runtime/runtime_reasoncodes.H')
| -rw-r--r-- | src/include/usr/runtime/runtime_reasoncodes.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/usr/runtime/runtime_reasoncodes.H b/src/include/usr/runtime/runtime_reasoncodes.H index d5af4f2a6..c36b9415d 100644 --- a/src/include/usr/runtime/runtime_reasoncodes.H +++ b/src/include/usr/runtime/runtime_reasoncodes.H @@ -56,6 +56,7 @@ namespace RUNTIME MOD_UNMAP_VIRT_ADDR = 0x18, /**< populate_hbruntime.C */ MOD_POPULATE_TPMINFOBYNODE = 0x19, /**< populate_hbruntime.C */ MOD_FILL_RSVMEM_HBDATA = 0x20, /**< populate_hbruntime.C */ + MOD_ATTR_RUNTIME_CHECK_PREP_FAIL = 0x21, /**< populate_hbruntime.C */ }; enum RuntimeReasonCode @@ -100,6 +101,8 @@ namespace RUNTIME RC_EXTRA_I2C_DEVICE_IN_MRW = RUNTIME_COMP_ID | 0x25, RC_GETTUPLE_UNSUPPORTED = RUNTIME_COMP_ID | 0x26, RC_EXCEEDED_MEMORY = RUNTIME_COMP_ID | 0x27, + RC_UNABLE_TO_PIN_ATTR_MEM = RUNTIME_COMP_ID | 0x28, + RC_UNABLE_TO_UNPIN_ATTR_MEM = RUNTIME_COMP_ID | 0x29, }; enum UserDetailsTypes |

