summaryrefslogtreecommitdiffstats
path: root/src/build/Makefile
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-05-24 07:49:44 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-08-25 22:43:43 -0400
commit3efc51f7809647c79d59b7d0af6dea73ad0d9019 (patch)
treeed0a0d92a703db89a99129ed3888ace5aab296d8 /src/build/Makefile
parentdf0e08efd4cd1076bd019380c1077ac1adfe401f (diff)
downloadtalos-sbe-3efc51f7809647c79d59b7d0af6dea73ad0d9019.tar.gz
talos-sbe-3efc51f7809647c79d59b7d0af6dea73ad0d9019.zip
[Whitelist/Blacklist] - Files addition
Adding new files in SBE build and compilation unit Change-Id: Ia19c0a2944ec46b88e657f2aa11cf302da34837f RTC: 174252 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40908 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'src/build/Makefile')
-rw-r--r--src/build/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/build/Makefile b/src/build/Makefile
index f38f6ae3..b0dc7c8b 100644
--- a/src/build/Makefile
+++ b/src/build/Makefile
@@ -167,12 +167,12 @@ $(LINK_SCRIPT_SBE): $(LINKER_DIR)/linksbe.cmd
endif
ifeq ($(img), pibmem)
-all: $(OBJDIR) xml \
+all: $(OBJDIR) xml security\
$(IMG_DIR)/$(IMAGE_SBE_NAME).bin \
symbols tracehash
endif
ifeq ($(img), seeprom)
-all: $(OBJDIR) xml $(IMG_DIR)/$(IMAGE_SEEPROM_NAME).bin \
+all: $(OBJDIR) xml security $(IMG_DIR)/$(IMAGE_SEEPROM_NAME).bin \
$(SBE_TOOLS) $(SBE_IPL_TOOLS) normalize compress defaultset $(IMG_DIR)/fixed.bin \
appendloader appendoverrides add_LoaderAddr symbols tracehash buildinfo \
report
@@ -197,7 +197,7 @@ tar:
@echo "Generated simics.tar in Sbe images Directory"
.PHONY: all normalize compress defaultset appendloader add_LoaderAddr symbols report \
- appendoverrides xml tracehash topfixedheaders $(SUBDIRS) _sbefw_seeprom \
+ appendoverrides xml security tracehash topfixedheaders $(SUBDIRS) _sbefw_seeprom \
tar install
buildinfo: $(P9_XIP_TOOL) $(IMG_DIR)/$(IMAGE_SEEPROM_NAME).bin
@@ -292,6 +292,9 @@ defaultset:$(SBE_TOOLS) $(IMG_DIR)/$(IMAGE_SEEPROM_NAME).bin normalize
ppe_trace_bin:
$(MAKE) -I $(INCLUDES) -C $(PPETRACEPP_DIR) -f Makefile #$(PK trace util)
+# generate whitelist and blacklist security algorithm
+security:
+ python $(SECURITY_SRC_DIR)/securityRegListGen.py -f $(SECURITY_LIST) -o $(GENFILES_DIR)
# Build hwp_error_info.H. If the script fails then print the contents of
# the header and then delete whatever garbage the script left to force it to
OpenPOWER on IntegriCloud