diff options
author | Brian Silver <bsilver@us.ibm.com> | 2015-05-26 09:08:11 -0500 |
---|---|---|
committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 13:40:20 -0600 |
commit | c41b768bf19e997f4a5b85893d51fa48d12499bf (patch) | |
tree | acc08e98b3955b5f4fc4e70ed97a2e1fbe47bd60 /src/import/hwpf/fapi2 | |
parent | 666beba9979fe0c862fa650a513859c4c3c6effa (diff) | |
download | talos-hostboot-c41b768bf19e997f4a5b85893d51fa48d12499bf.tar.gz talos-hostboot-c41b768bf19e997f4a5b85893d51fa48d12499bf.zip |
Add TARGET_TYPE_CAPP
Change-Id: I2d9511ab65e53bdf89c33008d8658137a143f7bf
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17949
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Tested-by: Brian Silver <bsilver@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/import/hwpf/fapi2')
-rw-r--r-- | src/import/hwpf/fapi2/include/target_types.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H index 561f45700..7fd959f54 100644 --- a/src/import/hwpf/fapi2/include/target_types.H +++ b/src/import/hwpf/fapi2/include/target_types.H @@ -36,7 +36,7 @@ namespace fapi2 TARGET_TYPE_MCA = 0x00001000, ///< MCA type TARGET_TYPE_MCBIST = 0x00002000, ///< MCBIST type TARGET_TYPE_MI = 0x00004000, ///< MI Memory Interface (Cumulus) -// Can be recycled = 0x00008000, ///< + TARGET_TYPE_CAPP = 0x00008000, ///< CAPP target TARGET_TYPE_DMI = 0x00010000, ///< DMI type TARGET_TYPE_OBUS = 0x00020000, ///< OBUS type TARGET_TYPE_NV = 0x00040000, ///< NV bus type |