summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2018-02-19 14:34:38 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-28 13:46:06 -0500
commitb6e41fc3329eeabb5d1356ec0b26c3dfed8bd903 (patch)
tree0614b8e9f186eff0884c3ad552d50e10242a3119 /src/build
parentc03b84b934673984cde4aa532ea2b56503e9d720 (diff)
downloadtalos-hostboot-b6e41fc3329eeabb5d1356ec0b26c3dfed8bd903.tar.gz
talos-hostboot-b6e41fc3329eeabb5d1356ec0b26c3dfed8bd903.zip
Force an SBE update upon boot failure as well as break out common data
This commit takes care of two stories since they are related to each other. First, moved all common data (structs, enums, constant literals) from file sbe_update.H into sbe_common.H. This will allow content to be shared between FSP and HB with out having to have simultaneous updates. Secondly, an update will be forced if bit 3 of the SB keyword flags dictates it, regardless of whether an update is recommended or not by other logic. Change-Id: I3bd3c5cdd648309637bdf657db8f0935670c7d12 RTC:181140 RTC:181141 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54408 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Brian E. Bakke <bbakke@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/mkrules/dist.targets.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/mkrules/dist.targets.mk b/src/build/mkrules/dist.targets.mk
index e5e106392..322f322ff 100755
--- a/src/build/mkrules/dist.targets.mk
+++ b/src/build/mkrules/dist.targets.mk
@@ -321,7 +321,8 @@ fsp.tar_CONTENTS = \
src/import/hwpf/fapi2/include/target_types.H \
src/include/usr/fapi2/plat_target_filter.H \
src/usr/targeting/attroverride/attrTextToBinaryBlob.C \
- src/usr/targeting/attroverride/attrTextToBinaryBlob.H
+ src/usr/targeting/attroverride/attrTextToBinaryBlob.H \
+ src/include/usr/sbe/sbe_common.H
#
OpenPOWER on IntegriCloud