diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2014-03-27 11:39:08 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-04-02 13:02:38 -0500 |
| commit | db64cceabdbb2767260e8dcf8f27014fd2bc8b99 (patch) | |
| tree | ef884dd8176e980c905e749cc6a4c65d0f48f950 /src/usr/hwpf/makefile | |
| parent | 08b2a7d1c64a65cba7146f16180d42d6f9198700 (diff) | |
| download | talos-hostboot-db64cceabdbb2767260e8dcf8f27014fd2bc8b99.tar.gz talos-hostboot-db64cceabdbb2767260e8dcf8f27014fd2bc8b99.zip | |
Add missing SBE error files to HB - 820
Change-Id: I267a8e0130b3bbb80b2d15c7bd332deddef25c4e
CQ: SW254154
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9967
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: MATTHEW A. PLOETZ <maploetz@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 | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 9acf90e55..32e5ac23f 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -93,7 +93,6 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/pstates/pstates/proc_get_voltage_errors.xml \ hwp/proc_cfam_registers.xml \ hwp/p8_slw_registers.xml \ - hwp/proc_sbe_select_ex_errors.xml \ hwp/utility_procedures/memory_mss_maint_cmds.xml \ hwp/mc_config/mss_volt/memory_mss_volt.xml \ hwp/mc_config/mss_freq/memory_mss_freq.xml \ @@ -146,7 +145,28 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/bus_training/io_read_erepair_errors.xml \ hwp/bus_training/io_fir_isolation_errors.xml \ hwp/bus_training/io_restore_erepair_errors.xml \ - hwp/bus_training/io_cleanup_errors.xml + hwp/bus_training/io_cleanup_errors.xml \ + hwp/proc_pibmem_registers.xml \ + hwp/proc_clock_control_registers.xml \ + hwp/proc_sbe_errors/proc_sbe_check_master_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_chiplet_init_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_decompress_scan_halt_codes.xml \ + hwp/proc_sbe_errors/proc_sbe_ex_dpll_setup_halt_codes.xml \ + hwp/proc_sbe_errors/proc_sbe_ex_startclocks_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_fabricinit_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_instruct_start_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_lco_loader_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_npll_setup_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_pb_startclocks.xml \ + hwp/proc_sbe_errors/proc_sbe_pibmem_loader_halt_codes.xml \ + hwp/proc_sbe_errors/proc_sbe_scominit_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_select_ex_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_setup_evid_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_tp_switch_gears_errors.xml \ + hwp/proc_sbe_errors/proc_sbe_trigger_winkle_errors.xml \ + hwp/proc_sbe_errors/proc_slw_base_halt_codes.xml \ + hwp/proc_sbe_errors/sbe_common_halt_codes.xml \ + hwp/proc_sbe_errors/sbe_load_ring_vec_ex_errors.xml ## these get generated into obj/genfiles/AttributeIds.H HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ |

