summaryrefslogtreecommitdiffstats
path: root/src/build/tools
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/build/tools
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/build/tools')
-rwxr-xr-xsrc/build/tools/listdeps.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build/tools/listdeps.pl b/src/build/tools/listdeps.pl
index 8013fc858..8e9997062 100755
--- a/src/build/tools/listdeps.pl
+++ b/src/build/tools/listdeps.pl
@@ -178,6 +178,7 @@ else
"libistep14.so",
"libistep15.so",
"libistep16.so",
+ "libistep20.so",
"libistep21.so",
);
}
@@ -235,6 +236,7 @@ my %istepFiles = (
"libistep14.so" => "istep14list.H" ,
"libistep15.so" => "istep15list.H" ,
"libistep16.so" => "istep16list.H" ,
+ "libistep20.so" => "istep20list.H" ,
"libistep21.so" => "istep21list.H" ,
);
OpenPOWER on IntegriCloud