diff options
| author | Richard J. Knight <rjknight@us.ibm.com> | 2013-08-14 22:28:32 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-08-21 16:27:47 -0500 |
| commit | 308db00a89c9c18c1c5e346f171f36ec34705f31 (patch) | |
| tree | 27e1e2402935294701b49a405ce651ebcd2e70de /src/usr/hwpf/makefile | |
| parent | a0a28214eff925dae2a5e1081c6d600560fafdb5 (diff) | |
| download | talos-hostboot-308db00a89c9c18c1c5e346f171f36ec34705f31.tar.gz talos-hostboot-308db00a89c9c18c1c5e346f171f36ec34705f31.zip | |
Update IPL flow for clocks and memory(Hostboot)
Update hostboot code to match version 1.37
of the IPL flow document.
- added proc_cen_ref_clk_enable support
- added mss_dimm_power_test support
- deferred step 12 updates
Change-Id: Ief2d55fa9864ac64b847da21f14b897006965d57
RTC:80595
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5817
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 67aa2984f..608f4d082 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -101,7 +101,8 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/dram_training/mem_startclocks/memory_cen_stopclocks.xml \ hwp/dram_training/mss_scominit/memory_mss_scominit.xml \ hwp/dram_training/mss_draminit_trainadv/memory_mss_mcbist_common.xml \ - hwp/dram_initialization/proc_setup_bars/memory_mss_setup_bars.xml + hwp/dram_initialization/proc_setup_bars/memory_mss_setup_bars.xml \ + hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable_errors.xml ## these get generated into obj/genfiles/AttributeIds.H HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ |

