summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2015-10-02 07:55:42 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-03-15 00:03:31 -0400
commit9da1175ad43ab1d35b46241ca3dd78567ba77aa3 (patch)
tree58afae6a6638aa7a1703276cd1e877840870e840
parent49613ee7ed9e375692485ee234ebcf68fd4cbc66 (diff)
downloadtalos-sbe-9da1175ad43ab1d35b46241ca3dd78567ba77aa3.tar.gz
talos-sbe-9da1175ad43ab1d35b46241ca3dd78567ba77aa3.zip
Add base FAPI2 attribute definitions
Add attributes needed for Cronus platform compilation to hwpf/fapi2 Adjust location of XML in hwpf/fapi2 tree Change-Id: I82db640cdc678038820bf22c877b51e36aab3842 Original-Change-Id: I7c6873335bc21327edf53319bd0753c352205480 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20918 Tested-by: Jenkins Server Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55827 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
new file mode 100644
index 00000000..8fd0d110
--- /dev/null
+++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
@@ -0,0 +1,49 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml $ -->
+<!-- -->
+<!-- OpenPOWER sbe Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
+<!-- [+] 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 -->
+<attributes>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_IS_SIMULATION</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>env: 1 = Awan/HWSimulator. 0 = Simics/RealHW.</description>
+ <valueType>uint8</valueType>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_EXECUTION_PLATFORM</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Which execution platform the HW Procedure is running on
+ Some HWPs (e.g. special wakeup) use different registers for different
+ platforms to avoid arbitration problems when multiple platforms do
+ the same thing concurrently
+ </description>
+ <valueType>uint8</valueType>
+ <enum>HOST = 0x01, FSP = 0x02, OCC = 0x03</enum>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
+</attributes>
OpenPOWER on IntegriCloud