summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2016-03-30 14:35:25 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-16 00:38:30 -0400
commit3766e827207c3c847939879225101a3f37f318a4 (patch)
tree19b3b73bd7114a3eff4be23e39f468d39795ad79
parentf85d0f09cc63c3e1625d5a183a9e6a6d4e216693 (diff)
downloadtalos-hostboot-3766e827207c3c847939879225101a3f37f318a4.tar.gz
talos-hostboot-3766e827207c3c847939879225101a3f37f318a4.zip
Relocation of header files to ./tools/imageProcs directory and associated
changes to various *.mk files to point to new location as well as minor changes to xip_tool. Removed p9_ring_apply.mk because it isn't needed at this point anyway and causes Jenkins to fail. Giri is checking this file plus associated corrections to the other p9_ring_apply.* files. Added and updated p9_xip_image.h, and updated p9_scan_compression.H, according to commit 22997. Change-Id: I6d361031279cbe14ab0b70fe04163ef43664ec7b Original-Change-Id: I888dc2fccf92d3173ae45870b7cdefeb29757058 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22682 Tested-by: Hostboot CI Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25884 Tested-by: FSP CI Jenkins
-rw-r--r--src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.mk b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.mk
index 09ee398a9..51cd5b8d5 100644
--- a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.mk
+++ b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.mk
@@ -16,7 +16,8 @@
# deposited with the U.S. Copyright Office.
#
# IBM_PROLOG_END_TAG
-PROCEDURE=p9_xip_customize
+PROCEDURE = p9_xip_customize
lib$(PROCEDURE)_DEPLIBS+=p9_xip_image
$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/chips/p9/xip)
+$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/tools/imageProcs)
$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud