diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2012-02-14 11:23:54 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-02-14 13:49:45 -0600 |
| commit | e6d9fb1d822dde5871bbeef0c8afd1553c2a9c58 (patch) | |
| tree | 438f135ab27f3abe3b158b63d312c08db74bdc10 /src/usr/hwpf/makefile | |
| parent | 4103b0fa5f9f8521e7fea7496584e207ca62d4e0 (diff) | |
| download | talos-hostboot-e6d9fb1d822dde5871bbeef0c8afd1553c2a9c58.tar.gz talos-hostboot-e6d9fb1d822dde5871bbeef0c8afd1553c2a9c58.zip | |
HWPF Attribute Support: ATTR_FSI_GP_SCOM_ACCESS.
Change-Id: I6307ae3a6a3c151bb85fd86081a5bac4d16076f4
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/666
Tested-by: Jenkins Server
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
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, 4 insertions, 3 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index cc8526390..09dbc61a4 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -34,10 +34,11 @@ 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_ATTR_XML_FILES = hwp/fapiHwpAttributeInfo.xml \ - hwp/memory_attributes.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 #------------------------------------------------------------------------------ |

