diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2012-08-01 08:44:18 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-08-30 13:32:41 -0500 |
| commit | 4a2f7b1d5010d9ac8c179ec34f038264ae393a5a (patch) | |
| tree | de7958178acbc580ddc8c78f82637be3e16a79c9 /src/usr/hwpf/makefile | |
| parent | 37e3944aa7e811d12028eddc1a790c8a5726d857 (diff) | |
| download | talos-hostboot-4a2f7b1d5010d9ac8c179ec34f038264ae393a5a.tar.gz talos-hostboot-4a2f7b1d5010d9ac8c179ec34f038264ae393a5a.zip | |
proc_prep_master_winkle
Change-Id: I7e0ea508c75e0e368e3bfde9dcaef1788169dcf3
RTC: 44818
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1517
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 | 48 |
1 files changed, 25 insertions, 23 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 5410b9a8a..8fb57a76c 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -1,25 +1,25 @@ -# IBM_PROLOG_BEGIN_TAG -# This is an automatically generated prolog. -# -# $Source: src/usr/hwpf/makefile $ -# -# IBM CONFIDENTIAL -# -# COPYRIGHT International Business Machines Corp. 2011,2012 -# -# p1 -# -# Object Code Only (OCO) source materials -# Licensed Internal Code Source Materials -# IBM HostBoot Licensed Internal Code -# -# The source code for this program is not published or otherwise -# divested of its trade secrets, irrespective of what has been -# deposited with the U.S. Copyright Office. -# -# Origin: 30 -# -# IBM_PROLOG_END_TAG +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/hwpf/makefile $ +# +# IBM CONFIDENTIAL +# +# COPYRIGHT International Business Machines Corp. 2011,2012 +# +# p1 +# +# Object Code Only (OCO) source materials +# Licensed Internal Code Source Materials +# IBM HostBoot Licensed Internal Code +# +# The source code for this program is not published or otherwise +# divested of its trade secrets, irrespective of what has been +# deposited with the U.S. Copyright Office. +# +# Origin: 30 +# +# IBM_PROLOG_END_TAG ROOTPATH = ../../.. SUBDIRS = fapi.d hwp.d plat.d test.d @@ -44,7 +44,9 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/dram_initialization/proc_setup_bars/proc_fab_smp_errors.xml \ hwp/build_winkle_images/proc_set_pore_bar/proc_set_pore_bar_errors.xml \ hwp/build_winkle_images/proc_pba_bar_config/proc_pba_bar_config_errors.xml \ - hwp/nest_chiplets/proc_a_x_pci_dmi_pll_setup_errors.xml + hwp/nest_chiplets/proc_a_x_pci_dmi_pll_setup_errors.xml \ + hwp/core_activate/proc_prep_master_winkle/proc_prep_master_winkle_errors.xml \ + hwp/core_activate/proc_stop_deadman_timer/proc_stop_deadman_timer_errors.xml ## these get generated into obj/genfiles/AttributeIds.H |

