summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-11-01 12:12:22 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-11-08 10:40:31 -0600
commit116af97857bb9a4e526075d3e21e169eb4f0f5d7 (patch)
tree1467d32bbd34f0e2f0b48d3b634ed525cb39ed1d /src
parent7f716fe1404d8eea1e2d6fe16ad9f3e2f7337feb (diff)
downloadtalos-hostboot-116af97857bb9a4e526075d3e21e169eb4f0f5d7.tar.gz
talos-hostboot-116af97857bb9a4e526075d3e21e169eb4f0f5d7.zip
PRD: Fix compile warning for Centaur extra signatures
Change-Id: I26fac7965a1c011ca8084f76aff21519bd135d04 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68300 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68512 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/diag/prdf/common/plat/centaur/prdfCenMbaExtraSig.H (renamed from src/usr/diag/prdf/common/plat/cen/prdfCenMbaExtraSig.H)2
-rw-r--r--src/usr/diag/prdf/common/plat/centaur/prdf_plat_centaur.mk41
-rw-r--r--src/usr/diag/prdf/common/plat/cumulus/prdf_plat_cumulus.mk41
-rw-r--r--src/usr/diag/prdf/common/plat/nimbus/prdf_plat_nimbus.mk41
-rwxr-xr-xsrc/usr/diag/prdf/makefile3
-rw-r--r--src/usr/diag/prdf/runtime/makefile3
6 files changed, 130 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/cen/prdfCenMbaExtraSig.H b/src/usr/diag/prdf/common/plat/centaur/prdfCenMbaExtraSig.H
index 7464ba1c6..b9840f11e 100644
--- a/src/usr/diag/prdf/common/plat/cen/prdfCenMbaExtraSig.H
+++ b/src/usr/diag/prdf/common/plat/centaur/prdfCenMbaExtraSig.H
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/usr/diag/prdf/common/plat/cen/prdfCenMbaExtraSig.H $ */
+/* $Source: src/usr/diag/prdf/common/plat/centaur/prdfCenMbaExtraSig.H $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
diff --git a/src/usr/diag/prdf/common/plat/centaur/prdf_plat_centaur.mk b/src/usr/diag/prdf/common/plat/centaur/prdf_plat_centaur.mk
new file mode 100644
index 000000000..85c99e04c
--- /dev/null
+++ b/src/usr/diag/prdf/common/plat/centaur/prdf_plat_centaur.mk
@@ -0,0 +1,41 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/diag/prdf/common/plat/centaur/prdf_plat_centaur.mk $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2016,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
+
+# NOTE: PRD_SRC_PATH must be defined before including this file.
+
+################################################################################
+# Paths common to both FSP and Hostboot
+################################################################################
+
+prd_vpath += ${PRD_SRC_PATH}/common/plat/centaur
+
+prd_incpath += ${PRD_SRC_PATH}/common/plat/centaur
+
+################################################################################
+# Object files common to both FSP and Hostboot
+################################################################################
+
+# plat/centaur/ (rule plugin related)
+
diff --git a/src/usr/diag/prdf/common/plat/cumulus/prdf_plat_cumulus.mk b/src/usr/diag/prdf/common/plat/cumulus/prdf_plat_cumulus.mk
new file mode 100644
index 000000000..0f27e773d
--- /dev/null
+++ b/src/usr/diag/prdf/common/plat/cumulus/prdf_plat_cumulus.mk
@@ -0,0 +1,41 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/diag/prdf/common/plat/cumulus/prdf_plat_cumulus.mk $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2016,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
+
+# NOTE: PRD_SRC_PATH must be defined before including this file.
+
+################################################################################
+# Paths common to both FSP and Hostboot
+################################################################################
+
+prd_vpath += ${PRD_SRC_PATH}/common/plat/cumulus
+
+prd_incpath += ${PRD_SRC_PATH}/common/plat/cumulus
+
+################################################################################
+# Object files common to both FSP and Hostboot
+################################################################################
+
+# plat/cumulus/ (rule plugin related)
+
diff --git a/src/usr/diag/prdf/common/plat/nimbus/prdf_plat_nimbus.mk b/src/usr/diag/prdf/common/plat/nimbus/prdf_plat_nimbus.mk
new file mode 100644
index 000000000..25699f39b
--- /dev/null
+++ b/src/usr/diag/prdf/common/plat/nimbus/prdf_plat_nimbus.mk
@@ -0,0 +1,41 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/diag/prdf/common/plat/nimbus/prdf_plat_nimbus.mk $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2016,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
+
+# NOTE: PRD_SRC_PATH must be defined before including this file.
+
+################################################################################
+# Paths common to both FSP and Hostboot
+################################################################################
+
+prd_vpath += ${PRD_SRC_PATH}/common/plat/nimbus
+
+prd_incpath += ${PRD_SRC_PATH}/common/plat/nimbus
+
+################################################################################
+# Object files common to both FSP and Hostboot
+################################################################################
+
+# plat/nimbus/ (rule plugin related)
+
diff --git a/src/usr/diag/prdf/makefile b/src/usr/diag/prdf/makefile
index d2dc50d9b..ed8b7c1ce 100755
--- a/src/usr/diag/prdf/makefile
+++ b/src/usr/diag/prdf/makefile
@@ -41,6 +41,9 @@ include common/framework/prdf_framework.mk
include common/plat/p9/prdf_plat_p9.mk
include common/plat/cen/prdf_plat_cen.mk
include common/plat/mem/prdf_plat_mem.mk
+include common/plat/centaur/prdf_plat_centaur.mk
+include common/plat/cumulus/prdf_plat_cumulus.mk
+include common/plat/nimbus/prdf_plat_nimbus.mk
include plat/cen/prdf_plat_cen_hb_only.mk
include plat/mem/prdf_plat_mem_hb_only.mk
include plat/p9/prdf_plat_p9_hb_only.mk
diff --git a/src/usr/diag/prdf/runtime/makefile b/src/usr/diag/prdf/runtime/makefile
index a012700f4..8f7338756 100644
--- a/src/usr/diag/prdf/runtime/makefile
+++ b/src/usr/diag/prdf/runtime/makefile
@@ -40,6 +40,9 @@ include ../common/framework/prdf_framework.mk
include ../common/plat/p9/prdf_plat_p9.mk
include ../common/plat/cen/prdf_plat_cen.mk
include ../common/plat/mem/prdf_plat_mem.mk
+include ../common/plat/centaur/prdf_plat_centaur.mk
+include ../common/plat/cumulus/prdf_plat_cumulus.mk
+include ../common/plat/nimbus/prdf_plat_nimbus.mk
include ../plat/cen/prdf_plat_cen_hb_only.mk
include ../plat/mem/prdf_plat_mem_hb_only.mk
include ../plat/p9/prdf_plat_p9_hb_only.mk
OpenPOWER on IntegriCloud