From 153dcaa15050071e25b0177618ad0c9d829606e2 Mon Sep 17 00:00:00 2001 From: Roland Veloz Date: Tue, 13 Aug 2019 19:47:39 -0500 Subject: Implement an HBRT interface to log a gard event from PHYP/OPAL Added a firmware notify interface, gard_event_t, to accept a gard event message, from PHYP/OPAL, to log that event. Change-Id: I9bcf684f0850c9a07ab7d46635aa07a2c1e9917c RTC: 210201 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82199 Tested-by: Jenkins Server Reviewed-by: Matt Derksen Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Christian R Geddes 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 5cfdce5c2..b54f29751 100644 --- a/src/include/usr/runtime/runtime_reasoncodes.H +++ b/src/include/usr/runtime/runtime_reasoncodes.H @@ -147,6 +147,8 @@ namespace RUNTIME RC_NO_SPACE_FOR_ATTRIBUTE_SERIALIZATION = RUNTIME_COMP_ID | 0x47, RC_CANNOT_MAKE_ATTRIBUTE = RUNTIME_COMP_ID | 0x48, RT_NO_OMI_TARGET_FOUND = RUNTIME_COMP_ID | 0x49, + RC_LOG_GARD_EVENT_UNKNOWN_ERROR_TYPE = RUNTIME_COMP_ID | 0x4A, + RC_LOG_GARD_EVENT = RUNTIME_COMP_ID | 0x4B, }; enum UserDetailsTypes -- cgit v1.2.3