diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2016-03-30 14:35:25 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2018-02-05 15:41:54 -0600 |
| commit | 202a4c30d7ff34d1d3f81dfc28444c9a113e5027 (patch) | |
| tree | 510e2e9917aaff8997a4e76462a7e2c46f8311c9 | |
| parent | 99ba9d58ec90d0c4599423c8ae15d61e18498f88 (diff) | |
| download | talos-hcode-202a4c30d7ff34d1d3f81dfc28444c9a113e5027.tar.gz talos-hcode-202a4c30d7ff34d1d3f81dfc28444c9a113e5027.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: I6990b1ede184d01f3a6403a27bfa33229abfeae5
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>
| -rw-r--r-- | import/chips/p9/xip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/import/chips/p9/xip/Makefile b/import/chips/p9/xip/Makefile index 7baeeb7f..39c5c52c 100644 --- a/import/chips/p9/xip/Makefile +++ b/import/chips/p9/xip/Makefile @@ -57,7 +57,6 @@ endif XIP_SOURCES = p9_xip_image.c XIP_SOURCES += p9_xip_tool.c -XIP_SOURCES += p9_ring_identification.c XIP_UTILS = p9_xip_tool @@ -77,7 +76,7 @@ $(OBJ_DIR): $(OBJ_DIR)/%.o: %.c $(CXX) $(CXX_FLAGS) $(INCLUDES) $(XIP_FLAGS) -c -o $@ $< -$(OBJ_DIR)/p9_xip_tool: $(OBJ_DIR)/p9_xip_image.o $(OBJ_DIR)/p9_ring_identification.o $(OBJ_DIR)/p9_xip_tool.o +$(OBJ_DIR)/p9_xip_tool: $(OBJ_DIR)/p9_xip_image.o $(OBJ_DIR)/p9_xip_tool.o $(CXX) -o $@ $^ clean: |

