From 5abc57bc8352ef13ab7aa23edfbc2d607f9cd5b2 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Mon, 27 Aug 2018 07:51:31 -0500 Subject: Add empty files for p9c soft PPR (row repair) function Change-Id: I1e918ec74b51c9f55447e98e0c36a6d1012feb73 CQ:SW444750 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65288 Tested-by: Hostboot CI Tested-by: Jenkins Server Reviewed-by: ANDRE A. MARIN Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65703 Reviewed-by: Christian R. Geddes Tested-by: Christian R. Geddes --- .../procedures/hwp/memory/p9c_mss_row_repair.C | 24 ++++++++++++++++++++++ .../procedures/hwp/memory/p9c_mss_row_repair.H | 24 ++++++++++++++++++++++ .../procedures/hwp/memory/p9c_mss_row_repair.mk | 24 ++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.C create mode 100644 src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.H create mode 100644 src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.mk (limited to 'src/import') diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.C new file mode 100644 index 000000000..a53075350 --- /dev/null +++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.C @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.C $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 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 */ diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.H b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.H new file mode 100644 index 000000000..1d4af14b9 --- /dev/null +++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 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 */ diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.mk b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.mk new file mode 100644 index 000000000..ea540b5ce --- /dev/null +++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.mk @@ -0,0 +1,24 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/import/chips/centaur/procedures/hwp/memory/p9c_mss_row_repair.mk $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 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 -- cgit v1.2.3