diff options
author | Thi Tran <thi@us.ibm.com> | 2013-09-14 08:03:04 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-09-16 11:27:06 -0500 |
commit | da0a1bddce7a3876ed61cd35253e8b5e1b4321e3 (patch) | |
tree | c3a31960252dc97272db157adf7c12bc47532618 /src/usr/hwpf/makefile | |
parent | 7910e788b68b671bae141db9bf674edf0f618578 (diff) | |
download | talos-hostboot-da0a1bddce7a3876ed61cd35253e8b5e1b4321e3.tar.gz talos-hostboot-da0a1bddce7a3876ed61cd35253e8b5e1b4321e3.zip |
Hostboot - Updated HWPs from defect SW219768 Stradale Seeprom Writes
Change-Id: I87fe0941ab5a4be4ff7428af7246be41de2ece66
CQ: SW219768
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6163
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 57b3efb56..9d5b1be4f 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -117,7 +117,8 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/mc_config/mss_eff_config/memory_mss_eff_config_cke_map.xml \ hwp/mc_config/mss_eff_config/memory_mss_eff_config_rank_group.xml \ hwp/mc_config/mss_eff_config/memory_mss_eff_config_termination.xml \ - hwp/build_winkle_images/p8_block_wakeup_intr/p8_block_wakeup_intr_errors.xml + hwp/build_winkle_images/p8_block_wakeup_intr/p8_block_wakeup_intr_errors.xml \ + hwp/build_winkle_images/proc_mailbox_utils/proc_mailbox_utils_errors.xml ## these get generated into obj/genfiles/AttributeIds.H HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ |