summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2018-04-02 08:54:33 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-04-05 14:15:52 -0400
commitad4459feb84ab2a4ec9f512b220a9aa67be858c8 (patch)
tree0535a1c07d14cf5d74d604099fff2f6180b6e212 /src/import
parent2e3def0e5420ee94273cfb12f6f120320ccb202c (diff)
downloadtalos-hostboot-ad4459feb84ab2a4ec9f512b220a9aa67be858c8.tar.gz
talos-hostboot-ad4459feb84ab2a4ec9f512b220a9aa67be858c8.zip
Adds blank files for DMI IO
Change-Id: I198706a0ad4308c5c9237304b4647a95c5ea6ba1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56646 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/hwp/io/edi_regs.h24
-rw-r--r--src/import/chips/p9/procedures/hwp/io/io_clear_firs.H24
-rw-r--r--src/import/chips/p9/procedures/hwp/io/p9_io_cleanup.C24
-rw-r--r--src/import/chips/p9/procedures/hwp/io/p9_io_cleanup.H24
-rw-r--r--src/import/chips/p9/procedures/hwp/io/proc_enable_reconfig.C24
-rw-r--r--src/import/chips/p9/procedures/hwp/io/proc_enable_reconfig.H24
6 files changed, 144 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/io/edi_regs.h b/src/import/chips/p9/procedures/hwp/io/edi_regs.h
new file mode 100644
index 000000000..2adb446a2
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/io/edi_regs.h
@@ -0,0 +1,24 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/import/chips/p9/procedures/hwp/io/edi_regs.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/p9/procedures/hwp/io/io_clear_firs.H b/src/import/chips/p9/procedures/hwp/io/io_clear_firs.H
new file mode 100644
index 000000000..1231243fc
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/io/io_clear_firs.H
@@ -0,0 +1,24 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/import/chips/p9/procedures/hwp/io/io_clear_firs.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/p9/procedures/hwp/io/p9_io_cleanup.C b/src/import/chips/p9/procedures/hwp/io/p9_io_cleanup.C
new file mode 100644
index 000000000..9e2560002
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/io/p9_io_cleanup.C
@@ -0,0 +1,24 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/import/chips/p9/procedures/hwp/io/p9_io_cleanup.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/p9/procedures/hwp/io/p9_io_cleanup.H b/src/import/chips/p9/procedures/hwp/io/p9_io_cleanup.H
new file mode 100644
index 000000000..951e467d9
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/io/p9_io_cleanup.H
@@ -0,0 +1,24 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/import/chips/p9/procedures/hwp/io/p9_io_cleanup.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/p9/procedures/hwp/io/proc_enable_reconfig.C b/src/import/chips/p9/procedures/hwp/io/proc_enable_reconfig.C
new file mode 100644
index 000000000..884a1256f
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/io/proc_enable_reconfig.C
@@ -0,0 +1,24 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/import/chips/p9/procedures/hwp/io/proc_enable_reconfig.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/p9/procedures/hwp/io/proc_enable_reconfig.H b/src/import/chips/p9/procedures/hwp/io/proc_enable_reconfig.H
new file mode 100644
index 000000000..81fd67a25
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/io/proc_enable_reconfig.H
@@ -0,0 +1,24 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/import/chips/p9/procedures/hwp/io/proc_enable_reconfig.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 */
OpenPOWER on IntegriCloud