diff options
author | Andres Lugo-Reyes <aalugore@us.ibm.com> | 2016-06-29 16:55:26 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-07-04 11:22:05 -0400 |
commit | f3d18a18c45e7076dafee7f7efc71e5afee575a0 (patch) | |
tree | 1244c8648f17287cc78ac33579aaaaa41a7c281a | |
parent | dfb140965959c3f4c41986c6f7623276189295b0 (diff) | |
download | talos-hostboot-f3d18a18c45e7076dafee7f7efc71e5afee575a0.tar.gz talos-hostboot-f3d18a18c45e7076dafee7f7efc71e5afee575a0.zip |
Added OBUS_RATIO_VALUE to the PROC target in target_types.xml
Change-Id: I512ac70addb89e691dab7dc0a8f84cd8e9b70766
RTC:155315
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26438
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 5de697b35..9c90e91c3 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -950,6 +950,7 @@ <attribute><id>PFET_OFF_CONTROLS</id></attribute> <attribute><id>MC_SYNC_MODE</id></attribute> <attribute><id>CDM_DOMAIN</id><default>FABRIC</default></attribute> + <attribute><id>OBUS_RATIO_VALUE</id></attribute> <!-- proc_fbc_eff_config_links --> <attribute><id>PROC_FABRIC_X_ATTACHED_LINK_ID</id></attribute> <attribute><id>PROC_FABRIC_X_ATTACHED_CHIP_ID</id></attribute> |