From deb98413396a81925a9cbdacc0156e5fdced87c8 Mon Sep 17 00:00:00 2001 From: Matthew Raybuck Date: Wed, 21 Aug 2019 12:43:19 -0500 Subject: Fix lingering error log issues for BPM updates There was a lingering issue where an error that was retryable was thought to be non-retryable. This propagated out of blockWrite() causing the update to think it had failed when it fact it had not. Change-Id: I536e79ddd4ac476fdf1aa0b370f81f4b0b198f4c RTC: 212448 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82614 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Christian R Geddes Reviewed-by: Roland Veloz Reviewed-by: Daniel M Crowell --- src/include/usr/isteps/nvdimm/bpmreasoncodes.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/usr/isteps/nvdimm/bpmreasoncodes.H b/src/include/usr/isteps/nvdimm/bpmreasoncodes.H index 69f9202eb..db4f00fc2 100644 --- a/src/include/usr/isteps/nvdimm/bpmreasoncodes.H +++ b/src/include/usr/isteps/nvdimm/bpmreasoncodes.H @@ -53,6 +53,7 @@ namespace BPM_RC BPM_VERIFY_GOOD_BPM_STATE = 0x0D, BPM_RUN_FW_UPDATES = 0x0F, BPM_WRITE_VIA_SCAP = 0x10, + BPM_BLOCK_WRITE = 0x11, BPM_START_UPDATE = 0xFD, BPM_END_UPDATE = 0xFE, BPM_DUMMY_ERROR = 0xFF, -- cgit v1.2.1