summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2016-04-06 15:04:05 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-04-21 13:51:39 -0500
commitfe1d7934857366cab8695381ac6a7f5e3b7ed29a (patch)
tree0c75975d169e598880b8d09c198b58a5b61ef7ec /src/include
parente8362c0dc5cee2e890d0c9888ff7092a20b7ae6f (diff)
downloadtalos-hostboot-fe1d7934857366cab8695381ac6a7f5e3b7ed29a.tar.gz
talos-hostboot-fe1d7934857366cab8695381ac6a7f5e3b7ed29a.zip
Moving the payload load into istep 20.1
In our FSP machines, the FSP loads the payload in step 20.1, but in our openpower machines we added that functionality in step 21.3. This is moving that functionality from 21.3 to 20.1 (This is a forwardport from the already-reviewed master-p8 change) Change-Id: Ide679bcda981771aad7806876a1b0c42f6f60d8f RTC:147281 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22976 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/isteps/istep_reasoncodes.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/isteps/istep_reasoncodes.H b/src/include/usr/isteps/istep_reasoncodes.H
index c92c5dff3..20ed4adee 100644
--- a/src/include/usr/isteps/istep_reasoncodes.H
+++ b/src/include/usr/isteps/istep_reasoncodes.H
@@ -47,6 +47,7 @@ namespace ISTEP
MOD_EXIT_CACHE_CONTAINED = 0x0B,
MOD_HOST_GARD = 0x0C,
MOD_EDI_EI_IO_RUN_TRAINING = 0x0D,
+ MOD_LOAD_PAYLOAD = 0x0E,
};
/**
OpenPOWER on IntegriCloud