diff options
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml | 16 |
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> |