From 43f41edb7a693242eca34d81f143c488c6fa4165 Mon Sep 17 00:00:00 2001 From: Nico Fajardo Date: Wed, 8 Jan 2020 15:54:22 -0600 Subject: Adding blank p9a fir folder and files Change-Id: I9cf2022292e5ddeba3bd9c0f7a8be5b5aa3e3c86 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89407 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Reviewed-by: Louis Stermole Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89758 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M Crowell --- .../p9a/procedures/hwp/memory/lib/fir/p9a_fir.H | 24 ++++++++++++++++++++++ .../procedures/hwp/memory/lib/fir/p9a_fir_traits.H | 24 ++++++++++++++++++++++ .../p9a/procedures/hwp/memory/lib/fir/p9a_unmask.C | 24 ++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_fir.H create mode 100644 src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_fir_traits.H create mode 100644 src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_unmask.C (limited to 'src/import/chips') diff --git a/src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_fir.H b/src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_fir.H new file mode 100644 index 000000000..045c8b5f9 --- /dev/null +++ b/src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_fir.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_fir.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2020 */ +/* [+] 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/p9a/procedures/hwp/memory/lib/fir/p9a_fir_traits.H b/src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_fir_traits.H new file mode 100644 index 000000000..19e7f4fa9 --- /dev/null +++ b/src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_fir_traits.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_fir_traits.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2020 */ +/* [+] 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/p9a/procedures/hwp/memory/lib/fir/p9a_unmask.C b/src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_unmask.C new file mode 100644 index 000000000..497d5c685 --- /dev/null +++ b/src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_unmask.C @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/p9a/procedures/hwp/memory/lib/fir/p9a_unmask.C $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2020 */ +/* [+] 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.1