summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-08-16 08:56:50 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-12-19 07:31:22 -0600
commit245b9cef8f3cb4a537689b024a05088a0df6c15a (patch)
treebbeda35f53d8d0c4143c8e3f7010323ca85c8127 /src/import/chips
parent5f7d221ac1af6694b3ff8f0b699dad2c9ea238e4 (diff)
downloadtalos-sbe-245b9cef8f3cb4a537689b024a05088a0df6c15a.tar.gz
talos-sbe-245b9cef8f3cb4a537689b024a05088a0df6c15a.zip
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 <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82796 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H4
1 files 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,
};
///
OpenPOWER on IntegriCloud