summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
authorLiuYangFan <shliuyf@cn.ibm.com>2017-04-21 02:59:52 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-08-30 13:36:51 -0400
commit30e17cda8b9384ffcb0949e34152b4366a493cf2 (patch)
tree19ea516c3617381886cf7ac0fcb9dbe3b82a147a /src/import/chips/p9/procedures/xml
parent13edc6fb4410cce4923a917b2beab02010339fde (diff)
downloadtalos-hostboot-30e17cda8b9384ffcb0949e34152b4366a493cf2.tar.gz
talos-hostboot-30e17cda8b9384ffcb0949e34152b4366a493cf2.zip
p9c_set_inband_addr
Cumulus initial version Change-Id: I593b2b6bcdb4232147193520462efff67e60cd23 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39536 Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45326 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/xml')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/p9c_set_inband_addr_attributes.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9c_set_inband_addr_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9c_set_inband_addr_attributes.xml
new file mode 100644
index 000000000..905a0d3bf
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/attribute_info/p9c_set_inband_addr_attributes.xml
@@ -0,0 +1,54 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/attribute_info/p9c_set_inband_addr_attributes.xml $ -->
+<!-- -->
+<!-- OpenPOWER HostBoot Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2017 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
+<!-- you may not use this file except in compliance with the License. -->
+<!-- You may obtain a copy of the License at -->
+<!-- -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
+<!-- -->
+<!-- Unless required by applicable law or agreed to in writing, software -->
+<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
+<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
+<!-- implied. See the License for the specific language governing -->
+<!-- permissions and limitations under the License. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+<!--p9c_set_inband_addr_attributes.xml-->
+<attributes>
+<!-- ********************************************************************* -->
+<attribute>
+ <id>ATTR_DMI_INBAND_BAR_ENABLE</id>
+ <targetType>TARGET_TYPE_DMI</targetType>
+ <description> DMI inband BAR enable.
+ Set by platform.
+ Used by p9c_set_inband_addr.
+ </description>
+ <valueType>uint8</valueType>
+ <enum>DISABLE = 0x0, ENABLE = 0x1</enum>
+ <platInit/>
+ <persistRuntime/>
+</attribute>
+<!-- ********************************************************************* -->
+<attribute>
+ <id>ATTR_DMI_INBAND_BAR_BASE_ADDR_OFFSET</id>
+ <targetType>TARGET_TYPE_DMI</targetType>
+ <description> DMI inband BAR address offset (relative to chip MMIO origin).
+ Set by platform.
+ Used by p9c_set_inband_addr.
+ </description>
+ <valueType>uint64</valueType>
+ <platInit/>
+ <persistRuntime/>
+</attribute>
+<!-- ********************************************************************* -->
+
+</attributes>
OpenPOWER on IntegriCloud