From 27bddb0e962f0b13135cfcbaaa76e5120a99724f Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Tue, 6 Feb 2018 16:16:27 -0600 Subject: Update attributes based on message from the FSP At least one usecase exists where code on the FSP needs to update an attribute and have that value reflected inside of HBRT. Change-Id: Iad5057ecbb182f6f58879ba694d4b8adea485248 RTC:186991 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53486 Reviewed-by: Martin Gloff Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Thi N. Tran Reviewed-by: Christian R. Geddes Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/include/usr/runtime/runtime_reasoncodes.H | 2 ++ 1 file changed, 2 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 e909c0152..19799c51a 100644 --- a/src/include/usr/runtime/runtime_reasoncodes.H +++ b/src/include/usr/runtime/runtime_reasoncodes.H @@ -61,6 +61,7 @@ namespace RUNTIME MOD_ATTR_RUNTIME_CHECK_PREP_FAIL = 0x21, /**< populate_hbruntime.C */ MOD_RT_FIRMWARE_NOTIFY = 0x23, /**< rt_fwnotify.C */ MOD_RT_FIRMWARE_REQUEST = 0x24, /**< rt_fwreq_helper.C */ + MOD_RT_ATTR_SYNC_REQUEST = 0x25, /**< rt_fwnotify.C */ }; enum RuntimeReasonCode @@ -125,6 +126,7 @@ namespace RUNTIME RC_FW_REQUEST_ERR = RUNTIME_COMP_ID | 0x39, RC_TPM_HDAT_VIRT_TO_PHYS_ERR = RUNTIME_COMP_ID | 0x3A, RC_TPM_HDAT_MAP_BLOCK_ERR = RUNTIME_COMP_ID | 0x3B, + RC_ATTR_UPDATE_FAILED = RUNTIME_COMP_ID | 0x3C, }; enum UserDetailsTypes -- cgit v1.2.1