diff options
author | Richard J. Knight <rjknight@us.ibm.com> | 2012-10-26 12:34:46 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-11-15 09:57:35 -0600 |
commit | 7e9680f99f9dccf871b364f034f1eb19e9a1ae30 (patch) | |
tree | 259da5ff97d113ce61190923e1f231480d216195 /src/include/usr/hwpf/istepreasoncodes.H | |
parent | b8d95068b788c0f1b1587996ef2852df7d338f37 (diff) | |
download | talos-hostboot-7e9680f99f9dccf871b364f034f1eb19e9a1ae30.tar.gz talos-hostboot-7e9680f99f9dccf871b364f034f1eb19e9a1ae30.zip |
Updates to IPL flow to match doc v1.18
Change-Id: I9fe83e777fde516b6ddbadd2eea4969b87e601fa
RTC: 50424
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2167
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/istepreasoncodes.H')
-rw-r--r-- | src/include/usr/hwpf/istepreasoncodes.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H index 6ff163c6a..bd976d77d 100644 --- a/src/include/usr/hwpf/istepreasoncodes.H +++ b/src/include/usr/hwpf/istepreasoncodes.H @@ -76,7 +76,7 @@ enum istepModuleId ISTEP_MSS_DRAMINIT = 0x1b, ISTEP_MSS_DRAMINIT_TRAINING = 0x1c, ISTEP_MSS_DRAMINIT_MC = 0x1d, - ISTEP_MSS_VOLT = 0x1e, + ISTEP_HOST_COLLECT_DIMM_SPD = 0x1e, ISTEP_MSS_FREQ = 0x1f, ISTEP_MSS_EFF_CONFIG = 0x20, ISTEP_SBE_CENTAUR_INIT = 0x21, @@ -95,6 +95,9 @@ enum istepModuleId ISTEP_LOAD_PORE_IMAGE = 0x2e, ISTEP_APPLY_PORE_GEN_CPU_REGS = 0x2f, ISTEP_PROC_PORESLW_INIT = 0x30, + ISTEP_HOST_RUNTIME_SETUP = 0x31, + ISTEP_HOST_VERIFY_HDAT = 0x32, + ISTEP_HOST_START_PAYLOAD = 0x33, }; /** |