summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istepmasterlist.H
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2016-04-06 12:19:58 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-04-21 13:51:38 -0500
commite8362c0dc5cee2e890d0c9888ff7092a20b7ae6f (patch)
treec725ed4062d31557e0bdf1f06aa2f1d6250729d1 /src/include/usr/isteps/istepmasterlist.H
parent0d542d4b3b27cef23aa0547eabd72b052b8552ab (diff)
downloadtalos-hostboot-e8362c0dc5cee2e890d0c9888ff7092a20b7ae6f.tar.gz
talos-hostboot-e8362c0dc5cee2e890d0c9888ff7092a20b7ae6f.zip
Adding infrastructure support for Hostboot istep 20.1
The FSP loads the payload in 20.1, but in the PowerVM on BMC project, we're removing the FSP and Hostboot has to load the payload instead. Isteps 20 will also include HDAT changes. (This is a forwardport from the already-reviewed master-p8 change) Change-Id: I271a13d96c364e696bf3064d5d43607f7057467b RTC:147281 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22975 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/usr/isteps/istepmasterlist.H')
-rw-r--r--src/include/usr/isteps/istepmasterlist.H8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/usr/isteps/istepmasterlist.H b/src/include/usr/isteps/istepmasterlist.H
index 3b244d8de..d77f39e47 100644
--- a/src/include/usr/isteps/istepmasterlist.H
+++ b/src/include/usr/isteps/istepmasterlist.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -76,7 +78,7 @@
// istep 17, FSP only
#include "istep18list.H"
// istep 19, FSP only
-// istep 20, FSP only
+#include "istep20list.H"
#include "istep21list.H"
namespace INITSERVICE
@@ -104,7 +106,7 @@ const ExtTaskInfo g_isteps[] = {
{ NULL, 0, NULL}, // FSP IStep 17
INITSERVICE::g_istep18TaskList, // IStep 18
{ NULL, 0, NULL }, // FSP IStep 19
- { NULL, 0, NULL }, // FSP IStep 20
+ INITSERVICE::g_istep20TaskList, // IStep 20
INITSERVICE::g_istep21TaskList // IStep 21
//
// add further istep lists at the end.
OpenPOWER on IntegriCloud