summaryrefslogtreecommitdiffstats
path: root/src/include/usr/pnor/pnor_reasoncodes.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2013-09-12 13:46:07 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-11 11:03:38 -0500
commitd5adce60c0cc910171c2938e581f187a2083cba7 (patch)
tree4f7e0470c1d8fd3808f1e47746c8732184b221f3 /src/include/usr/pnor/pnor_reasoncodes.H
parent6d19bd7f6660d4a0f739e883e2f5d0434419a135 (diff)
downloadblackbird-hostboot-d5adce60c0cc910171c2938e581f187a2083cba7.tar.gz
blackbird-hostboot-d5adce60c0cc910171c2938e581f187a2083cba7.zip
PNOR ECC Support
Adding ECC support to the PNOR Resource Provider as well as the makefiles that create the images. Also fixed a bug in the PNOR DD for writes across erase blocks. Change-Id: I31ff6817cd35728badcd23a48fa73e51727142b9 RTC: 66213 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6203 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Diffstat (limited to 'src/include/usr/pnor/pnor_reasoncodes.H')
-rw-r--r--src/include/usr/pnor/pnor_reasoncodes.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/pnor/pnor_reasoncodes.H b/src/include/usr/pnor/pnor_reasoncodes.H
index 6e66a89e8..8b4225cb0 100644
--- a/src/include/usr/pnor/pnor_reasoncodes.H
+++ b/src/include/usr/pnor/pnor_reasoncodes.H
@@ -77,6 +77,8 @@ namespace PNOR
//RC_UNSUPPORTED_SFCRANGE can only be used in
// shutdown calls.
RC_UNSUPPORTED_SFCRANGE = PNOR_COMP_ID | 0x0E,
+ // Cannot change value of RC_ECC_UE, used by FSP
+ RC_ECC_UE = PNOR_COMP_ID | 0x0F,
};
};
OpenPOWER on IntegriCloud