summaryrefslogtreecommitdiffstats
path: root/src/ppe/pk/ppe42
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppe/pk/ppe42')
-rw-r--r--src/ppe/pk/ppe42/.empty0
-rw-r--r--src/ppe/pk/ppe42/div64.S7
-rw-r--r--src/ppe/pk/ppe42/pk_port_types.h7
-rw-r--r--src/ppe/pk/ppe42/pkppe42files.mk14
-rw-r--r--src/ppe/pk/ppe42/ppe42.h5
-rw-r--r--src/ppe/pk/ppe42/ppe42_asm.h7
-rw-r--r--src/ppe/pk/ppe42/ppe42_boot.S7
-rw-r--r--src/ppe/pk/ppe42/ppe42_cache.h8
-rw-r--r--src/ppe/pk/ppe42/ppe42_context.h7
-rw-r--r--src/ppe/pk/ppe42/ppe42_core.c7
-rw-r--r--src/ppe/pk/ppe42/ppe42_exceptions.S5
-rw-r--r--src/ppe/pk/ppe42/ppe42_gcc.c7
-rw-r--r--src/ppe/pk/ppe42/ppe42_gcc.h7
-rw-r--r--src/ppe/pk/ppe42/ppe42_init.c7
-rw-r--r--src/ppe/pk/ppe42/ppe42_irq.h7
-rw-r--r--src/ppe/pk/ppe42/ppe42_irq_core.c7
-rw-r--r--src/ppe/pk/ppe42/ppe42_msr.h7
-rwxr-xr-xsrc/ppe/pk/ppe42/ppe42_scom.c29
-rwxr-xr-xsrc/ppe/pk/ppe42/ppe42_scom.h7
-rw-r--r--src/ppe/pk/ppe42/ppe42_spr.h7
-rw-r--r--src/ppe/pk/ppe42/ppe42_thread_init.S7
-rw-r--r--src/ppe/pk/ppe42/ppe42_timebase.S7
22 files changed, 43 insertions, 130 deletions
diff --git a/src/ppe/pk/ppe42/.empty b/src/ppe/pk/ppe42/.empty
deleted file mode 100644
index e69de29..0000000
--- a/src/ppe/pk/ppe42/.empty
+++ /dev/null
diff --git a/src/ppe/pk/ppe42/div64.S b/src/ppe/pk/ppe42/div64.S
index ec93250..bfe94ed 100644
--- a/src/ppe/pk/ppe42/div64.S
+++ b/src/ppe/pk/ppe42/div64.S
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file div64.S
/// \brief Unsigned 64/64 bit division
diff --git a/src/ppe/pk/ppe42/pk_port_types.h b/src/ppe/pk/ppe42/pk_port_types.h
index 2c80389..f14ee64 100644
--- a/src/ppe/pk/ppe42/pk_port_types.h
+++ b/src/ppe/pk/ppe42/pk_port_types.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PK_PORT_TYPES_H__
#define __PK_PORT_TYPES_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_port_types.h
/// \brief Type definitions required by the PK port.
diff --git a/src/ppe/pk/ppe42/pkppe42files.mk b/src/ppe/pk/ppe42/pkppe42files.mk
index 585a04d..8fd241a 100644
--- a/src/ppe/pk/ppe42/pkppe42files.mk
+++ b/src/ppe/pk/ppe42/pkppe42files.mk
@@ -22,21 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
# @file pkppe42files.mk
#
# @brief mk for including ppe42 object files
-#
-# @page ChangeLogs Change Logs
-# @section pkppe42files.mk
-# @verbatim
-#
-#
-# Change Log ******************************************************************
-# Flag Defect/Feature User Date Description
-# ------ -------------- ---------- ------------ -----------
-#
-# @endverbatim
-#
+
##########################################################################
# Include Files
##########################################################################
diff --git a/src/ppe/pk/ppe42/ppe42.h b/src/ppe/pk/ppe42/ppe42.h
index 9d6cd4c..02cf196 100644
--- a/src/ppe/pk/ppe42/ppe42.h
+++ b/src/ppe/pk/ppe42/ppe42.h
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PPE42_H__
#define __PPE42_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42.h
/// \brief PPE42 port header for PK
diff --git a/src/ppe/pk/ppe42/ppe42_asm.h b/src/ppe/pk/ppe42/ppe42_asm.h
index 16b2714..3d0e2eb 100644
--- a/src/ppe/pk/ppe42/ppe42_asm.h
+++ b/src/ppe/pk/ppe42/ppe42_asm.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PPE42_ASM_H__
#define __PPE42_ASM_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_asm.h
/// \brief Generic assembler macros for 32-bit PPE42
diff --git a/src/ppe/pk/ppe42/ppe42_boot.S b/src/ppe/pk/ppe42/ppe42_boot.S
index f237690..55428f1 100644
--- a/src/ppe/pk/ppe42/ppe42_boot.S
+++ b/src/ppe/pk/ppe42/ppe42_boot.S
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_boot.S
/// \brief PK bootloader for PPE42
diff --git a/src/ppe/pk/ppe42/ppe42_cache.h b/src/ppe/pk/ppe42/ppe42_cache.h
index 16340f0..56dca5d 100644
--- a/src/ppe/pk/ppe42/ppe42_cache.h
+++ b/src/ppe/pk/ppe42/ppe42_cache.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,12 +25,6 @@
#ifndef __PPE42_CACHE_H__
#define __PPE42_CACHE_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ppe42_cache.h
/// \brief PowerPC-lite (PPE) cache management header for PK
///
diff --git a/src/ppe/pk/ppe42/ppe42_context.h b/src/ppe/pk/ppe42/ppe42_context.h
index 68d29e3..502302c 100644
--- a/src/ppe/pk/ppe42/ppe42_context.h
+++ b/src/ppe/pk/ppe42/ppe42_context.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PPE42_CONTEXT_H__
#define __PPE42_CONTEXT_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_context.h
/// \brief PPE42 Machine and Thread context for PK
diff --git a/src/ppe/pk/ppe42/ppe42_core.c b/src/ppe/pk/ppe42/ppe42_core.c
index ad4b2c3..92ad17b 100644
--- a/src/ppe/pk/ppe42/ppe42_core.c
+++ b/src/ppe/pk/ppe42/ppe42_core.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_core.c
/// \brief The final bits of PK runtime code required to complete the PPE42
diff --git a/src/ppe/pk/ppe42/ppe42_exceptions.S b/src/ppe/pk/ppe42/ppe42_exceptions.S
index 3ed0557..c9c50b3 100644
--- a/src/ppe/pk/ppe42/ppe42_exceptions.S
+++ b/src/ppe/pk/ppe42/ppe42_exceptions.S
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_exceptions.S
/// \brief PPE42 exception vector area.
diff --git a/src/ppe/pk/ppe42/ppe42_gcc.c b/src/ppe/pk/ppe42/ppe42_gcc.c
index 37674dc..e5ead2c 100644
--- a/src/ppe/pk/ppe42/ppe42_gcc.c
+++ b/src/ppe/pk/ppe42/ppe42_gcc.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_gcc.h
/// \brief 32-bit PowerPC functions expected by GCC
diff --git a/src/ppe/pk/ppe42/ppe42_gcc.h b/src/ppe/pk/ppe42/ppe42_gcc.h
index c5c16e8..6a8c742 100644
--- a/src/ppe/pk/ppe42/ppe42_gcc.h
+++ b/src/ppe/pk/ppe42/ppe42_gcc.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PPE42_GCC_H__
#define __PPE42_GCC_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_gcc.h
/// \brief 32-bit functions expected by GCC
diff --git a/src/ppe/pk/ppe42/ppe42_init.c b/src/ppe/pk/ppe42/ppe42_init.c
index dcc660a..0df146a 100644
--- a/src/ppe/pk/ppe42/ppe42_init.c
+++ b/src/ppe/pk/ppe42/ppe42_init.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_init.c
/// \brief PPE42 initialization routines
diff --git a/src/ppe/pk/ppe42/ppe42_irq.h b/src/ppe/pk/ppe42/ppe42_irq.h
index b86a030..d4f188a 100644
--- a/src/ppe/pk/ppe42/ppe42_irq.h
+++ b/src/ppe/pk/ppe42/ppe42_irq.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PPE42_IRQ_H__
#define __PPE42_IRQ_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_irq.h
/// \brief PPE42 interrupt handling for PK
diff --git a/src/ppe/pk/ppe42/ppe42_irq_core.c b/src/ppe/pk/ppe42/ppe42_irq_core.c
index 40460b5..04f6e37 100644
--- a/src/ppe/pk/ppe42/ppe42_irq_core.c
+++ b/src/ppe/pk/ppe42/ppe42_irq_core.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_irq_core.c
/// \brief Core IRQ routines required of any PPE42 configuration of PK
diff --git a/src/ppe/pk/ppe42/ppe42_msr.h b/src/ppe/pk/ppe42/ppe42_msr.h
index 783285b..a1310dd 100644
--- a/src/ppe/pk/ppe42/ppe42_msr.h
+++ b/src/ppe/pk/ppe42/ppe42_msr.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PPE42_MSR_H__
#define __PPE42_MSR_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_msr.h
/// \brief Everything related to the PPE42 Machine State Register
diff --git a/src/ppe/pk/ppe42/ppe42_scom.c b/src/ppe/pk/ppe42/ppe42_scom.c
index 105b83a..5c32415 100755
--- a/src/ppe/pk/ppe42/ppe42_scom.c
+++ b/src/ppe/pk/ppe42/ppe42_scom.c
@@ -1,8 +1,27 @@
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/ppe/pk/ppe42/ppe42_scom.c $ */
+/* */
+/* OpenPOWER OnChipController Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* [+] 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 */
/// \file ppe42_scom.c
/// \brief Lowest level PK SCOM definitions.
diff --git a/src/ppe/pk/ppe42/ppe42_scom.h b/src/ppe/pk/ppe42/ppe42_scom.h
index 33d998b..76e49b9 100755
--- a/src/ppe/pk/ppe42/ppe42_scom.h
+++ b/src/ppe/pk/ppe42/ppe42_scom.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_scom.h
/// \brief Include file for PK SCOMs
diff --git a/src/ppe/pk/ppe42/ppe42_spr.h b/src/ppe/pk/ppe42/ppe42_spr.h
index e53a5d5..39bd9e9 100644
--- a/src/ppe/pk/ppe42/ppe42_spr.h
+++ b/src/ppe/pk/ppe42/ppe42_spr.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PPE42_SPR_H__
#define __PPE42_SPR_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ppe42_spr.h
/// \brief Everything related to PPE42-specific SPRs
diff --git a/src/ppe/pk/ppe42/ppe42_thread_init.S b/src/ppe/pk/ppe42/ppe42_thread_init.S
index 14fb3d0..79219e8 100644
--- a/src/ppe/pk/ppe42/ppe42_thread_init.S
+++ b/src/ppe/pk/ppe42/ppe42_thread_init.S
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -49,11 +49,6 @@ __pk_thread_context_initialize(PkThread *thread,
PkThreadRoutine thread_routine,
void *private);
#endif
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \cond
diff --git a/src/ppe/pk/ppe42/ppe42_timebase.S b/src/ppe/pk/ppe42/ppe42_timebase.S
index a0884e6..18c42d0 100644
--- a/src/ppe/pk/ppe42/ppe42_timebase.S
+++ b/src/ppe/pk/ppe42/ppe42_timebase.S
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -36,11 +36,6 @@
PkTimebase
pk_timebase_get(void);
#endif
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \cond
.global ppe42_64bit_timebase
OpenPOWER on IntegriCloud