summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/io/p9_io_scom.H
diff options
context:
space:
mode:
authorChris Steffen <cwsteffen@us.ibm.com>2018-11-27 15:01:52 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-03-13 10:38:12 -0500
commit298aa306a1f46f2470edf969cbbbe9fd0e716908 (patch)
treefc049ff1eca6147c0b65b37d7a0527fd7a3de71e /src/import/chips/p9/procedures/hwp/io/p9_io_scom.H
parent038631ba24f02f4019473f452d728c5604075176 (diff)
downloadtalos-hostboot-298aa306a1f46f2470edf969cbbbe9fd0e716908.tar.gz
talos-hostboot-298aa306a1f46f2470edf969cbbbe9fd0e716908.zip
P9A OMI Dccal / Scominit
Change-Id: I87dc51ddcffe76e5d5aaf4176e5a3f643ce7991c Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69200 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69208 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/io/p9_io_scom.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/io/p9_io_scom.H11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/io/p9_io_scom.H b/src/import/chips/p9/procedures/hwp/io/p9_io_scom.H
index 0f1d0d614..2c73ce4cd 100644
--- a/src/import/chips/p9/procedures/hwp/io/p9_io_scom.H
+++ b/src/import/chips/p9/procedures/hwp/io/p9_io_scom.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2018 */
+/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -57,6 +57,7 @@
#define P9_OBUS2_PHY_BASE_0x0B010C00 0x0B010C00
#define P9_OBUS3_PHY_BASE_0x0C010C00 0x0C010C00
#define P9_DMI0_PHY_BASE_0x07011000 0x07011000
+#define P9A_OMI_PHY_BASE_0x07011000 0x07011000
#define CEN_PHY_BASE_0x02010400 0x02010400
//-----------------------------------------------------------------------------
@@ -135,6 +136,14 @@ inline uint32_t get_base_address( const fapi2::Target < K > i_target, uint32_t&
o_base_addr = P9_DMI0_PHY_BASE_0x07011000;
break;
+ case fapi2::TargetType::TARGET_TYPE_OMI:
+ o_base_addr = P9A_OMI_PHY_BASE_0x07011000;
+ break;
+
+ case fapi2::TargetType::TARGET_TYPE_OMIC:
+ o_base_addr = P9A_OMI_PHY_BASE_0x07011000;
+ break;
+
case fapi2::TargetType::TARGET_TYPE_MC:
o_base_addr = P9_DMI0_PHY_BASE_0x07011000;
break;
OpenPOWER on IntegriCloud