summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime/runtime_reasoncodes.H
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-02-06 16:16:27 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-11 14:12:38 -0500
commit27bddb0e962f0b13135cfcbaaa76e5120a99724f (patch)
tree85f8573d1d2ce35435716815f47e80d1bdf071c1 /src/include/usr/runtime/runtime_reasoncodes.H
parentc9ad324035c7889d2fbb10e99844fd8148d05bbb (diff)
downloadtalos-hostboot-27bddb0e962f0b13135cfcbaaa76e5120a99724f.tar.gz
talos-hostboot-27bddb0e962f0b13135cfcbaaa76e5120a99724f.zip
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 <mgloff@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> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@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.H2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud