summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep11
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-10-23 14:45:25 -0500
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 15:30:26 -0600
commit03b4d32d7d64ef2c25bb25869cf925d9afbace57 (patch)
treeeed892726db29f607c41667d9293b48b37fd3dc7 /src/usr/isteps/istep11
parent7e5ca24a1eec65d3fdfba811c85f6f758277313e (diff)
downloadblackbird-hostboot-03b4d32d7d64ef2c25bb25869cf925d9afbace57.tar.gz
blackbird-hostboot-03b4d32d7d64ef2c25bb25869cf925d9afbace57.zip
P9 Isteps: Created directory structure for istep 11/12 wrappers
Change-Id: I6e6e9677b524ca17c156adbc5168cfaffc9b1af8 RTC:137652 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21462 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep11')
-rw-r--r--src/usr/isteps/istep11/call_cen_sbe_pll_initf.C38
-rw-r--r--src/usr/isteps/istep11/call_cen_sbe_pll_setup.C38
-rw-r--r--src/usr/isteps/istep11/call_cen_sbe_tp_arrayinit.C38
-rw-r--r--src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init1.C38
-rw-r--r--src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init2.C38
-rw-r--r--src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init3.C38
-rw-r--r--src/usr/isteps/istep11/call_host_prd_hwreconfig.C39
-rw-r--r--src/usr/isteps/istep11/makefile36
8 files changed, 303 insertions, 0 deletions
diff --git a/src/usr/isteps/istep11/call_cen_sbe_pll_initf.C b/src/usr/isteps/istep11/call_cen_sbe_pll_initf.C
new file mode 100644
index 000000000..a42b0d89d
--- /dev/null
+++ b/src/usr/isteps/istep11/call_cen_sbe_pll_initf.C
@@ -0,0 +1,38 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/isteps/istep11/call_cen_sbe_pll_initf.C $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] 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 */
+#include <errl/errlentry.H>
+
+using namespace ERRORLOG;
+
+namespace ISTEP_11
+{
+void* call_cen_sbe_pll_initf (void *io_pArgs)
+{
+ errlHndl_t l_err = NULL;
+ //@TODO call cen_sbe_pll_initf.C HWP
+ return l_err;
+}
+
+};
diff --git a/src/usr/isteps/istep11/call_cen_sbe_pll_setup.C b/src/usr/isteps/istep11/call_cen_sbe_pll_setup.C
new file mode 100644
index 000000000..bb873e0ed
--- /dev/null
+++ b/src/usr/isteps/istep11/call_cen_sbe_pll_setup.C
@@ -0,0 +1,38 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/isteps/istep11/call_cen_sbe_pll_setup.C $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] 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 */
+#include <errl/errlentry.H>
+
+using namespace ERRORLOG;
+
+namespace ISTEP_11
+{
+void* call_cen_sbe_pll_setup (void *io_pArgs)
+{
+ errlHndl_t l_err = NULL;
+ //@TODO call cen_sbe_pll_setup.C HWP
+ return l_err;
+}
+
+};
diff --git a/src/usr/isteps/istep11/call_cen_sbe_tp_arrayinit.C b/src/usr/isteps/istep11/call_cen_sbe_tp_arrayinit.C
new file mode 100644
index 000000000..2cec8931a
--- /dev/null
+++ b/src/usr/isteps/istep11/call_cen_sbe_tp_arrayinit.C
@@ -0,0 +1,38 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/isteps/istep11/call_cen_sbe_tp_arrayinit.C $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] 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 */
+#include <errl/errlentry.H>
+
+using namespace ERRORLOG;
+
+namespace ISTEP_11
+{
+void* call_cen_sbe_tp_arrayinit (void *io_pArgs)
+{
+ errlHndl_t l_err = NULL;
+ //@TODO call cen_sbe_tp_arrayinit.C HWP
+ return l_err;
+}
+
+};
diff --git a/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init1.C b/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init1.C
new file mode 100644
index 000000000..be2038cc9
--- /dev/null
+++ b/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init1.C
@@ -0,0 +1,38 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init1.C $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] 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 */
+#include <errl/errlentry.H>
+
+using namespace ERRORLOG;
+
+namespace ISTEP_11
+{
+void* call_cen_sbe_tp_chiplet_init1 (void *io_pArgs)
+{
+ errlHndl_t l_err = NULL;
+ //@TODO call cen_sbe_tp_chiplet_init1.C HWP
+ return l_err;
+}
+
+};
diff --git a/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init2.C b/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init2.C
new file mode 100644
index 000000000..585d75167
--- /dev/null
+++ b/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init2.C
@@ -0,0 +1,38 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init2.C $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] 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 */
+#include <errl/errlentry.H>
+
+using namespace ERRORLOG;
+
+namespace ISTEP_11
+{
+void* call_cen_sbe_tp_chiplet_init2 (void *io_pArgs)
+{
+ errlHndl_t l_err = NULL;
+ //@TODO call cen_sbe_tp_chiplet_init2.C HWP
+ return l_err;
+}
+
+};
diff --git a/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init3.C b/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init3.C
new file mode 100644
index 000000000..312c20999
--- /dev/null
+++ b/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init3.C
@@ -0,0 +1,38 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init3.C $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] 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 */
+#include <errl/errlentry.H>
+
+using namespace ERRORLOG;
+
+namespace ISTEP_11
+{
+void* call_cen_sbe_tp_chiplet_init3 (void *io_pArgs)
+{
+ errlHndl_t l_err = NULL;
+ //@TODO call cen_sbe_tp_chiplet_init3.C HWP
+ return l_err;
+}
+
+};
diff --git a/src/usr/isteps/istep11/call_host_prd_hwreconfig.C b/src/usr/isteps/istep11/call_host_prd_hwreconfig.C
new file mode 100644
index 000000000..0cdc9a056
--- /dev/null
+++ b/src/usr/isteps/istep11/call_host_prd_hwreconfig.C
@@ -0,0 +1,39 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/isteps/istep11/call_host_prd_hwreconfig.C $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] 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 */
+#include <errl/errlentry.H>
+
+using namespace ERRORLOG;
+
+namespace ISTEP_11
+{
+void* call_host_prd_hwreconfig (void *io_pArgs)
+{
+ errlHndl_t l_err = NULL;
+ //@TODO call p9_switch_cfsim.C HWP
+ //@TODO call p9_enable_reconfig.C
+ return l_err;
+}
+
+};
diff --git a/src/usr/isteps/istep11/makefile b/src/usr/isteps/istep11/makefile
new file mode 100644
index 000000000..7ad9affff
--- /dev/null
+++ b/src/usr/isteps/istep11/makefile
@@ -0,0 +1,36 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/isteps/istep11/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2015
+# [+] 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
+ROOTPATH = ../../../..
+MODULE = istep11
+
+OBJS += call_host_prd_hwreconfig.o
+OBJS += call_cen_sbe_tp_chiplet_init1.o
+OBJS += call_cen_sbe_pll_initf.o
+OBJS += call_cen_sbe_pll_setup.o
+OBJS += call_cen_sbe_tp_chiplet_init2.o
+OBJS += call_cen_sbe_tp_arrayinit.o
+OBJS += call_cen_sbe_tp_chiplet_init3.o
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud