From 897e9b5b38e8ab67b42e4da10aeb66f4a5720847 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Mon, 17 Jun 2019 16:42:51 -0500 Subject: Push NVDIMM attribute updates down to the FSP Added calls to send attributes down to HWSV whenever we update the KEYS or ENABLE values. RTC: 208343 Change-Id: I34f18e6b6c852aa673821853064d5126afdd840e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79082 Tested-by: Jenkins Server Reviewed-by: Corey V. Swenson Reviewed-by: Roland Veloz Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/include/usr/runtime/runtime_reasoncodes.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/usr/runtime') diff --git a/src/include/usr/runtime/runtime_reasoncodes.H b/src/include/usr/runtime/runtime_reasoncodes.H index 7aa6a114d..44689ba29 100644 --- a/src/include/usr/runtime/runtime_reasoncodes.H +++ b/src/include/usr/runtime/runtime_reasoncodes.H @@ -67,6 +67,8 @@ namespace RUNTIME MOD_INIT_RT_RES_MEM_TRACE_BUF = 0x27, /**< rt_rsvdtracebuffer.C */ MOD_OPEN_UNTRUSTED_SP_AREAS = 0x28, /**< populate_hbruntime.C */ MOD_SEND_ATTRIBUTES_TO_FSP = 0x29, /**< hbrt_utilities.H */ + MOD_RT_DO_NVDIMM_OP = 0x2A, /**< rt_fwnotify.C */ + SET_ATTR_NVDIMM_ENCRYPTION_ENABLE = 0x2B, /**< rt_fwnotify.C */ }; enum RuntimeReasonCode @@ -143,6 +145,7 @@ namespace RUNTIME RC_NULL_FIRMWARE_MSG_PTR = RUNTIME_COMP_ID | 0x45, RC_SERIALIZE_ATTRIBUTE_FAILED = RUNTIME_COMP_ID | 0x46, RC_NO_SPACE_FOR_ATTRIBUTE_SERIALIZATION = RUNTIME_COMP_ID | 0x47, + RC_CANNOT_MAKE_ATTRIBUTE = RUNTIME_COMP_ID | 0x47, }; enum UserDetailsTypes -- cgit v1.2.3