diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2012-02-22 17:09:18 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-02-28 11:26:58 -0600 |
| commit | e4c32d91dc6100d9f9bac47855b3f0c675530b1f (patch) | |
| tree | cd40b68b135376f8b2d294b7af371405831482bd /src/usr/hwpf/makefile | |
| parent | fec524004b0f9e15a8f8a9986e0415b4aa0f75b7 (diff) | |
| download | talos-hostboot-e4c32d91dc6100d9f9bac47855b3f0c675530b1f.tar.gz talos-hostboot-e4c32d91dc6100d9f9bac47855b3f0c675530b1f.zip | |
HWPF Attribute Support. DQ Attribute
Change-Id: I05e6f4f435574e25f65702c875e332e253927ff7
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/686
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/makefile')
| -rw-r--r-- | src/usr/hwpf/makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 09dbc61a4..a5d7ad575 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -32,14 +32,17 @@ SUBDIRS = fapi.d hwp.d plat.d test.d #------------------------------------------------------------------------------ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/dmi_training/proc_cen_framelock/proc_cen_framelock_errors.xml \ - hwp/dmi_training/dmi_io_run_training/io_run_training_errors.xml + hwp/dmi_training/dmi_io_run_training/io_run_training_errors.xml \ + hwp/dimm_errors.xml HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ hwp/L2_L3_attributes.xml \ hwp/scratch_attributes.xml \ hwp/system_attributes.xml \ hwp/chip_attributes.xml \ - hwp/DIMM_SPD_attributes.xml + hwp/dimm_spd_attributes.xml \ + hwp/dimm_attributes.xml \ + hwp/unit_attributes.xml #------------------------------------------------------------------------------ # Initfiles |

