diff options
author | Andres Lugo-Reyes <aalugore@us.ibm.com> | 2016-07-05 10:51:26 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-07-24 18:49:32 -0400 |
commit | 70204fd1a50184f3817ea654af47ef74b90e9752 (patch) | |
tree | 3fcc164fd08fb449332e710c0f31ecdf6d4fbb19 /src/include/usr/isteps/istep_reasoncodes.H | |
parent | 3cd70dd764024396cd138a25706fcf477cf2b39c (diff) | |
download | talos-hostboot-70204fd1a50184f3817ea654af47ef74b90e9752.tar.gz talos-hostboot-70204fd1a50184f3817ea654af47ef74b90e9752.zip |
Compute Nest Freq during 6.12 host_voltage_config
Change-Id: I8c6a8aac1a683b1b3c4defefa06ea22e3d8c564e
Depends-on:I358109f01732fdb4d75409693d5a1866bcd57866
RTC:151649
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26269
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep_reasoncodes.H')
-rw-r--r-- | src/include/usr/isteps/istep_reasoncodes.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/usr/isteps/istep_reasoncodes.H b/src/include/usr/isteps/istep_reasoncodes.H index bbf439d01..f135f5595 100644 --- a/src/include/usr/isteps/istep_reasoncodes.H +++ b/src/include/usr/isteps/istep_reasoncodes.H @@ -52,6 +52,7 @@ namespace ISTEP MOD_THREAD_ACTIVATE = 0x10, MOD_CHECK_SLAVE_SBE_SEEPROM_COMPLETE = 0x11, MOD_PM_LOAD_HOST_DATA_TO_SRAM = 0x12, + MOD_VOLTAGE_CONFIG = 0x13, }; /** @@ -84,6 +85,9 @@ namespace ISTEP RC_NO_MASTER_CORE_TARGET = ISTEP_COMP_ID | 0x16, RC_SBE_SLAVE_TIMEOUT = ISTEP_COMP_ID | 0x17, RC_ECMD_INSERT_FAILED = ISTEP_COMP_ID | 0x18, + RC_NO_FUNCTIONAL_PROCS = ISTEP_COMP_ID | 0x19, + RC_NO_PRESENT_EQS = ISTEP_COMP_ID | 0x1A, + RC_NOMINAL_FREQ_MISMATCH = ISTEP_COMP_ID | 0x1B, }; }; |