diff options
| author | Chen Qian <qianqc@cn.ibm.com> | 2016-08-01 20:35:33 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-09-04 13:08:11 -0400 |
| commit | bb634937204792efe411c1463ee7bf04abf1de6f (patch) | |
| tree | 09251a3010338dcb0754367907f22b069a563c30 | |
| parent | c7d9fd19601dcaf82425695a730508fd9f891ff9 (diff) | |
| download | blackbird-hostboot-bb634937204792efe411c1463ee7bf04abf1de6f.tar.gz blackbird-hostboot-bb634937204792efe411c1463ee7bf04abf1de6f.zip | |
p9_rng_init_phase[12] -- initial release
Change-Id: I24f02b04eb3841ca7c4b9e9c8e5961d1667ccba8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27745
Dev-Ready: Joseph J. McGill <jmcgill@us.ibm.com>
Dev-Ready: CHRISTOPHER D. HANUDEL <chanudel@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28519
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
3 files changed, 7 insertions, 76 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9_setup_bars_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9_setup_bars_attributes.xml index dfdd54f99..4ce22dac9 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/p9_setup_bars_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/p9_setup_bars_attributes.xml @@ -234,7 +234,7 @@ <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description>NX RNG BAR enable creator: platform - consumer: p9_setup_bars + consumer: p9_rng_init_phase2 firmware notes: none </description> <valueType>uint8</valueType> @@ -242,18 +242,18 @@ <platInit/> <persistRuntime/> </attribute> - <!-- ********************************************************************** --> + <!-- ********************************************************************* --> <attribute> <id>ATTR_PROC_NX_RNG_BAR_BASE_ADDR_OFFSET</id> <targetType>TARGET_TYPE_SYSTEM</targetType> <description>NX RNG BAR creator: platform - consumer: p9_setup_bars + consumer: p9_rng_init_phase2 firmware notes: Defines 8KB range (size implied) mapped for NX RNG function - Attribute holds offset (relative to chip MMIO origin) to program into - chip address range field of BAR -- RA bits 22:51 - (excludes system/memory select/group/chip fields) + Attributes holds offset (relative to chip MMIO origin) to program into + chip address range field of BAR -- RA bits 22:51 + (excludes system/memory select/group/chip fields) </description> <valueType>uint64</valueType> <platInit/> @@ -291,31 +291,5 @@ <persistRuntime/> </attribute> <!-- ********************************************************************* --> - <attribute> - <id>ATTR_PROC_NX_RNG_BIST_ENABLE</id> - <targetType>TARGET_TYPE_PROC_CHIP</targetType> - <description>Enable NX RNG BIST - creator: platform - consumer: p9_rng_init_phase1 - firmware notes: none - </description> - <valueType>uint8</valueType> - <enum>DISABLE = 0x0, ENABLE = 0x1</enum> - <platInit/> - <persistRuntime/> - </attribute> - <!-- ********************************************************************* --> - <attribute> - <id>ATTR_PROC_NX_RNG_BIST_THRESHOLD</id> - <targetType>TARGET_TYPE_PROC_CHIP</targetType> - <description>BIST threshold attribute - creator: platform - consumer: p9_rng_init_phase1 - firmware notes: none - </description> - <valueType>uint8</valueType> - <platInit/> - <persistRuntime/> - </attribute> - <!-- ********************************************************************* --> </attributes> + diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 2feb53005..f653a2925 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -30348,47 +30348,6 @@ DEPRECATED!!!! </attribute> <attribute> - <id>PROC_NX_RNG_BIST_ENABLE</id> - <description> - Enable NX RNG BIST - creator: platform - consumer: p9_rng_init_phase1 - firmware notes: none - DISABLE = 0x0, ENABLE = 0x1 - </description> - <simpleType> - <uint8_t> - </uint8_t> - </simpleType> - <persistency>non-volatile</persistency> - <readable/> - <hwpfToHbAttrMap> - <id>ATTR_PROC_NX_RNG_BIST_ENABLE</id> - <macro>DIRECT</macro> - </hwpfToHbAttrMap> -</attribute> - -<attribute> - <id>PROC_NX_RNG_BIST_THRESHOLD</id> - <description> - BIST threshold attribute - creator: platform - consumer: p9_rng_init_phase1 - firmware notes: none - </description> - <simpleType> - <uint8_t> - </uint8_t> - </simpleType> - <persistency>non-volatile</persistency> - <readable/> - <hwpfToHbAttrMap> - <id>ATTR_PROC_NX_RNG_BIST_THRESHOLD</id> - <macro>DIRECT</macro> - </hwpfToHbAttrMap> -</attribute> - -<attribute> <id>MSS_VPD_MR_DPHY_GPO</id> <description> Global phy offset in number of clocks diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 5292578ca..b0ca8c9ab 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -1140,8 +1140,6 @@ <attribute><id>PROC_NX_RNG_FAILED_INT_ENABLE</id></attribute> <attribute><id>PROC_NX_RNG_FAILED_INT_ADDR</id></attribute> - <attribute><id>PROC_NX_RNG_BIST_ENABLE</id></attribute> - <attribute><id>PROC_NX_RNG_BIST_THRESHOLD</id></attribute> </targetType> |

