summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2018-12-06 09:15:24 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-12-07 14:48:52 -0600
commit2740698edc8f87350273967ca51dd156bd9331dc (patch)
tree95717b4f53d29e0f145f0ba6079cb1be98be2c5f /src/import/chips/p9/procedures/xml/attribute_info
parentc9cae9d8e7482186a9ba29e89fd38646557d26b0 (diff)
downloadtalos-hostboot-2740698edc8f87350273967ca51dd156bd9331dc.tar.gz
talos-hostboot-2740698edc8f87350273967ca51dd156bd9331dc.zip
SMF: Defined new attribute to store unsecure HOMER's base address.
Change-Id: Ic52eb9326f66a3443e78662811d17611ec4ecbd1 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69515 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+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: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: RAHUL BATRA <rbatra@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69522 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
index 9d3abc6c3..0f27525ce 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
@@ -2254,4 +2254,20 @@
<default>TRUE</default>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_UNSECURE_HOMER_ADDRESS</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>Address is allocated by hostboot and HBRT and is populated
+ by p9_hcode_image_build with sc2 instruction. It enables CME to invoke
+ a transition from HV to UV during STOP entry on an SMF enabled system.
+ Address value should be aligned with 2MB boundary.
+
+ Producer: Initialized by Hostboot firmware based on platform support
+ Consumers: Read by p9_hcode_image_build.C
+ </description>
+ <valueType>uint64</valueType>
+ <writeable/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud