summaryrefslogtreecommitdiffstats
path: root/pcie_x8_card.xml
diff options
context:
space:
mode:
authorPatrick Williams <williamspatrick@gmail.com>2014-12-03 10:30:48 -0600
committerPatrick Williams <williamspatrick@gmail.com>2014-12-03 10:30:48 -0600
commit1afe70931836abbe896220e3824cbbeb730ee5d7 (patch)
treefbb8416538647a12e673327a9ccbcbfa70a25da3 /pcie_x8_card.xml
parent0f86f782b279965b35d2387b8a4177226cfc424e (diff)
parent28b6ab1c367a6676f3af9072ed7552c9f8fa68f2 (diff)
downloadcommon-op-xml-1afe70931836abbe896220e3824cbbeb730ee5d7.tar.gz
common-op-xml-1afe70931836abbe896220e3824cbbeb730ee5d7.zip
Merge pull request #2 from brs332/master
Release common xml
Diffstat (limited to 'pcie_x8_card.xml')
-rw-r--r--pcie_x8_card.xml67
1 files changed, 67 insertions, 0 deletions
diff --git a/pcie_x8_card.xml b/pcie_x8_card.xml
new file mode 100644
index 0000000..9d84b61
--- /dev/null
+++ b/pcie_x8_card.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: pcie_x8_card.xml $ -->
+<!-- -->
+<!-- OpenPOWER HostBoot Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2014 -->
+<!-- [+] 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 -->
+<!-- $Header: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/systems/pegasus/xml/common/pcie_x8_card.xml,v 1.7 2012-11-29 06:53:56 adamtin Exp $ --><card xmlns:mrw="http://w3.ibm.com/stg/power-firmware/schema/mrw" xmlns="http://w3.ibm.com/stg/power-firmware/schema/mrw">
+
+<id>pcie_x8_card</id>
+<card-type>pcie</card-type>
+<description>PCIe x8 Card</description>
+
+<parts-used>
+ <part-used><part-id>PCIE_X8_ABSTRACT</part-id></part-used>
+</parts-used>
+<connectors-used>
+ <connector><part-id>PCIE_X8_SLOT</part-id></connector>
+</connectors-used>
+<part-instances>
+ <part-instance><id>U0</id><part-id>PCIE_X8_ABSTRACT</part-id><position>0</position></part-instance>
+</part-instances>
+<connector-instances>
+ <connector-instance><id>JSLOT</id><connector-id>PCIE_X8_SLOT</connector-id><location>ignore</location><position>0</position></connector-instance>
+</connector-instances>
+<busses>
+<powers>
+ <power>
+ <id>power97</id>
+ <resistance>0</resistance>
+ <source><connector-instance-id>JSLOT</connector-instance-id><pin-name>3.3V</pin-name></source>
+ <endpoint><part-instance-id>U0</part-instance-id><unit-name>3.3V</unit-name></endpoint>
+ </power>
+ <power>
+ <id>power94</id>
+ <resistance>0</resistance>
+ <source><connector-instance-id>JSLOT</connector-instance-id><pin-name>12V</pin-name></source>
+ <endpoint><part-instance-id>U0</part-instance-id><unit-name>12V</unit-name></endpoint>
+ </power>
+</powers>
+<pcies>
+ <pcie>
+ <id>pcie88</id>
+ <source><connector-instance-id>JSLOT</connector-instance-id><pin-name>PCIE_X8</pin-name></source>
+ <endpoint><part-instance-id>U0</part-instance-id><unit-name>PCIE_X8</unit-name></endpoint>
+ </pcie>
+</pcies>
+</busses>
+</card>
OpenPOWER on IntegriCloud