summaryrefslogtreecommitdiffstats
path: root/src/ppe/pk
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppe/pk')
-rw-r--r--src/ppe/pk/.empty0
-rw-r--r--src/ppe/pk/gpe/gpe.h7
-rw-r--r--src/ppe/pk/gpe/gpe_common.h6
-rw-r--r--src/ppe/pk/gpe/gpe_init.c7
-rw-r--r--src/ppe/pk/gpe/gpe_irq.h6
-rw-r--r--src/ppe/pk/gpe/gpe_irq_init.c7
-rw-r--r--src/ppe/pk/gpe/gpe_scom_handler.S7
-rw-r--r--src/ppe/pk/gpe/gpe_timebase.h8
-rw-r--r--src/ppe/pk/gpe/pk_port.h7
-rw-r--r--src/ppe/pk/kernel/.empty0
-rw-r--r--src/ppe/pk/kernel/pk.h7
-rw-r--r--src/ppe/pk/kernel/pk_api.h5
-rw-r--r--src/ppe/pk/kernel/pk_bh_core.c7
-rw-r--r--src/ppe/pk/kernel/pk_core.c7
-rw-r--r--src/ppe/pk/kernel/pk_debug_ptrs.c7
-rw-r--r--src/ppe/pk/kernel/pk_debug_ptrs.h7
-rw-r--r--src/ppe/pk/kernel/pk_init.c5
-rw-r--r--src/ppe/pk/kernel/pk_kernel.h7
-rw-r--r--src/ppe/pk/kernel/pk_macros.h7
-rw-r--r--src/ppe/pk/kernel/pk_semaphore_core.c7
-rw-r--r--src/ppe/pk/kernel/pk_semaphore_init.c7
-rw-r--r--src/ppe/pk/kernel/pk_stack_init.c7
-rw-r--r--src/ppe/pk/kernel/pk_thread.h7
-rw-r--r--src/ppe/pk/kernel/pk_thread_core.c7
-rw-r--r--src/ppe/pk/kernel/pk_thread_init.c7
-rw-r--r--src/ppe/pk/kernel/pk_thread_util.c7
-rw-r--r--src/ppe/pk/kernel/pk_timer_core.c7
-rw-r--r--src/ppe/pk/kernel/pk_timer_init.c7
-rw-r--r--src/ppe/pk/kernel/pkkernelfiles.mk14
-rw-r--r--src/ppe/pk/ppe/pk_port.h7
-rw-r--r--src/ppe/pk/ppe/pkppefiles.mk16
-rw-r--r--src/ppe/pk/ppe/ppe.h7
-rw-r--r--src/ppe/pk/ppe/ppe_common.h8
-rw-r--r--src/ppe/pk/ppe/ppe_init.c7
-rw-r--r--src/ppe/pk/ppe/ppe_timebase.h8
-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
-rw-r--r--src/ppe/pk/std/pk_port.h7
-rw-r--r--src/ppe/pk/std/pkstdfiles.mk16
-rw-r--r--src/ppe/pk/std/std.h7
-rw-r--r--src/ppe/pk/std/std_common.h6
-rw-r--r--src/ppe/pk/std/std_init.c7
-rw-r--r--src/ppe/pk/std/std_irq.h6
-rw-r--r--src/ppe/pk/std/std_irq_config.h7
-rw-r--r--src/ppe/pk/std/std_irq_init.c7
-rw-r--r--src/ppe/pk/std/std_register_addresses.h8
-rw-r--r--src/ppe/pk/std/std_timebase.h8
-rw-r--r--src/ppe/pk/trace/pk_trace.h5
-rw-r--r--src/ppe/pk/trace/pk_trace_big.c5
-rw-r--r--src/ppe/pk/trace/pk_trace_binary.c5
-rw-r--r--src/ppe/pk/trace/pk_trace_core.c5
-rw-r--r--src/ppe/pk/trace/pktracefiles.mk14
72 files changed, 87 insertions, 443 deletions
diff --git a/src/ppe/pk/.empty b/src/ppe/pk/.empty
deleted file mode 100644
index e69de29..0000000
--- a/src/ppe/pk/.empty
+++ /dev/null
diff --git a/src/ppe/pk/gpe/gpe.h b/src/ppe/pk/gpe/gpe.h
index ef5ad01..c3f1fae 100644
--- a/src/ppe/pk/gpe/gpe.h
+++ b/src/ppe/pk/gpe/gpe.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 __GPE_H__
#define __GPE_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pgp.h
/// \brief The GPE environment for PK.
diff --git a/src/ppe/pk/gpe/gpe_common.h b/src/ppe/pk/gpe/gpe_common.h
index 2b6b99b..67f10d2 100644
--- a/src/ppe/pk/gpe/gpe_common.h
+++ b/src/ppe/pk/gpe/gpe_common.h
@@ -25,12 +25,6 @@
#ifndef __GPE_COMMON_H__
#define __GPE_COMMON_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file gpe_common.h
/// \brief Common header for GPE
///
diff --git a/src/ppe/pk/gpe/gpe_init.c b/src/ppe/pk/gpe/gpe_init.c
index 9692aad..9fb0658 100644
--- a/src/ppe/pk/gpe/gpe_init.c
+++ b/src/ppe/pk/gpe/gpe_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 gpe_init.c
/// \brief PK initialization for GPE
diff --git a/src/ppe/pk/gpe/gpe_irq.h b/src/ppe/pk/gpe/gpe_irq.h
index 1271e59..d9a1e65 100644
--- a/src/ppe/pk/gpe/gpe_irq.h
+++ b/src/ppe/pk/gpe/gpe_irq.h
@@ -25,12 +25,6 @@
#ifndef __GPE_IRQ_H__
#define __GPE_IRQ_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file occhw_irq.h
/// \brief GPE-OCCHW Interrupt handling for PK
///
diff --git a/src/ppe/pk/gpe/gpe_irq_init.c b/src/ppe/pk/gpe/gpe_irq_init.c
index 995ebac..2d5f846 100644
--- a/src/ppe/pk/gpe/gpe_irq_init.c
+++ b/src/ppe/pk/gpe/gpe_irq_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. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file gpe_irq_init.c
/// \brief OCCHW IRQ initialization code for PK
diff --git a/src/ppe/pk/gpe/gpe_scom_handler.S b/src/ppe/pk/gpe/gpe_scom_handler.S
index 7edc17e..bccb457 100644
--- a/src/ppe/pk/gpe/gpe_scom_handler.S
+++ b/src/ppe/pk/gpe/gpe_scom_handler.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. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file gpe_scom_handler.S
/// \brief Interrupt handler code for SCOM requests from the ppc405
diff --git a/src/ppe/pk/gpe/gpe_timebase.h b/src/ppe/pk/gpe/gpe_timebase.h
index 57c96ce..1222219 100644
--- a/src/ppe/pk/gpe/gpe_timebase.h
+++ b/src/ppe/pk/gpe/gpe_timebase.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 __GPE_TIMEBASE_H__
#define __GPE_TIMEBASE_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file gpe_timebase.h
/// \brief support for using the OCB 32 bit timebase register
///
diff --git a/src/ppe/pk/gpe/pk_port.h b/src/ppe/pk/gpe/pk_port.h
index 89751d7..2db21cf 100644
--- a/src/ppe/pk/gpe/pk_port.h
+++ b/src/ppe/pk/gpe/pk_port.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_H__
#define __PK_PORT_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_port.h
/// \brief The top-level GPE environment header for PK.
diff --git a/src/ppe/pk/kernel/.empty b/src/ppe/pk/kernel/.empty
deleted file mode 100644
index e69de29..0000000
--- a/src/ppe/pk/kernel/.empty
+++ /dev/null
diff --git a/src/ppe/pk/kernel/pk.h b/src/ppe/pk/kernel/pk.h
index 055d579..341848e 100644
--- a/src/ppe/pk/kernel/pk.h
+++ b/src/ppe/pk/kernel/pk.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_H__
#define __PK_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk.h
/// \brief The combined header of the PK kernel.
diff --git a/src/ppe/pk/kernel/pk_api.h b/src/ppe/pk/kernel/pk_api.h
index 4098e9d..9921855 100644
--- a/src/ppe/pk/kernel/pk_api.h
+++ b/src/ppe/pk/kernel/pk_api.h
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PK_API_H__
#define __PK_API_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_api.h
/// \brief Macros and declarations for the PK API.
diff --git a/src/ppe/pk/kernel/pk_bh_core.c b/src/ppe/pk/kernel/pk_bh_core.c
index 5db40af..1760ecc 100644
--- a/src/ppe/pk/kernel/pk_bh_core.c
+++ b/src/ppe/pk/kernel/pk_bh_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. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_bh_core.c
/// \brief PK bottom half APIs
diff --git a/src/ppe/pk/kernel/pk_core.c b/src/ppe/pk/kernel/pk_core.c
index d22e3bd..abe255d 100644
--- a/src/ppe/pk/kernel/pk_core.c
+++ b/src/ppe/pk/kernel/pk_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 pk_core.c
/// \brief Core routines for the PK kernel.
diff --git a/src/ppe/pk/kernel/pk_debug_ptrs.c b/src/ppe/pk/kernel/pk_debug_ptrs.c
index df2288b..047ee93 100644
--- a/src/ppe/pk/kernel/pk_debug_ptrs.c
+++ b/src/ppe/pk/kernel/pk_debug_ptrs.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. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_debug_ptrs.c
/// \brief Defines a table of pointers to important kernel debug data.
diff --git a/src/ppe/pk/kernel/pk_debug_ptrs.h b/src/ppe/pk/kernel/pk_debug_ptrs.h
index 92a01c5..27abc8f 100644
--- a/src/ppe/pk/kernel/pk_debug_ptrs.h
+++ b/src/ppe/pk/kernel/pk_debug_ptrs.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_DEBUG_PTRS_H__
#define __PK_DEBUG_PTRS_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_debug_ptrs.h
/// \brief Structure for a table of pointers to kernel debug data
diff --git a/src/ppe/pk/kernel/pk_init.c b/src/ppe/pk/kernel/pk_init.c
index 206d52e..835a87b 100644
--- a/src/ppe/pk/kernel/pk_init.c
+++ b/src/ppe/pk/kernel/pk_init.c
@@ -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 pk_init.c
/// \brief PK initialization
diff --git a/src/ppe/pk/kernel/pk_kernel.h b/src/ppe/pk/kernel/pk_kernel.h
index 82ffd29..aa49f9f 100644
--- a/src/ppe/pk/kernel/pk_kernel.h
+++ b/src/ppe/pk/kernel/pk_kernel.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_KERNEL_H__
#define __PK_KERNEL_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_kernel.h
/// \brief PK portable kernel (non-API) data and data structures
diff --git a/src/ppe/pk/kernel/pk_macros.h b/src/ppe/pk/kernel/pk_macros.h
index 0bff22b..cf9d4ba 100644
--- a/src/ppe/pk/kernel/pk_macros.h
+++ b/src/ppe/pk/kernel/pk_macros.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_MACROS_H__
#define __PK_MACROS_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_macros.h
/// \brief Boilerplate macros for PK
diff --git a/src/ppe/pk/kernel/pk_semaphore_core.c b/src/ppe/pk/kernel/pk_semaphore_core.c
index fd47106..4dee1f1 100644
--- a/src/ppe/pk/kernel/pk_semaphore_core.c
+++ b/src/ppe/pk/kernel/pk_semaphore_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 pk_semaphore_core.c
/// \brief PK semaphore APIs
diff --git a/src/ppe/pk/kernel/pk_semaphore_init.c b/src/ppe/pk/kernel/pk_semaphore_init.c
index aea00f6..a71ecd1 100644
--- a/src/ppe/pk/kernel/pk_semaphore_init.c
+++ b/src/ppe/pk/kernel/pk_semaphore_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 pk_semaphore_init.c
/// \brief PK semaphore API initialization routines
diff --git a/src/ppe/pk/kernel/pk_stack_init.c b/src/ppe/pk/kernel/pk_stack_init.c
index 4cfc260..c76b50f 100644
--- a/src/ppe/pk/kernel/pk_stack_init.c
+++ b/src/ppe/pk/kernel/pk_stack_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 pk_stack_init.c
/// \brief PK stack initialization
diff --git a/src/ppe/pk/kernel/pk_thread.h b/src/ppe/pk/kernel/pk_thread.h
index 4848650..e9dbf14 100644
--- a/src/ppe/pk/kernel/pk_thread.h
+++ b/src/ppe/pk/kernel/pk_thread.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_THREAD_H__
#define __PK_THREAD_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_thread.h
/// \brief Contains private declarations and definitions needed for threads
diff --git a/src/ppe/pk/kernel/pk_thread_core.c b/src/ppe/pk/kernel/pk_thread_core.c
index 06a2e1b..88e66f6 100644
--- a/src/ppe/pk/kernel/pk_thread_core.c
+++ b/src/ppe/pk/kernel/pk_thread_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 pk_thread_core.c
/// \brief PK thread APIs
diff --git a/src/ppe/pk/kernel/pk_thread_init.c b/src/ppe/pk/kernel/pk_thread_init.c
index b2c7735..a271d55 100644
--- a/src/ppe/pk/kernel/pk_thread_init.c
+++ b/src/ppe/pk/kernel/pk_thread_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 pk_thread_init.c
/// \brief PK thread API initialization routines
diff --git a/src/ppe/pk/kernel/pk_thread_util.c b/src/ppe/pk/kernel/pk_thread_util.c
index e69d250..7f3fdce 100644
--- a/src/ppe/pk/kernel/pk_thread_util.c
+++ b/src/ppe/pk/kernel/pk_thread_util.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 pk_thread_util.c
/// \brief PK thread utility APIs
diff --git a/src/ppe/pk/kernel/pk_timer_core.c b/src/ppe/pk/kernel/pk_timer_core.c
index 334c6e5..2212b5e 100644
--- a/src/ppe/pk/kernel/pk_timer_core.c
+++ b/src/ppe/pk/kernel/pk_timer_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 pk_timer_core.c
/// \brief PK portable kernel timer handler
diff --git a/src/ppe/pk/kernel/pk_timer_init.c b/src/ppe/pk/kernel/pk_timer_init.c
index 3ec636d..abe3024 100644
--- a/src/ppe/pk/kernel/pk_timer_init.c
+++ b/src/ppe/pk/kernel/pk_timer_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 pk_timer_init.c
/// \brief PK timer initialization
diff --git a/src/ppe/pk/kernel/pkkernelfiles.mk b/src/ppe/pk/kernel/pkkernelfiles.mk
index 5ee49e3..5b03e47 100644
--- a/src/ppe/pk/kernel/pkkernelfiles.mk
+++ b/src/ppe/pk/kernel/pkkernelfiles.mk
@@ -22,21 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
# @file pkkernelfiles.mk
#
# @brief mk for including architecture independent pk object files
-#
-# @page ChangeLogs Change Logs
-# @section pkkernelfiles.mk
-# @verbatim
-#
-#
-# Change Log ******************************************************************
-# Flag Defect/Feature User Date Description
-# ------ -------------- ---------- ------------ -----------
-#
-# @endverbatim
-#
+
##########################################################################
# Include
##########################################################################
diff --git a/src/ppe/pk/ppe/pk_port.h b/src/ppe/pk/ppe/pk_port.h
index e185170..7ef3190 100644
--- a/src/ppe/pk/ppe/pk_port.h
+++ b/src/ppe/pk/ppe/pk_port.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_H__
#define __PK_PORT_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_port.h
/// \brief The top-level CME environment header for PK.
diff --git a/src/ppe/pk/ppe/pkppefiles.mk b/src/ppe/pk/ppe/pkppefiles.mk
index 83b63f7..d05f2b6 100644
--- a/src/ppe/pk/ppe/pkppefiles.mk
+++ b/src/ppe/pk/ppe/pkppefiles.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -22,21 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
# @file pkppefiles.mk
#
# @brief mk for including ppe object files
-#
-# @page ChangeLogs Change Logs
-# @section pkppefiles.mk
-# @verbatim
-#
-#
-# Change Log ******************************************************************
-# Flag Defect/Feature User Date Description
-# ------ -------------- ---------- ------------ -----------
-#
-# @endverbatim
-#
+
##########################################################################
# Object Files
##########################################################################
diff --git a/src/ppe/pk/ppe/ppe.h b/src/ppe/pk/ppe/ppe.h
index 94669d5..eb177f0 100644
--- a/src/ppe/pk/ppe/ppe.h
+++ b/src/ppe/pk/ppe/ppe.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 __PPE_H__
#define __PPE_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pgp.h
/// \brief The PPE environment for PK.
diff --git a/src/ppe/pk/ppe/ppe_common.h b/src/ppe/pk/ppe/ppe_common.h
index a462e1f..155ba7a 100644
--- a/src/ppe/pk/ppe/ppe_common.h
+++ b/src/ppe/pk/ppe/ppe_common.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 __PPE_COMMON_H__
#define __PPE_COMMON_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ppe_common.h
/// \brief Common header for PPE
///
diff --git a/src/ppe/pk/ppe/ppe_init.c b/src/ppe/pk/ppe/ppe_init.c
index 7bbcf6c..f12a616 100644
--- a/src/ppe/pk/ppe/ppe_init.c
+++ b/src/ppe/pk/ppe/ppe_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 ppe_init.c
/// \brief PK initialization for PPE
diff --git a/src/ppe/pk/ppe/ppe_timebase.h b/src/ppe/pk/ppe/ppe_timebase.h
index 935f4f1..b551738 100644
--- a/src/ppe/pk/ppe/ppe_timebase.h
+++ b/src/ppe/pk/ppe/ppe_timebase.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 __PPE_TIMEBASE_H__
#define __PPE_TIMEBASE_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ppe_timebase.h
/// \brief support for using the OCB 32 bit timebase register
///
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
diff --git a/src/ppe/pk/std/pk_port.h b/src/ppe/pk/std/pk_port.h
index 2ed0d3d..37b1df9 100644
--- a/src/ppe/pk/std/pk_port.h
+++ b/src/ppe/pk/std/pk_port.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_H__
#define __PK_PORT_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_port.h
/// \brief The top-level standard PPE environment header for PK.
diff --git a/src/ppe/pk/std/pkstdfiles.mk b/src/ppe/pk/std/pkstdfiles.mk
index 3f9a731..75079d5 100644
--- a/src/ppe/pk/std/pkstdfiles.mk
+++ b/src/ppe/pk/std/pkstdfiles.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -22,21 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
# @file pkstdfiles.mk
#
# @brief mk for including std object files
-#
-# @page ChangeLogs Change Logs
-# @section pkstdfiles.mk
-# @verbatim
-#
-#
-# Change Log ******************************************************************
-# Flag Defect/Feature User Date Description
-# ------ -------------- ---------- ------------ -----------
-#
-# @endverbatim
-#
+
##########################################################################
# Object Files
##########################################################################
diff --git a/src/ppe/pk/std/std.h b/src/ppe/pk/std/std.h
index b20f6ae..cbffcf0 100644
--- a/src/ppe/pk/std/std.h
+++ b/src/ppe/pk/std/std.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 __STD_H__
#define __STD_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pgp.h
/// \brief The STD environment for PK.
diff --git a/src/ppe/pk/std/std_common.h b/src/ppe/pk/std/std_common.h
index ef17fda..08e1253 100644
--- a/src/ppe/pk/std/std_common.h
+++ b/src/ppe/pk/std/std_common.h
@@ -25,12 +25,6 @@
#ifndef __STD_COMMON_H__
#define __STD_COMMON_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file cme_common.h
/// \brief Common header for standard PPE's
///
diff --git a/src/ppe/pk/std/std_init.c b/src/ppe/pk/std/std_init.c
index 8d9bb12..48f5afc 100644
--- a/src/ppe/pk/std/std_init.c
+++ b/src/ppe/pk/std/std_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 std_init.c
/// \brief PK initialization for a standard PPE.
diff --git a/src/ppe/pk/std/std_irq.h b/src/ppe/pk/std/std_irq.h
index e987c86..f44e2cb 100644
--- a/src/ppe/pk/std/std_irq.h
+++ b/src/ppe/pk/std/std_irq.h
@@ -25,12 +25,6 @@
#ifndef __STD_IRQ_H__
#define __STD_IRQ_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file occhw_irq.h
/// \brief Standard PPE Externnal Interrupt handling for PK
///
diff --git a/src/ppe/pk/std/std_irq_config.h b/src/ppe/pk/std/std_irq_config.h
index 7d70d42..943068c 100644
--- a/src/ppe/pk/std/std_irq_config.h
+++ b/src/ppe/pk/std/std_irq_config.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 __STD_IRQ_CONFIG_H__
#define __STD_IRQ_CONFIG_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file std_irq_config.h
/// \brief Contains data and macros pertaining to external interrupt
diff --git a/src/ppe/pk/std/std_irq_init.c b/src/ppe/pk/std/std_irq_init.c
index c7a0771..4e17592 100644
--- a/src/ppe/pk/std/std_irq_init.c
+++ b/src/ppe/pk/std/std_irq_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. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file std_irq_init.c
/// \brief Standard PPE IRQ initialization code for PK
diff --git a/src/ppe/pk/std/std_register_addresses.h b/src/ppe/pk/std/std_register_addresses.h
index 8cf671a..7e07450 100644
--- a/src/ppe/pk/std/std_register_addresses.h
+++ b/src/ppe/pk/std/std_register_addresses.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 __STD_REGISTER_ADDRESSES_H__
#define __STD_REGISTER_ADDRESSES_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file std_register_addresses.h
/// \brief Symbolic addresses for a standard PPE
diff --git a/src/ppe/pk/std/std_timebase.h b/src/ppe/pk/std/std_timebase.h
index 10cacf9..7b2816c 100644
--- a/src/ppe/pk/std/std_timebase.h
+++ b/src/ppe/pk/std/std_timebase.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 __STD_TIMEBASE_H__
#define __STD_TIMEBASE_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file std_timebase.h
/// \brief support for using the standard PPE 32 bit timebase register
///
diff --git a/src/ppe/pk/trace/pk_trace.h b/src/ppe/pk/trace/pk_trace.h
index c068f81..b93029a 100644
--- a/src/ppe/pk/trace/pk_trace.h
+++ b/src/ppe/pk/trace/pk_trace.h
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __PK_TRACE_H__
#define __PK_TRACE_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file pk_trace.h
/// \brief Macros and declarations for the PK Firmware Tracing Facility.
diff --git a/src/ppe/pk/trace/pk_trace_big.c b/src/ppe/pk/trace/pk_trace_big.c
index ab3124f..15d9000 100644
--- a/src/ppe/pk/trace/pk_trace_big.c
+++ b/src/ppe/pk/trace/pk_trace_big.c
@@ -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 pk_trace_big.c
/// \brief PK Trace function that supports up to four 32-bit parameters
diff --git a/src/ppe/pk/trace/pk_trace_binary.c b/src/ppe/pk/trace/pk_trace_binary.c
index 9392158..97887ab 100644
--- a/src/ppe/pk/trace/pk_trace_binary.c
+++ b/src/ppe/pk/trace/pk_trace_binary.c
@@ -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 pk_trace_binary.c
/// \brief PK Trace function for dumping memory contents
diff --git a/src/ppe/pk/trace/pk_trace_core.c b/src/ppe/pk/trace/pk_trace_core.c
index c05ab9a..1b49119 100644
--- a/src/ppe/pk/trace/pk_trace_core.c
+++ b/src/ppe/pk/trace/pk_trace_core.c
@@ -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 pk_trace_core.c
/// \brief PK Trace core data and code.
diff --git a/src/ppe/pk/trace/pktracefiles.mk b/src/ppe/pk/trace/pktracefiles.mk
index 29551e4..fe9fa9a 100644
--- a/src/ppe/pk/trace/pktracefiles.mk
+++ b/src/ppe/pk/trace/pktracefiles.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
##########################################################################
OpenPOWER on IntegriCloud