diff options
author | Elizabeth Liner <eliner@us.ibm.com> | 2016-04-06 12:19:58 -0500 |
---|---|---|
committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-04-21 13:51:38 -0500 |
commit | e8362c0dc5cee2e890d0c9888ff7092a20b7ae6f (patch) | |
tree | c725ed4062d31557e0bdf1f06aa2f1d6250729d1 /src/usr/isteps/makefile | |
parent | 0d542d4b3b27cef23aa0547eabd72b052b8552ab (diff) | |
download | talos-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/usr/isteps/makefile')
-rw-r--r-- | src/usr/isteps/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/isteps/makefile b/src/usr/isteps/makefile index ea4c29168..4448caa3a 100644 --- a/src/usr/isteps/makefile +++ b/src/usr/isteps/makefile @@ -36,6 +36,7 @@ SUBDIRS+=istep13.d SUBDIRS+=istep14.d SUBDIRS+=istep15.d SUBDIRS+=istep16.d +SUBDIRS+=istep20.d SUBDIRS+=istep21.d OBJS += hwpisteperror.o |