summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio
diff options
context:
space:
mode:
authorSoma BhanuTej <soma.bhanu@in.ibm.com>2017-11-03 08:32:15 -0400
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-01-24 11:12:44 -0500
commitd50dc3d2216a4d9fc4f4fb8b890c555f7eb2c5ae (patch)
treede6a129036005c4c33e1c2d709dec02d98aca58d /src/usr/sbeio
parent9153608879d2d6fa2f383b0f561862847bf26f43 (diff)
downloadtalos-hostboot-d50dc3d2216a4d9fc4f4fb8b890c555f7eb2c5ae.tar.gz
talos-hostboot-d50dc3d2216a4d9fc4f4fb8b890c555f7eb2c5ae.zip
Extract error info from PIBMEM array save-off
Change-Id: Ib7f66c6214bf0825ba38ffa1c7ecd81f5ae20e53 CQ: SW414284 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49219 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Anusha Reddy Rangareddygari <anusrang@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49224 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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio')
-rw-r--r--src/usr/sbeio/makefile14
-rw-r--r--src/usr/sbeio/runtime/makefile12
2 files changed, 22 insertions, 4 deletions
diff --git a/src/usr/sbeio/makefile b/src/usr/sbeio/makefile
index f381363cb..003ad74e1 100644
--- a/src/usr/sbeio/makefile
+++ b/src/usr/sbeio/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2017
+# Contributors Listed Below - COPYRIGHT 2015,2018
# [+] International Business Machines Corp.
#
#
@@ -33,6 +33,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib
EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/sbe/
@@ -58,8 +59,17 @@ OBJS += sbe_attn.o
OBJS += sbe_retry_handler.o
VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/
+VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib/
+
include ${ROOTPATH}/procedure.rules.mk
-include ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.mk
+
+#Not using the ekb mk file because it includes extra files
+# that we already include in libfapi2:
+# - p9_ppe_utils.o
+#include ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.mk
+OBJS += p9_extract_sbe_rc.o
+OBJS += p9_ppe_common.o
+
SUBDIRS += test.d
SUBDIRS += runtime.d
diff --git a/src/usr/sbeio/runtime/makefile b/src/usr/sbeio/runtime/makefile
index 0e197977a..1fc432247 100644
--- a/src/usr/sbeio/runtime/makefile
+++ b/src/usr/sbeio/runtime/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2017
+# Contributors Listed Below - COPYRIGHT 2017,2018
# [+] International Business Machines Corp.
#
#
@@ -40,6 +40,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib
EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/sbe/
@@ -52,11 +53,18 @@ OBJS += sbe_retry_handler.o
VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/
VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/sbe/
+VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib/
include ${ROOTPATH}/procedure.rules.mk
include ${ROOTPATH}/src/import/chips/p9/procedures/hwp/sbe/p9_get_sbe_msg_register.mk
-include ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.mk
include ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/p9_start_cbs.mk
+#Not using the ekb mk file because it includes extra files
+# that we already include in libfapi2:
+# - p9_ppe_utils.o
+#include ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.mk
+OBJS += p9_extract_sbe_rc.o
+OBJS += p9_ppe_common.o
+
SUBDIRS += test.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud