summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2012-03-06 10:53:13 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-12 14:59:35 -0500
commit2caae71c74b5f93da06ddf52cfdb5e2c670c73fb (patch)
tree0c0044d0a133fa46c2a4387106c6be7e78d3c9f7 /src/include
parenta3b4a0ff044b60b2af8082fd5256b1926e8b35b5 (diff)
downloadtalos-hostboot-2caae71c74b5f93da06ddf52cfdb5e2c670c73fb.tar.gz
talos-hostboot-2caae71c74b5f93da06ddf52cfdb5e2c670c73fb.zip
CFAM access of non-chip type target
Updated from review comments Updated from review comments of set #2 Change-Id: Ia56b239954a1e3287440056b9ccd78634cc0f3a7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/723 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwpf/plat/fapiPlatReasonCodes.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/plat/fapiPlatReasonCodes.H b/src/include/usr/hwpf/plat/fapiPlatReasonCodes.H
index 62550e3d4..9afc348fc 100644
--- a/src/include/usr/hwpf/plat/fapiPlatReasonCodes.H
+++ b/src/include/usr/hwpf/plat/fapiPlatReasonCodes.H
@@ -43,6 +43,8 @@ namespace fapi
MOD_VERIFY_CFAM_ACCESS_TARGET = 0x07,
MOD_ATTR_BASE_ADDR_GET = 0x08,
MOD_ATTR_DQ_MAP_GET = 0x09,
+ MOD_GET_CFAM_CHIP_TARGET = 0x0A,
+
};
// Note that for HWP generated errors (MOD_HWP_RC_TO_ERRL), the
@@ -61,6 +63,7 @@ namespace fapi
RC_ECMD_OPERATION_FAILURE = HWPF_COMP_ID | 0x14,
RC_CFAM_ACCESS_ON_PROC_ERR = HWPF_COMP_ID | 0x15,
RC_ATTR_BASE_BAD_PARAM = HWPF_COMP_ID | 0x16,
+ RC_INVALID_NUM_PARENT_CHIP = HWPF_COMP_ID | 0x17,
};
};
OpenPOWER on IntegriCloud