diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2017-04-14 16:24:59 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-04-18 12:15:27 -0400 |
| commit | a72dc7911307c54fbbdf3ae6717d5991dc4a4438 (patch) | |
| tree | 7d0fc99e563e6130ed098df267f40dc47b7a2b33 /src/usr/targeting/common | |
| parent | 0039c652001081164eb60d510414f51e3e6d0274 (diff) | |
| download | blackbird-hostboot-a72dc7911307c54fbbdf3ae6717d5991dc4a4438.tar.gz blackbird-hostboot-a72dc7911307c54fbbdf3ae6717d5991dc4a4438.zip | |
Removing ATTR_PROC_FABRIC_ADDR_BAR_MODE
Remove attribute that we don't need anymore from the xml and the mrw parser(s).
Change-Id: Ib654e460f0061576b371b5f7275de25d59170e46
RTC: 169928
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39296
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 35 | ||||
| -rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 0 insertions, 36 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index e15387c73..51bdd3fd3 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -21726,41 +21726,6 @@ Measured in GB</description> </hwpfToHbAttrMap> </attribute> - -<enumerationType> - <id>PROC_FABRIC_ADDR_BAR_MODE</id> - <description> - Enumeration indicating the PROC_FABRIC_ADDR_BAR_MODE - </description> - <!-- Note: Values must match numbers from nest_attributes.xml --> - <enumerator> - <name>LARGE_SYSTEM</name> - <value>0x0</value> - </enumerator> -</enumerationType> - -<attribute> - <id>PROC_FABRIC_ADDR_BAR_MODE</id> - <!-- <targetType>TARGET_TYPE_SYSTEM</targetType> --> - <description> - Processor memory map configuration. - 0 = large system address map (default) - Provided by the MRW. - </description> - <simpleType> - <uint8_t> - <default>LARGE_SYSTEM</default> - </uint8_t> - </simpleType> - <persistency>non-volatile</persistency> - <readable/> - <hwpfToHbAttrMap> - <id>ATTR_PROC_FABRIC_ADDR_BAR_MODE</id> - <macro>DIRECT</macro> - </hwpfToHbAttrMap> -</attribute> - - <attribute> <id>PROC_FABRIC_SYSTEM_MASTER_CHIP</id> <!-- <targetType>TARGET_TYPE_PROC_CHIP</targetType> --> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 06f606140..7efa71ffb 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -761,7 +761,6 @@ <attribute><id>PROC_FABRIC_CCSM_MODE</id></attribute> <attribute><id>PROC_FABRIC_SMP_OPTICS_MODE</id></attribute> <attribute><id>PROC_FABRIC_CAPI_MODE</id></attribute> - <attribute><id>PROC_FABRIC_ADDR_BAR_MODE</id></attribute> <!-- HDAT Hostboot Runtime Data Info --> <attribute><id>HDAT_RSV_MEM_NUM_SECTIONS</id></attribute> <attribute><id>HDAT_HBRT_NUM_SECTIONS</id></attribute> |

