From 8cdd1fc4febfa9de75b039787ddbe9cbb4b80af2 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 8 Mar 2019 15:37:56 -0600 Subject: Add PMIC target The PMIC will be controlled via i2c operations to enable power to the OCMB and DIMMs on Axone. Change-Id: I1111ad852f3715c849a168d6f8d9d35f7c8acfe0 RTC:206151 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73080 Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Tested-by: FSP CI Jenkins Reviewed-by: Matt K. Light Reviewed-by: Brent Wieman Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73209 Reviewed-by: RAJA DAS --- src/import/hwpf/fapi2/include/target_types.H | 1 + 1 file changed, 1 insertion(+) diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H index 852d7846..6b9acc24 100644 --- a/src/import/hwpf/fapi2/include/target_types.H +++ b/src/import/hwpf/fapi2/include/target_types.H @@ -85,6 +85,7 @@ enum TargetType : uint64_t TARGET_TYPE_PAU = 0x0000000100000000, ///< PAU type TARGET_TYPE_IOHS = 0x0000000200000000, ///< IOHS type TARGET_TYPE_FC = 0x0000000400000000, ///< Fused Core type + TARGET_TYPE_PMIC = 0x0000000800000000, ///< PMIC type TARGET_TYPE_MULTICAST = 0x8000000000000000, ///< MULTICAST type TARGET_TYPE_ALL = 0x7FFFFFFFFFFFFFFF, ///< Any/All types TARGET_TYPE_ALL_MC = 0xFFFFFFFFFFFFFFFF, ///< Any/All types + Multicast -- cgit v1.2.1