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/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/makefile')
-rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 811f31d48..b389728da 100644 --- a/src/makefile +++ b/src/makefile @@ -141,6 +141,7 @@ EXTENDED_MODULES += istep13 EXTENDED_MODULES += istep14 EXTENDED_MODULES += istep15 EXTENDED_MODULES += istep16 +EXTENDED_MODULES += istep20 EXTENDED_MODULES += istep21 EXTENDED_MODULES += isteps EXTENDED_MODULES += targeting |