diff options
| author | Van Lee <vanlee@us.ibm.com> | 2012-11-15 09:44:23 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-12-03 19:04:51 -0600 |
| commit | fb4ba1a1d81d050354d29ce16c047ed2028ca2c4 (patch) | |
| tree | 4d78e32b7e4423483e6d08af4fd39a8692529371 /src/usr/hwpf/makefile | |
| parent | a7069c6c105ec4e737ae6dbde0020b5b848f9a05 (diff) | |
| download | talos-hostboot-fb4ba1a1d81d050354d29ce16c047ed2028ca2c4.tar.gz talos-hostboot-fb4ba1a1d81d050354d29ce16c047ed2028ca2c4.zip | |
HWP: Integrate proc_pcie_config into hostboot
Change-Id: I332d863f12c8c6b0d9bd0ddba26f5367a2c01ca5
RTC: 51470
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2349
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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 4a7f93da2..5d5311d8a 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -51,6 +51,7 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/thread_activate/proc_thread_control/proc_thread_control.xml \ hwp/erepair_errors.xml \ hwp/nest_chiplets/proc_pcie_scominit/proc_pcie_scominit_errors.xml \ + hwp/dram_initialization/proc_pcie_config/proc_pcie_config_errors.xml \ hwp/build_winkle_images/p8_set_pore_bar/p8_set_pore_bar_errors.xml \ hwp/build_winkle_images/p8_set_pore_bar/p8_pmc_deconfig_setup_errors.xml \ hwp/build_winkle_images/p8_set_pore_bar/p8_poreslw_errors.xml \ @@ -105,7 +106,8 @@ HWP_INITFILES = hwp/initfiles/sample.initfile \ hwp/initfiles/mba_def.initfile \ hwp/initfiles/cen_ddrphy.initfile \ hwp/initfiles/p8.fbc.scom.initfile \ - hwp/initfiles/p8.pe.phase1.scom.initfile + hwp/initfiles/p8.pe.phase1.scom.initfile \ + hwp/initfiles/p8.pe.phase2.scom.initfile HWP_IF_DEFINE_DIR = hwp/initfiles |

