summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep11
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2016-04-27 11:13:20 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-05-05 15:16:03 -0400
commit9ffe7c2c5d8555b5d35d968dbff3e4f07bb5fc8f (patch)
tree053a8815d7e0f68f18ed1a20bc610a9b1bcdd8a8 /src/usr/isteps/istep11
parent658b0dc17ffae668ae278f177a76d44a3f87d986 (diff)
downloadblackbird-hostboot-9ffe7c2c5d8555b5d35d968dbff3e4f07bb5fc8f.tar.gz
blackbird-hostboot-9ffe7c2c5d8555b5d35d968dbff3e4f07bb5fc8f.zip
Update ISTEP to IPL Flow v0.93
Includes a lot of deletes and a few renames. Change-Id: I36ce351d307d43d67c8dfe4dbe3a94e67380cc20 RTC: 147800 CMVC-Prereq:993409 CMVC-Prereq:992647 CMVC-Prereq:993648 CMVC-Prereq:993634 CMVC-Prereq:993940 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23732 Tested-by: Jenkins Server Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa <wghoffa@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/makefile9
7 files changed, 2 insertions, 235 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
deleted file mode 100644
index a42b0d89d..000000000
--- a/src/usr/isteps/istep11/call_cen_sbe_pll_initf.C
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 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
deleted file mode 100644
index bb873e0ed..000000000
--- a/src/usr/isteps/istep11/call_cen_sbe_pll_setup.C
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 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
deleted file mode 100644
index 2cec8931a..000000000
--- a/src/usr/isteps/istep11/call_cen_sbe_tp_arrayinit.C
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 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
deleted file mode 100644
index be2038cc9..000000000
--- a/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init1.C
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 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
deleted file mode 100644
index 585d75167..000000000
--- a/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init2.C
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 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
deleted file mode 100644
index 312c20999..000000000
--- a/src/usr/isteps/istep11/call_cen_sbe_tp_chiplet_init3.C
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 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/makefile b/src/usr/isteps/istep11/makefile
index 7ad9affff..4550f483a 100644
--- a/src/usr/isteps/istep11/makefile
+++ b/src/usr/isteps/istep11/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -26,11 +26,6 @@ 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