Skip to content

Commit

Permalink
PRD: Fix compile warning for Centaur extra signatures
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zane131 committed Nov 8, 2018
1 parent 7f716fe commit 116af97
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 */
/* */
Expand Down
41 changes: 41 additions & 0 deletions src/usr/diag/prdf/common/plat/centaur/prdf_plat_centaur.mk
Original file line number Diff line number Diff line change
@@ -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)

41 changes: 41 additions & 0 deletions src/usr/diag/prdf/common/plat/cumulus/prdf_plat_cumulus.mk
Original file line number Diff line number Diff line change
@@ -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)

41 changes: 41 additions & 0 deletions src/usr/diag/prdf/common/plat/nimbus/prdf_plat_nimbus.mk
Original file line number Diff line number Diff line change
@@ -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)

3 changes: 3 additions & 0 deletions src/usr/diag/prdf/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions src/usr/diag/prdf/runtime/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 116af97

Please sign in to comment.