summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-04-15 14:06:38 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-17 10:05:06 -0500
commitd0c71ff0ce912f12a7a8e1af4e0ea95e0d1fbf11 (patch)
tree90b9af6e4c054985d523700df86300f1763e32c9
parentcacebfde89932905545222054d96cbdeb943277e (diff)
downloadblackbird-hostboot-d0c71ff0ce912f12a7a8e1af4e0ea95e0d1fbf11.tar.gz
blackbird-hostboot-d0c71ff0ce912f12a7a8e1af4e0ea95e0d1fbf11.zip
Add ATTR_OMI_INBAND_BAR_BASE_ADDR_OFFSET to MC targets
Add the OMI_INBAND_BAR attribute to the MC target. The value on the MC should match the child OMI of the MC target with the lowest chip unit position. Change-Id: I4e81db3ee5542dbd8edb7404d7f601ffd383bfad Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75988 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75989 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: Christian R. Geddes <crgeddes@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/p9a_omi_setup_bars.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9a_omi_setup_bars.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9a_omi_setup_bars.xml
index 38ed0d4ec..a7cce7e6b 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/p9a_omi_setup_bars.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/p9a_omi_setup_bars.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2018 -->
+<!-- Contributors Listed Below - COPYRIGHT 2018,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -27,7 +27,7 @@
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_OMI_INBAND_BAR_BASE_ADDR_OFFSET</id>
- <targetType>TARGET_TYPE_OMI</targetType>
+ <targetType>TARGET_TYPE_OMI, TARGET_TYPE_MC</targetType>
<description>
OMI inband BAR address offset.
@@ -46,6 +46,9 @@
bit becomes the selector for the subchannel. The 4GB bit becomes
the offset applied for MMIO operations.
+ Value is also set on MC to match the BAR offset of the child OMI with
+ lowest chip unit.
+
Each OCMB is assigned one base address attribute.
ocmb | BAR ATTRIBUTE | Type | Base reg - end addr | size | sub-ch
OpenPOWER on IntegriCloud