From 865d4639a3908a6ab0d97a255773ac7fc12aa6fd Mon Sep 17 00:00:00 2001 From: Mark Pizzutillo Date: Mon, 22 Apr 2019 16:53:16 -0400 Subject: [PATCH] Add new blank files for new PMIC directories and procedures Change-Id: I86b02d3716eb4d776053e1c37fb24bf7d73bbe3f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76513 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/76888 Reviewed-by: Daniel M. Crowell Tested-by: Daniel M. Crowell --- .../procedures/hwp/pmic/00pmic_common.mk | 24 +++++++++++++++++++ .../procedures/hwp/pmic/lib/mss_pmic.mk | 24 +++++++++++++++++++ .../hwp/pmic/lib/utils/pmic_bias_utils.H | 24 +++++++++++++++++++ .../hwp/pmic/lib/utils/pmic_enable_utils.H | 24 +++++++++++++++++++ .../common/procedures/hwp/pmic/pmic_bias.C | 24 +++++++++++++++++++ .../common/procedures/hwp/pmic/pmic_bias.H | 24 +++++++++++++++++++ .../common/procedures/hwp/pmic/pmic_bias.mk | 24 +++++++++++++++++++ .../common/procedures/hwp/pmic/pmic_enable.C | 24 +++++++++++++++++++ .../common/procedures/hwp/pmic/pmic_enable.H | 24 +++++++++++++++++++ .../common/procedures/hwp/pmic/pmic_enable.mk | 24 +++++++++++++++++++ 10 files changed, 240 insertions(+) create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/00pmic_common.mk create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/lib/mss_pmic.mk create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_bias_utils.H create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.H create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.C create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.H create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.mk create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.C create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.H create mode 100644 src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.mk diff --git a/src/import/chips/ocmb/common/procedures/hwp/pmic/00pmic_common.mk b/src/import/chips/ocmb/common/procedures/hwp/pmic/00pmic_common.mk new file mode 100644 index 00000000000..f23dcda2082 --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/00pmic_common.mk @@ -0,0 +1,24 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/00pmic_common.mk $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2019 +# [+] 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/ocmb/common/procedures/hwp/pmic/lib/mss_pmic.mk b/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/mss_pmic.mk new file mode 100644 index 00000000000..8b56d7557b4 --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/mss_pmic.mk @@ -0,0 +1,24 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/lib/mss_pmic.mk $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2019 +# [+] 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/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_bias_utils.H b/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_bias_utils.H new file mode 100644 index 00000000000..08bd4add11e --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_bias_utils.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_bias_utils.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2019 */ +/* [+] 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/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.H b/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.H new file mode 100644 index 00000000000..d5348bda1b4 --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2019 */ +/* [+] 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/ocmb/common/procedures/hwp/pmic/pmic_bias.C b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.C new file mode 100644 index 00000000000..559aa7f75f4 --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.C @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.C $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2019 */ +/* [+] 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/ocmb/common/procedures/hwp/pmic/pmic_bias.H b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.H new file mode 100644 index 00000000000..8dc43fba990 --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2019 */ +/* [+] 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/ocmb/common/procedures/hwp/pmic/pmic_bias.mk b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.mk new file mode 100644 index 00000000000..e582a21609a --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.mk @@ -0,0 +1,24 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.mk $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2019 +# [+] 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/ocmb/common/procedures/hwp/pmic/pmic_enable.C b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.C new file mode 100644 index 00000000000..da23b45e15b --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.C @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.C $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2019 */ +/* [+] 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/ocmb/common/procedures/hwp/pmic/pmic_enable.H b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.H new file mode 100644 index 00000000000..4da977a9de4 --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2019 */ +/* [+] 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/ocmb/common/procedures/hwp/pmic/pmic_enable.mk b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.mk new file mode 100644 index 00000000000..fd59828d56c --- /dev/null +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.mk @@ -0,0 +1,24 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.mk $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2019 +# [+] 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