summaryrefslogtreecommitdiffstats
path: root/import/chips/common/utils/imageProcs
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2017-04-05 05:16:51 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2018-02-02 14:39:48 -0600
commit65020b94a00275d9ca5dca8721960e010966653f (patch)
tree1e64b1a2cb8e9a7b124a6cee8b6a7f5ddef80ae3 /import/chips/common/utils/imageProcs
parentfbc60965fc837cae27c13cc79d8b4821d24fbe48 (diff)
downloadtalos-hcode-65020b94a00275d9ca5dca8721960e010966653f.tar.gz
talos-hcode-65020b94a00275d9ca5dca8721960e010966653f.zip
Code restruct: TOR API
Key_Cronus_Test=XIP_REGRESS Code restructuring aiming at: - utilizing TOR magic header info - enforce a common approach for - extracting metadata for all image,chipType combinations - traversing images for all image,chipType combinations - shrinking code size by reusing common code segments - improve readability by - separating more clearly metadata extraction and image traversal - slight rearrange of certain code segments - remove leftover hardcoded assumptions about ring/TOR data and structs - variables appropriately renamed and now all using camel style Change-Id: Ie292d11201bba9a127c44af83cce3c3fc8da5c66 Original-Change-Id: I50ace8b2fdb340a97ce6d74ce545c5e1acd21c40 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38863 Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: GIRISANKAR PAULRAJ <gpaulraj@in.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/common/utils/imageProcs')
-rw-r--r--import/chips/common/utils/imageProcs/common_ringId.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/import/chips/common/utils/imageProcs/common_ringId.mk b/import/chips/common/utils/imageProcs/common_ringId.mk
new file mode 100644
index 00000000..d1fc46ae
--- /dev/null
+++ b/import/chips/common/utils/imageProcs/common_ringId.mk
@@ -0,0 +1,28 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: import/chips/common/utils/imageProcs/common_ringId.mk $
+#
+# OpenPOWER HCODE Project
+#
+# COPYRIGHT 2017,2018
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+PROCEDURE=common_ringId
+$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/chips/p9/utils/imageProcs)
+$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/chips/centaur/utils/imageProcs)
+$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud