From 245b9cef8f3cb4a537689b024a05088a0df6c15a Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Fri, 16 Aug 2019 08:56:50 -0500 Subject: Support EXP_FW_LOG command to get Explorer FW logs Framework to send inband command and a proof of concept adding explorer error log data via collectFfdc RC. Change-Id: I41be5598eb6fb3239fd933e0a0563d1a99ed2fa0 RTC:205128 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82335 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Louis Stermole Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: Christian R Geddes Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82796 Reviewed-by: RAJA DAS --- .../chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H index 10121304..cf381398 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H @@ -374,8 +374,8 @@ enum cmd_and_response_id // find the flash loader version information EXP_FW_FLASH_LOADER_VERSION_INFO = 0x09, - // read the error logs from various modules of Explorer block - EXP_FW_ERROR_LOG_GET = 0x0A, + // read the FW logs from various modules of Explorer block + EXP_FW_LOG = 0x0A, }; /// -- cgit v1.2.1