summaryrefslogtreecommitdiffstats
path: root/hwpf/include/target_types.H
diff options
context:
space:
mode:
Diffstat (limited to 'hwpf/include/target_types.H')
-rw-r--r--hwpf/include/target_types.H9
1 files changed, 5 insertions, 4 deletions
diff --git a/hwpf/include/target_types.H b/hwpf/include/target_types.H
index 90b400b7..f2519eef 100644
--- a/hwpf/include/target_types.H
+++ b/hwpf/include/target_types.H
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: $ */
+/* $Source: hwpf/include/target_types.H $ */
/* */
-/* OpenPOWER HostBoot Project */
+/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -55,7 +55,8 @@ namespace fapi2
TARGET_TYPE_PERV = 0x20, ///< Pervasive type
TARGET_TYPE_MCAST = 0x40, ///< Multicast type
TARGET_TYPE_MI = 0x80, ///< MI type
- TARGET_TYPE_SYSTEM = 0x100, ///< System type
+ TARGET_TYPE_MCBIST = 0x100, ///< MCBIST type
+ TARGET_TYPE_SYSTEM = 0x400, ///< System type
TARGET_TYPE_ALL = 0xFFF, ///< Any/All types
// The following are actually illegal targets on PPE platforms
OpenPOWER on IntegriCloud