summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-04-27 13:48:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-07-02 16:17:58 -0500
commit3f6449495b5922c13c9b977b252f9638ccb8cf4c (patch)
tree4b790e9e8bc19d777922f6d21567b74159c8342a /src/include/usr
parent8ffdfc861b944e1d8768c2b81377bd7e8b5a92a5 (diff)
downloadtalos-hostboot-3f6449495b5922c13c9b977b252f9638ccb8cf4c.tar.gz
talos-hostboot-3f6449495b5922c13c9b977b252f9638ccb8cf4c.zip
Fix handling of ECC protected partitions at runtime
Modify the code to only check ECC on the logical size of the data that is read, rather than on the full physical size. Change-Id: Ia45989e64ef70e63542274ef59df2cc755f8082e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17467 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/pnor/pnor_reasoncodes.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/pnor/pnor_reasoncodes.H b/src/include/usr/pnor/pnor_reasoncodes.H
index 148f916f2..31744bae5 100644
--- a/src/include/usr/pnor/pnor_reasoncodes.H
+++ b/src/include/usr/pnor/pnor_reasoncodes.H
@@ -151,6 +151,7 @@ namespace PNOR
//termination_rc
RC_INVALID_WORKING_TOC = PNOR_COMP_ID | 0x28,
RC_INVALID_TOC = PNOR_COMP_ID | 0x29,
+ RC_WRONG_SIZE_FROM_READ = PNOR_COMP_ID | 0x2A,
};
enum UserDetailsTypes
OpenPOWER on IntegriCloud