diff options
author | Brian Horton <brianh@linux.ibm.com> | 2012-11-06 10:17:58 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-12-04 16:18:18 -0600 |
commit | 342006a060272ca2d701cecd40083b9dbd4c799b (patch) | |
tree | f967a9a01039d65334981f4679b7cef71f647113 /src/usr/targeting/common/xmltohb/common.mk | |
parent | 10085bf3f511a7b76e51814c1850d4b138a5b9d1 (diff) | |
download | blackbird-hostboot-342006a060272ca2d701cecd40083b9dbd4c799b.tar.gz blackbird-hostboot-342006a060272ca2d701cecd40083b9dbd4c799b.zip |
Add support for new hwp: proc_cen_set_inband_addr.
HWP is called in step 11.10. Following versions are included:
. proc_cen_set_inband_addr.C 1.7
. proc_cen_set_inband_addr.H 1.2
. proc_cen_set_inband_addr_attributes.xml 1.2
Change-Id: I34b27bb2ba59e96f1acb593aa6cda24c45bed9f5
RTC: 42177
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2343
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/targeting/common/xmltohb/common.mk')
-rw-r--r-- | src/usr/targeting/common/xmltohb/common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/common.mk b/src/usr/targeting/common/xmltohb/common.mk index 741fd9d2b..22b9e1c6c 100644 --- a/src/usr/targeting/common/xmltohb/common.mk +++ b/src/usr/targeting/common/xmltohb/common.mk @@ -72,7 +72,8 @@ FAPI_ATTR_SOURCES = \ activate_powerbus/proc_build_smp/proc_fab_smp_fabric_attributes.xml \ runtime_attributes/pm_attributes_all_hwp.xml \ runtime_attributes/pm_attributes_all_plat.xml \ - nest_chiplets/proc_pcie_scominit/proc_pcie_scominit_attributes.xml + nest_chiplets/proc_pcie_scominit/proc_pcie_scominit_attributes.xml \ + dmi_training/proc_cen_set_inband_addr/proc_cen_set_inband_addr_attributes.xml XMLTOHB_GENERIC_XML = generic.xml |