diff options
| author | Terry J. Opie <opiet@us.ibm.com> | 2012-10-24 16:04:41 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-12-03 17:00:49 -0600 |
| commit | 0bbc1fcf5d4b8a5301820f709b86a9ac292dacee (patch) | |
| tree | 4e85f2cdd918e19bf78a2b7d12b69a1200124228 /src/usr/hwpf/makefile | |
| parent | 371c0256babc7f8a9c43656c719dcfc56f8ed824 (diff) | |
| download | talos-hostboot-0bbc1fcf5d4b8a5301820f709b86a9ac292dacee.tar.gz talos-hostboot-0bbc1fcf5d4b8a5301820f709b86a9ac292dacee.zip | |
Host Services Error XML Additions
RTC: 52953
Depends-On: I3a5be5a7b49c7c6d7e6179f5e28e046a38a12b1e
Change-Id: I776b172fb5a67516cb21dfd28f42aa681ba4c422
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2168
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning <wenning@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 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index f06ee7d34..d2e0ec9f6 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -57,7 +57,19 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/slave_sbe/proc_check_slave_sbe_seeprom_complete/proc_extract_sbe_rc_errors.xml \ hwp/slave_sbe/proc_check_slave_sbe_seeprom_complete/proc_read_seeprom_errors.xml \ hwp/slave_sbe/proc_check_slave_sbe_seeprom_complete/proc_sbe_error_errors.xml \ - hwp/proc_sbe_registers.xml + hwp/proc_sbe_registers.xml \ + hwp/runtime_errors/p8_ocb_init_errors.xml \ + hwp/runtime_errors/p8_occ_control_errors.xml \ + hwp/runtime_errors/p8_occ_sram_init_errors.xml \ + hwp/runtime_errors/p8_oha_init_errors.xml \ + hwp/runtime_errors/p8_pcbs_init_errors.xml \ + hwp/runtime_errors/p8_pm_prep_for_reset_errors.xml \ + hwp/runtime_errors/proc_force_vsafe_errors.xml \ + hwp/runtime_errors/p8_pmc_errors.xml \ + hwp/runtime_errors/proc_pss_errors.xml \ + hwp/runtime_errors/proc_cpu_special_wakeup_errors.xml \ + hwp/runtime_errors/p8_poregpe_errors.xml \ + hwp/runtime_errors/p8_pba_init_errors.xml ## these get generated into obj/genfiles/AttributeIds.H |

