diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2013-02-15 09:59:35 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-04-03 16:53:06 -0500 |
| commit | db788c8ab715f12958584a9d20a31cef28b64698 (patch) | |
| tree | e20b3f6b3b1f88a26e9b96a1aa72664cd9f27b67 /src/usr/hwpf/makefile | |
| parent | ad540da587687d36373267ab468584f40e99d14b (diff) | |
| download | talos-hostboot-db788c8ab715f12958584a9d20a31cef28b64698.tar.gz talos-hostboot-db788c8ab715f12958584a9d20a31cef28b64698.zip | |
Updates to HostServices attribute list
Adding a few more attributes that the HWPs in HostServices need.
Also improved the testcases to catch missing attributes.
Updated gen script to add missing PM attribute defaults.
Change-Id: I99d2c4646492f020fb59f526db5a449d3507939a
RTC: 52950
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3236
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/hwpf/makefile')
| -rw-r--r-- | src/usr/hwpf/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index b05634f42..f83583a28 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -103,8 +103,8 @@ HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ hwp/dram_initialization/proc_setup_bars/proc_setup_bars_l3_attributes.xml \ hwp/dram_initialization/proc_setup_bars/proc_setup_bars_mmio_attributes.xml \ hwp/activate_powerbus/proc_build_smp/proc_fab_smp_fabric_attributes.xml \ - hwp/runtime_attributes/pm_attributes_all_plat.xml \ - hwp/runtime_attributes/pm_attributes_all_hwp.xml \ + hwp/runtime_attributes/pm_plat_attributes.xml \ + hwp/runtime_attributes/pm_hwp_attributes.xml \ hwp/nest_chiplets/proc_pcie_scominit/proc_pcie_scominit_attributes.xml \ hwp/dmi_training/proc_cen_set_inband_addr/proc_cen_set_inband_addr_attributes.xml \ hwp/build_winkle_images/p8_slw_build/proc_pll_ring_attributes.xml \ |

