Skip to content

Commit

Permalink
FAPI2: replace IOPAU target references with PAUC
Browse files Browse the repository at this point in the history
per HWFW interlock, team consensus was to replace PPE with PAUC,
instead of IOPAU

Change-Id: I5c1a38597b214f101d40c9ff401eacc73c0c6217
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77474
Reviewed-by: Brent Wieman <bwieman@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77688
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77701
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
jjmcgill authored and dcrowell77 committed May 31, 2019
1 parent 39b3648 commit 13af137
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/import/hwpf/fapi2/include/target_types.H
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ enum TargetType : uint64_t
TARGET_TYPE_IOHS = 0x0000000200000000, ///< IOHS type
TARGET_TYPE_FC = 0x0000000400000000, ///< Fused Core type
TARGET_TYPE_PMIC = 0x0000000800000000, ///< PMIC type
TARGET_TYPE_PAUC = 0x0000001000000000, ///< PAUC type
TARGET_TYPE_MULTICAST = 0x8000000000000000, ///< MULTICAST type
TARGET_TYPE_ALL = 0x7FFFFFFFFFFFFFFF, ///< Any/All types
TARGET_TYPE_ALL_MC = 0xFFFFFFFFFFFFFFFF, ///< Any/All types + Multicast
Expand Down Expand Up @@ -122,7 +123,8 @@ enum TargetType : uint64_t
TARGET_TYPE_NMMU |
TARGET_TYPE_PAU |
TARGET_TYPE_IOHS |
TARGET_TYPE_FC,
TARGET_TYPE_FC |
TARGET_TYPE_PAUC,

TARGET_TYPE_MULTICASTABLE = TARGET_TYPE_CORE |
TARGET_TYPE_EQ |
Expand Down

0 comments on commit 13af137

Please sign in to comment.