diff options
author | Marty Gloff <mgloff@us.ibm.com> | 2016-07-11 14:38:40 -0500 |
---|---|---|
committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-07-18 15:32:32 -0500 |
commit | 4f2731371170a48d020ce11ad51e51e6eebabe3b (patch) | |
tree | b4411f2140f00ef723f53afafe16f8bc48498857 /src/build/mkrules | |
parent | 34675e0fb273ad15c361c685b0817e509b04e752 (diff) | |
download | blackbird-hostboot-4f2731371170a48d020ce11ad51e51e6eebabe3b.tar.gz blackbird-hostboot-4f2731371170a48d020ce11ad51e51e6eebabe3b.zip |
Add sbfw compile to hb prime
When Hostboot Bootloader changes, the /src/sbei/sbfw directory needs to
be processed to update the Bootloader section in the SBE image.
Change-Id: Ib04fed38ed8c4ccccb2566cbc35e149858f1be0e
RTC: 156840
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26876
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/mkrules')
-rw-r--r-- | src/build/mkrules/dist.targets.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/build/mkrules/dist.targets.mk b/src/build/mkrules/dist.targets.mk index f9a223ff0..d2b9c5072 100644 --- a/src/build/mkrules/dist.targets.mk +++ b/src/build/mkrules/dist.targets.mk @@ -273,6 +273,8 @@ fsp.tar_CONTENTS = \ fsp_ODE_REMAKES = \ hbfw:expand_tars:ppc:FORCE_ALWAYS \ hbfw/img:update_images_for_sandbox:ppc:FORCE_ALWAYS \ - hbfw/simics:NOTARGET:ppc:$(TARGET_DIR)/simics.tar + hbfw/simics:NOTARGET:ppc:$(TARGET_DIR)/simics.tar \ + sbei/sbfw:-a:ppc:FORCE_ALWAYS \ + sbei/sbfw:install_all:ppc:FORCE_ALWAYS \ include dist.rules.mk |