summaryrefslogtreecommitdiffstats
path: root/src/build/Makefile
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-12-05 11:36:37 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-03 01:19:39 -0500
commit560106553412bfbb0351c1a7644a95b7c04c332d (patch)
treed0ffce81f502e3a4913882510d387da8e12cf69e /src/build/Makefile
parent819a606d9c583ccfa1ca7852a4bae42efb5da53e (diff)
downloadtalos-sbe-560106553412bfbb0351c1a7644a95b7c04c332d.tar.gz
talos-sbe-560106553412bfbb0351c1a7644a95b7c04c332d.zip
[SBE-code-re-org][2] Chip-op handler code
Separate chip-op handler and chip-op table to make it project specific Change-Id: I3ff0e83b199172ce0c0fcb49a980a0076ad778a7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50504 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/build/Makefile')
-rw-r--r--src/build/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/build/Makefile b/src/build/Makefile
index 07f7e12b..05081e9e 100644
--- a/src/build/Makefile
+++ b/src/build/Makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER sbe Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2017
+# Contributors Listed Below - COPYRIGHT 2015,2018
# [+] International Business Machines Corp.
#
#
@@ -47,14 +47,14 @@ LIB_DIRS += -L$(OBJDIR)/sbefw/coreseeprom
SBECORESEEPROMLIB := $(OBJDIR)/sbefw/sbecoreseeprom/libsbecoreseeprom.a
LLIBS += -lsbecoreseeprom
-SUBDIRS += ../sbefw/app
-LIB_DIRS += -L$(OBJDIR)/sbefw/app
-SBEAPPLIB := $(OBJDIR)/sbefw/app/libsbeapp.a
-LLIBS += -lsbeapp
+SUBDIRS += ../sbefw/app/power
+LIB_DIRS += -L$(OBJDIR)/sbefw/app/power_pibmem
+SBEAPPLIB := $(OBJDIR)/sbefw/app/libsbeapppowerpibmem.a
+LLIBS += -lsbeapppowerpibmem
-LIB_DIRS += -L$(OBJDIR)/sbefw/appseeprom
-SBECORESEEPROMLIB := $(OBJDIR)/sbefw/sbeappseeprom/libsbeappseeprom.a
-LLIBS += -lsbeappseeprom
+LIB_DIRS += -L$(OBJDIR)/sbefw/app/power_seeprom
+SBECORESEEPROMLIB := $(OBJDIR)/sbefw/sbeappseeprom/libsbeapppowerseeprom.a
+LLIBS += -lsbeapppowerseeprom
# FAPI2 library
SUBDIRS += $(PLAT_FAPI2_DIR)
@@ -123,8 +123,8 @@ SIMICS_PPETRACEPP_TAR_FILES += $(PPETRACEPP_DIR)/ppe2fsp.c
SIMICS_PPETRACEPP_TAR_FILES += $(PPETRACEPP_DIR)/ppe2fsp_cmd.c
SIMICS_PPETRACEPP_TAR_FILES += $(PPETRACEPP_DIR)/trac_interface.h
SIMICS_PPETRACEPP_TAR_FILES += $(PK_SRCDIR)/trace/pk_trace.h
-SIMICS_PARSERPLUGINS_TAR_FILES += $(SBECORE_FW_DIR)/plugins/sbeUserDataParser.C
-SIMICS_PARSERPLUGINS_TAR_FILES += $(SBECORE_FW_DIR)/sbeFFDCType.H
+SIMICS_PARSERPLUGINS_TAR_FILES += $(SBE_FW_DIR)/core/plugins/sbeUserDataParser.C
+SIMICS_PARSERPLUGINS_TAR_FILES += $(SBE_FW_DIR)/core/sbeFFDCType.H
SBE_TOOLS := $(IMG_DIR)/sbe_default_tool
SBE_IPL_TOOLS := $(IMG_DIR)/p9_ipl_build
@@ -274,7 +274,7 @@ $(SUBDIRS):
_sbecore_seeprom:
$(MAKE) -I $(INCLUDES) -C ../sbefw/core -f MakefileSeeprom
_sbeapp_seeprom:
- $(MAKE) -I $(INCLUDES) -C ../sbefw/app -f MakefileSeeprom
+ $(MAKE) -I $(INCLUDES) -C ../sbefw/app/power -f Makefile img_mem=seeprom
#Build the SBE XIP Tools
OpenPOWER on IntegriCloud