diff options
author | Elizabeth Liner <eliner@us.ibm.com> | 2016-01-18 12:24:31 -0600 |
---|---|---|
committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-02-19 15:31:58 -0600 |
commit | de971a2136dca4d95ad24d3645144bd9a1aab2a6 (patch) | |
tree | 0fe2567466d13bc9fee67fed9e0e66bfaead4682 /src/usr | |
parent | f5e1c383117625498d11bca8f9405ce96e6a0138 (diff) | |
download | blackbird-hostboot-de971a2136dca4d95ad24d3645144bd9a1aab2a6.tar.gz blackbird-hostboot-de971a2136dca4d95ad24d3645144bd9a1aab2a6.zip |
SW331664: Adding support for FREQ_CORE_MAX in power9
Change-Id: I0fb3d0a74964e8e0719a113bc33ff4b2c561f19f
CQ:SW331664
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23371
Tested-by: Jenkins Server
Reviewed-by: ANDRES A. LUGO-REYES <aalugore@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index ecb742190..5186cb06d 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -5,7 +5,7 @@ <!-- --> <!-- OpenPOWER HostBoot Project --> <!-- --> -<!-- Contributors Listed Below - COPYRIGHT 2012,2015 --> +<!-- Contributors Listed Below - COPYRIGHT 2012,2016 --> <!-- [+] Google Inc. --> <!-- [+] International Business Machines Corp. --> <!-- --> @@ -1995,6 +1995,7 @@ <attribute><id>MIRROR_BASE_ADDRESS</id></attribute> <attribute><id>EFFECTIVE_EC</id></attribute> <attribute><id>HB_RSV_MEM_SIZE_MB</id></attribute> + <attribute><id>FREQ_CORE_MAX</id></attribute> </targetType> <!-- enc-node-power9 --> |