summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/makefile
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2017-04-05 05:16:51 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-10 16:02:46 -0500
commitb78b33c5a32ac5c12ca0fd980f054a86258eec00 (patch)
tree10cb7d12bd76545fa9245973ffee12f9c4b61903 /src/usr/sbe/makefile
parentfabc7bd251908585f097d37fcc0cadd29a2ee635 (diff)
downloadtalos-hostboot-b78b33c5a32ac5c12ca0fd980f054a86258eec00.tar.gz
talos-hostboot-b78b33c5a32ac5c12ca0fd980f054a86258eec00.zip
Code restruct: TOR API
Key_Cronus_Test=XIP_REGRESS Code restructuring aiming at: - utilizing TOR magic header info - enforce a common approach for - extracting metadata for all image,chipType combinations - traversing images for all image,chipType combinations - shrinking code size by reusing common code segments - improve readability by - separating more clearly metadata extraction and image traversal - slight rearrange of certain code segments - remove leftover hardcoded assumptions about ring/TOR data and structs - variables appropriately renamed and now all using camel style Change-Id: I50ace8b2fdb340a97ce6d74ce545c5e1acd21c40 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38863 Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: GIRISANKAR PAULRAJ <gpaulraj@in.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43251 Tested-by: Jenkins OP Build CI <op-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/usr/sbe/makefile')
-rw-r--r--src/usr/sbe/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/sbe/makefile b/src/usr/sbe/makefile
index f484185e2..a8abf2d85 100644
--- a/src/usr/sbe/makefile
+++ b/src/usr/sbe/makefile
@@ -44,6 +44,7 @@ HWP_XIP_PATH += ${ROOTPATH}/src/import/chips/p9/xip
EXTRAINCDIR += ${HWP_XIP_PATH}/
UTILS_PATH += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs
CEN_UTILS_PATH += ${ROOTPATH}/src/import/chips/centaur/utils/imageProcs
+COMMON_UTILS_PATH += ${ROOTPATH}/src/import/chips/common/utils/imageProcs
OBJS += sbe_update.o
@@ -51,7 +52,7 @@ SUBDIRS += test.d
## NOTE: add a new directory onto the vpaths when you add a new HWP
VPATH += ${HWP_CUSTOMIZE_PATH} ${HWP_ACCESSORS_PATH} ${HWP_XIP_PATH}
-VPATH += ${UTILS_PATH} ${CEN_UTILS_PATH}
+VPATH += ${UTILS_PATH} ${CEN_UTILS_PATH} ${COMMON_UTILS_PATH}
include ${ROOTPATH}/procedure.rules.mk
@@ -64,6 +65,7 @@ include ${HWP_XIP_PATH}/p9_xip_image.mk
include ${UTILS_PATH}/p9_ring_identification.mk
include ${UTILS_PATH}/p9_ringId.mk
include ${CEN_UTILS_PATH}/cen_ringId.mk
+include ${COMMON_UTILS_PATH}/common_ringId.mk
include ${UTILS_PATH}/p9_scan_compression.mk
include ${UTILS_PATH}/p9_tor.mk
OpenPOWER on IntegriCloud