From 315680e0fd53cbc3f271b7d59393a4bf4661b8e2 Mon Sep 17 00:00:00 2001 From: William Bryan Date: Mon, 1 Aug 2016 13:16:30 -0500 Subject: Remove IBM Confidential Disclaimers Change-Id: Ie3dcd5b6cee3e6b191cf136d30af634c9966318e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27718 Tested-by: FSP CI Jenkins Reviewed-by: William A. Bryan Reviewed-by: Martha Broyles --- src/ssx/occhw/occhw.h | 6 ------ src/ssx/occhw/occhw_async.c | 5 ----- src/ssx/occhw/occhw_async.h | 6 ------ src/ssx/occhw/occhw_async_gpe.c | 5 ----- src/ssx/occhw/occhw_async_ocb.c | 5 ----- src/ssx/occhw/occhw_async_pba.c | 5 ----- src/ssx/occhw/occhw_cache.S | 5 ----- src/ssx/occhw/occhw_core.h | 6 ------ src/ssx/occhw/occhw_id.c | 5 ----- src/ssx/occhw/occhw_id.h | 6 ------ src/ssx/occhw/occhw_init.c | 5 ----- src/ssx/occhw/occhw_irq.h | 6 ------ src/ssx/occhw/occhw_irq_init.c | 5 ----- src/ssx/occhw/occhw_ocb.c | 5 ----- src/ssx/occhw/occhw_ocb.h | 6 ------ src/ssx/occhw/occhw_pba.c | 5 ----- src/ssx/occhw/occhw_pba.h | 6 ------ src/ssx/occhw/occhw_scom.c | 5 ----- src/ssx/occhw/occhw_scom.h | 6 ------ src/ssx/occhw/occhw_sramctl.h | 6 ------ src/ssx/occhw/ssx_port.h | 5 ----- src/ssx/occhw/ssxocchwfiles.mk | 14 ++------------ src/ssx/ppc32/div64.S | 5 ----- src/ssx/ppc32/ppc32.h | 6 ------ src/ssx/ppc32/ppc32_asm.h | 6 ------ src/ssx/ppc32/ppc32_gcc.c | 5 ----- src/ssx/ppc32/ppc32_gcc.h | 6 ------ src/ssx/ppc32/savegpr.S | 5 ----- src/ssx/ppc32/ssxppc32files.mk | 14 +------------- src/ssx/ppc405/ppc405.h | 6 ------ src/ssx/ppc405/ppc405_boot.S | 5 ----- src/ssx/ppc405/ppc405_breakpoint.S | 5 ----- src/ssx/ppc405/ppc405_cache.h | 6 ------ src/ssx/ppc405/ppc405_cache_core.c | 5 ----- src/ssx/ppc405/ppc405_cache_init.S | 5 ----- src/ssx/ppc405/ppc405_context.h | 6 ------ src/ssx/ppc405/ppc405_core.c | 5 ----- src/ssx/ppc405/ppc405_dcr.h | 6 ------ src/ssx/ppc405/ppc405_exceptions.S | 5 ----- src/ssx/ppc405/ppc405_init.c | 5 ----- src/ssx/ppc405/ppc405_irq.h | 6 ------ src/ssx/ppc405/ppc405_irq_core.c | 5 ----- src/ssx/ppc405/ppc405_irq_init.c | 5 ----- src/ssx/ppc405/ppc405_lib_core.c | 5 ----- src/ssx/ppc405/ppc405_mmu.c | 5 ----- src/ssx/ppc405/ppc405_mmu.h | 6 ------ src/ssx/ppc405/ppc405_mmu_asm.S | 5 ----- src/ssx/ppc405/ppc405_msr.h | 6 ------ src/ssx/ppc405/ppc405_spr.h | 6 ------ src/ssx/ppc405/ppc405_thread_init.S | 5 ----- src/ssx/ppc405/ssx_port_types.h | 6 ------ src/ssx/ppc405/ssxppc405files.mk | 15 ++------------- src/ssx/ssx/ssx.h | 6 ------ src/ssx/ssx/ssx_api.h | 6 ------ src/ssx/ssx/ssx_core.c | 5 ----- src/ssx/ssx/ssx_debug_ptrs.c | 5 ----- src/ssx/ssx/ssx_debug_ptrs.h | 5 ----- src/ssx/ssx/ssx_init.c | 5 ----- src/ssx/ssx/ssx_kernel.h | 6 ------ src/ssx/ssx/ssx_macros.h | 6 ------ src/ssx/ssx/ssx_semaphore_core.c | 5 ----- src/ssx/ssx/ssx_semaphore_init.c | 5 ----- src/ssx/ssx/ssx_stack_init.c | 5 ----- src/ssx/ssx/ssx_thread_core.c | 5 ----- src/ssx/ssx/ssx_thread_init.c | 5 ----- src/ssx/ssx/ssx_timer_core.c | 5 ----- src/ssx/ssx/ssx_timer_init.c | 5 ----- src/ssx/ssx/ssxssxfiles.mk | 15 ++------------- src/ssx/trace/ssx_trace.h | 5 ----- src/ssx/trace/ssx_trace_big.c | 5 ----- src/ssx/trace/ssx_trace_binary.c | 5 ----- src/ssx/trace/ssx_trace_core.c | 5 ----- src/ssx/trace/ssxtracefiles.mk | 14 ++------------ 73 files changed, 9 insertions(+), 428 deletions(-) (limited to 'src/ssx') diff --git a/src/ssx/occhw/occhw.h b/src/ssx/occhw/occhw.h index fdaf97c..38c25e1 100644 --- a/src/ssx/occhw/occhw.h +++ b/src/ssx/occhw/occhw.h @@ -25,12 +25,6 @@ #ifndef __OCCHW_H__ #define __OCCHW_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file occhw.h /// \brief The OCCHW environment for SSX. diff --git a/src/ssx/occhw/occhw_async.c b/src/ssx/occhw/occhw_async.c index 3efac8e..d4f641d 100644 --- a/src/ssx/occhw/occhw_async.c +++ b/src/ssx/occhw/occhw_async.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 occhw_async.c /// \brief Support for asynchronous request queuing and callback mechanisms diff --git a/src/ssx/occhw/occhw_async.h b/src/ssx/occhw/occhw_async.h index 2c3e842..8b32c4a 100644 --- a/src/ssx/occhw/occhw_async.h +++ b/src/ssx/occhw/occhw_async.h @@ -25,12 +25,6 @@ #ifndef __OCCHW_ASYNC_H__ #define __OCCHW_ASYNC_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file occhw_async.h /// \brief Support for asynchronous request/callback mechanisms /// diff --git a/src/ssx/occhw/occhw_async_gpe.c b/src/ssx/occhw/occhw_async_gpe.c index b9835eb..b72497d 100644 --- a/src/ssx/occhw/occhw_async_gpe.c +++ b/src/ssx/occhw/occhw_async_gpe.c @@ -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 occhw_async_gpe.c /// \brief Async driver code for GPE diff --git a/src/ssx/occhw/occhw_async_ocb.c b/src/ssx/occhw/occhw_async_ocb.c index 9000c53..f504089 100644 --- a/src/ssx/occhw/occhw_async_ocb.c +++ b/src/ssx/occhw/occhw_async_ocb.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 occhw_async_ocb.c /// \brief Async driver code for OCB diff --git a/src/ssx/occhw/occhw_async_pba.c b/src/ssx/occhw/occhw_async_pba.c index 0ce0c27..555177a 100644 --- a/src/ssx/occhw/occhw_async_pba.c +++ b/src/ssx/occhw/occhw_async_pba.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 occhw_async_pba.c /// \brief Async device drivers for the PBA block copy engines and PBAX diff --git a/src/ssx/occhw/occhw_cache.S b/src/ssx/occhw/occhw_cache.S index 1a7a05b..40f6b58 100644 --- a/src/ssx/occhw/occhw_cache.S +++ b/src/ssx/occhw/occhw_cache.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 occhw_cache.S /// \brief Cache-management specific to OCCHW diff --git a/src/ssx/occhw/occhw_core.h b/src/ssx/occhw/occhw_core.h index c483f6f..da6e905 100644 --- a/src/ssx/occhw/occhw_core.h +++ b/src/ssx/occhw/occhw_core.h @@ -25,12 +25,6 @@ #ifndef __OCCHW_CORE_H__ #define __OCCHW_CORE_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file occhw_core.h /// \brief processor core units header. Local and mechanically generated macros. diff --git a/src/ssx/occhw/occhw_id.c b/src/ssx/occhw/occhw_id.c index 816ae0c..95c1b7a 100644 --- a/src/ssx/occhw/occhw_id.c +++ b/src/ssx/occhw/occhw_id.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 occhw_id.h /// \brief processor chip and EC-level identification + chip configuration diff --git a/src/ssx/occhw/occhw_id.h b/src/ssx/occhw/occhw_id.h index d9c2b56..831b462 100644 --- a/src/ssx/occhw/occhw_id.h +++ b/src/ssx/occhw/occhw_id.h @@ -25,12 +25,6 @@ #ifndef __OCCHW_ID_H__ #define __OCCHW_ID_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file occhw_id.h /// \brief chip and EC-level identification + chip configuration /// diff --git a/src/ssx/occhw/occhw_init.c b/src/ssx/occhw/occhw_init.c index 0ac9805..5c6a0b6 100644 --- a/src/ssx/occhw/occhw_init.c +++ b/src/ssx/occhw/occhw_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 occhw_init.c /// \brief SSX initialization for OCCHW diff --git a/src/ssx/occhw/occhw_irq.h b/src/ssx/occhw/occhw_irq.h index aea8b41..b3ccc3e 100644 --- a/src/ssx/occhw/occhw_irq.h +++ b/src/ssx/occhw/occhw_irq.h @@ -25,12 +25,6 @@ #ifndef __OCCHW_IRQ_H__ #define __OCCHW_IRQ_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file occhw_irq.h /// \brief PPC405-OCCHW Interrupt handling for SSX /// diff --git a/src/ssx/occhw/occhw_irq_init.c b/src/ssx/occhw/occhw_irq_init.c index 86e4562..fc976eb 100644 --- a/src/ssx/occhw/occhw_irq_init.c +++ b/src/ssx/occhw/occhw_irq_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 occhw_irq_init.c /// \brief OCCHW IRQ initialization code for SSX diff --git a/src/ssx/occhw/occhw_ocb.c b/src/ssx/occhw/occhw_ocb.c index dcc44a2..813517e 100644 --- a/src/ssx/occhw/occhw_ocb.c +++ b/src/ssx/occhw/occhw_ocb.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 occhw_ocb.c /// \brief OCB-related drivers for OCCHW diff --git a/src/ssx/occhw/occhw_ocb.h b/src/ssx/occhw/occhw_ocb.h index 6e873ce..e73eec9 100644 --- a/src/ssx/occhw/occhw_ocb.h +++ b/src/ssx/occhw/occhw_ocb.h @@ -25,12 +25,6 @@ #ifndef __OCCHW_OCB_H__ #define __OCCHW_OCB_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file occhw_ocb.h /// \brief OCB unit header. Local and mechanically generated macros and APIs. diff --git a/src/ssx/occhw/occhw_pba.c b/src/ssx/occhw/occhw_pba.c index 35344ba..55d7a6c 100644 --- a/src/ssx/occhw/occhw_pba.c +++ b/src/ssx/occhw/occhw_pba.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 occhw_pba.c /// \brief procedures for pba setup and operation. diff --git a/src/ssx/occhw/occhw_pba.h b/src/ssx/occhw/occhw_pba.h index 46c6901..b5ee30b 100644 --- a/src/ssx/occhw/occhw_pba.h +++ b/src/ssx/occhw/occhw_pba.h @@ -25,12 +25,6 @@ #ifndef __OCCHW_PBA_H__ #define __OCCHW_PBA_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file occhw_pba.h /// \brief PBA unit header. Local and mechanically generated macros. diff --git a/src/ssx/occhw/occhw_scom.c b/src/ssx/occhw/occhw_scom.c index 359a991..88f7fab 100644 --- a/src/ssx/occhw/occhw_scom.c +++ b/src/ssx/occhw/occhw_scom.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 occhw_scom.c /// \brief procedures and support for scom operations diff --git a/src/ssx/occhw/occhw_scom.h b/src/ssx/occhw/occhw_scom.h index bbf1869..20f0855 100644 --- a/src/ssx/occhw/occhw_scom.h +++ b/src/ssx/occhw/occhw_scom.h @@ -25,12 +25,6 @@ #ifndef __OCCHW_SCOM_H__ #define __OCCHW_SCOM_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file occhw_scom.h /// \brief procedures and support for SCOM operations diff --git a/src/ssx/occhw/occhw_sramctl.h b/src/ssx/occhw/occhw_sramctl.h index c8f4604..fd77e04 100644 --- a/src/ssx/occhw/occhw_sramctl.h +++ b/src/ssx/occhw/occhw_sramctl.h @@ -25,12 +25,6 @@ #ifndef __OCCHW_SRAMCTL_H__ #define __OCCHW_SRAMCTL_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file occhw_sramctl.h /// \brief SRAMCTL unit header. Local and mechanically generated macros. diff --git a/src/ssx/occhw/ssx_port.h b/src/ssx/occhw/ssx_port.h index eda7c64..6efcf56 100644 --- a/src/ssx/occhw/ssx_port.h +++ b/src/ssx/occhw/ssx_port.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __SSX_PORT_H__ #define __SSX_PORT_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ssx_port.h /// \brief The top-level OCCHW environment header for SSX. diff --git a/src/ssx/occhw/ssxocchwfiles.mk b/src/ssx/occhw/ssxocchwfiles.mk index 41417df..44a2ecc 100644 --- a/src/ssx/occhw/ssxocchwfiles.mk +++ b/src/ssx/occhw/ssxocchwfiles.mk @@ -22,21 +22,11 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + # @file ssxoccwhfiles.mk # # @brief mk for including occwh object files -# -# @page ChangeLogs Change Logs -# @section ssxoccwhfiles.mk -# @verbatim -# -# -# Change Log ****************************************************************** -# Flag Defect/Feature User Date Description -# ------ -------------- ---------- ------------ ----------- -# -# @endverbatim -# + ########################################################################## # Object Files ########################################################################## diff --git a/src/ssx/ppc32/div64.S b/src/ssx/ppc32/div64.S index f8e1b34..239a039 100644 --- a/src/ssx/ppc32/div64.S +++ b/src/ssx/ppc32/div64.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 div64.S /// \brief Unsigned 64/64 bit division diff --git a/src/ssx/ppc32/ppc32.h b/src/ssx/ppc32/ppc32.h index af01560..8ee4845 100644 --- a/src/ssx/ppc32/ppc32.h +++ b/src/ssx/ppc32/ppc32.h @@ -25,12 +25,6 @@ #ifndef __PPC32_H__ #define __PPC32_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc32.h /// \brief Generic 32-bit PowerPC header for SSX /// diff --git a/src/ssx/ppc32/ppc32_asm.h b/src/ssx/ppc32/ppc32_asm.h index 5287806..0f4e669 100644 --- a/src/ssx/ppc32/ppc32_asm.h +++ b/src/ssx/ppc32/ppc32_asm.h @@ -25,12 +25,6 @@ #ifndef __PPC32_ASM_H__ #define __PPC32_ASM_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc32_asm.h /// \brief Generic assembler macros for 32-bit PowerPC diff --git a/src/ssx/ppc32/ppc32_gcc.c b/src/ssx/ppc32/ppc32_gcc.c index 2e20116..db03799 100644 --- a/src/ssx/ppc32/ppc32_gcc.c +++ b/src/ssx/ppc32/ppc32_gcc.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 ppc32_gcc.h /// \brief 32-bit PowerPC functions expected by GCC diff --git a/src/ssx/ppc32/ppc32_gcc.h b/src/ssx/ppc32/ppc32_gcc.h index a5cbef2..e78c1ae 100644 --- a/src/ssx/ppc32/ppc32_gcc.h +++ b/src/ssx/ppc32/ppc32_gcc.h @@ -25,12 +25,6 @@ #ifndef __PPC32_GCC_H__ #define __PPC32_GCC_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc32_gcc.h /// \brief 32-bit PowerPC functions expected by GCC diff --git a/src/ssx/ppc32/savegpr.S b/src/ssx/ppc32/savegpr.S index efc04ac..8607fe6 100644 --- a/src/ssx/ppc32/savegpr.S +++ b/src/ssx/ppc32/savegpr.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 savegpr.S diff --git a/src/ssx/ppc32/ssxppc32files.mk b/src/ssx/ppc32/ssxppc32files.mk index 1c0414a..26518ee 100644 --- a/src/ssx/ppc32/ssxppc32files.mk +++ b/src/ssx/ppc32/ssxppc32files.mk @@ -22,22 +22,10 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + # @file ssxppc32files.mk # # @brief mk for including ppc32 object files -# -# @page ChangeLogs Change Logs -# @section ssxppc32files.mk -# @verbatim -# -# -# Change Log ****************************************************************** -# Flag Defect/Feature User Date Description -# ------ -------------- ---------- ------------ ----------- -# @pb00E pbavari 03/11/2012 Makefile ODE support -# -# @endverbatim -# ########################################################################## # Object Files diff --git a/src/ssx/ppc405/ppc405.h b/src/ssx/ppc405/ppc405.h index a08260c..3f0da6f 100644 --- a/src/ssx/ppc405/ppc405.h +++ b/src/ssx/ppc405/ppc405.h @@ -25,12 +25,6 @@ #ifndef __PPC405_H__ #define __PPC405_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc405.h /// \brief PowerPC 405 port header for SSX diff --git a/src/ssx/ppc405/ppc405_boot.S b/src/ssx/ppc405/ppc405_boot.S index 9528f44..6cf5d59 100644 --- a/src/ssx/ppc405/ppc405_boot.S +++ b/src/ssx/ppc405/ppc405_boot.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 ppc405_boot.S /// \brief SSX bootloader for PPC405 diff --git a/src/ssx/ppc405/ppc405_breakpoint.S b/src/ssx/ppc405/ppc405_breakpoint.S index bcf1783..2b107cb 100644 --- a/src/ssx/ppc405/ppc405_breakpoint.S +++ b/src/ssx/ppc405/ppc405_breakpoint.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 breakpoint.S /// \brief Implementation of code breakpoints for VBU/VPO diff --git a/src/ssx/ppc405/ppc405_cache.h b/src/ssx/ppc405/ppc405_cache.h index 3426e3d..d8e58c0 100644 --- a/src/ssx/ppc405/ppc405_cache.h +++ b/src/ssx/ppc405/ppc405_cache.h @@ -25,12 +25,6 @@ #ifndef __PPC405_CACHE_H__ #define __PPC405_CACHE_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc405_cache.h /// \brief PowerPC 405 cache management header for SSX /// diff --git a/src/ssx/ppc405/ppc405_cache_core.c b/src/ssx/ppc405/ppc405_cache_core.c index 2dcac45..d00a398 100644 --- a/src/ssx/ppc405/ppc405_cache_core.c +++ b/src/ssx/ppc405/ppc405_cache_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 ppc405_cache_core.c /// \brief Core cache management routines required of any PPC405 configuration diff --git a/src/ssx/ppc405/ppc405_cache_init.S b/src/ssx/ppc405/ppc405_cache_init.S index e6897f8..f5904b1 100644 --- a/src/ssx/ppc405/ppc405_cache_init.S +++ b/src/ssx/ppc405/ppc405_cache_init.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 ppc405_cache_init.S /// \brief PPC405-specific procedures required for cache initialization diff --git a/src/ssx/ppc405/ppc405_context.h b/src/ssx/ppc405/ppc405_context.h index 9335723..a972600 100644 --- a/src/ssx/ppc405/ppc405_context.h +++ b/src/ssx/ppc405/ppc405_context.h @@ -25,12 +25,6 @@ #ifndef __PPC405_CONTEXT_H__ #define __PPC405_CONTEXT_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc405_context.h /// \brief PPC405 Machine and Thread context for SSX diff --git a/src/ssx/ppc405/ppc405_core.c b/src/ssx/ppc405/ppc405_core.c index e1beea2..3b00bf0 100644 --- a/src/ssx/ppc405/ppc405_core.c +++ b/src/ssx/ppc405/ppc405_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 ppc405_core.c /// \brief The final bits of SSX runtime code required to complete the PPC405 diff --git a/src/ssx/ppc405/ppc405_dcr.h b/src/ssx/ppc405/ppc405_dcr.h index 6355101..d6a401d 100644 --- a/src/ssx/ppc405/ppc405_dcr.h +++ b/src/ssx/ppc405/ppc405_dcr.h @@ -25,12 +25,6 @@ #ifndef __PPC405_DCR_H__ #define __PPC405_DCR_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc405_dcr.h /// \brief Everything related to PPC405-specific DCRs /// diff --git a/src/ssx/ppc405/ppc405_exceptions.S b/src/ssx/ppc405/ppc405_exceptions.S index 6c1e685..c8080de 100644 --- a/src/ssx/ppc405/ppc405_exceptions.S +++ b/src/ssx/ppc405/ppc405_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 ppc405_exceptions.S /// \brief PPC405 exception vector area. diff --git a/src/ssx/ppc405/ppc405_init.c b/src/ssx/ppc405/ppc405_init.c index 072a1ed..7dcfc1e 100644 --- a/src/ssx/ppc405/ppc405_init.c +++ b/src/ssx/ppc405/ppc405_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 ppc405_init.c /// \brief PPC405 initialization routines diff --git a/src/ssx/ppc405/ppc405_irq.h b/src/ssx/ppc405/ppc405_irq.h index dc0890d..f9afed9 100644 --- a/src/ssx/ppc405/ppc405_irq.h +++ b/src/ssx/ppc405/ppc405_irq.h @@ -25,12 +25,6 @@ #ifndef __PPC405_IRQ_H__ #define __PPC405_IRQ_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc405_irq.h /// \brief PPC405 interrupt handling for SSX /// diff --git a/src/ssx/ppc405/ppc405_irq_core.c b/src/ssx/ppc405/ppc405_irq_core.c index 4802253..e363eb2 100644 --- a/src/ssx/ppc405/ppc405_irq_core.c +++ b/src/ssx/ppc405/ppc405_irq_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 ppc405_irq_core.c /// \brief Core IRQ routines required of any PPC405 configuration of SSX diff --git a/src/ssx/ppc405/ppc405_irq_init.c b/src/ssx/ppc405/ppc405_irq_init.c index 04779a7..2d27cea 100644 --- a/src/ssx/ppc405/ppc405_irq_init.c +++ b/src/ssx/ppc405/ppc405_irq_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 ppc405_irq_init.c /// \brief PPC405 IRQ initialization routines diff --git a/src/ssx/ppc405/ppc405_lib_core.c b/src/ssx/ppc405/ppc405_lib_core.c index 8f49e39..2c55ea4 100644 --- a/src/ssx/ppc405/ppc405_lib_core.c +++ b/src/ssx/ppc405/ppc405_lib_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 ppc405_lib_core.c /// \brief PPC405-specific library procedures diff --git a/src/ssx/ppc405/ppc405_mmu.c b/src/ssx/ppc405/ppc405_mmu.c index 9c44bd3..5339c57 100644 --- a/src/ssx/ppc405/ppc405_mmu.c +++ b/src/ssx/ppc405/ppc405_mmu.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 ppc405_mmu.c /// \brief Functions related to the PPC405 MMU and its use in SSX. diff --git a/src/ssx/ppc405/ppc405_mmu.h b/src/ssx/ppc405/ppc405_mmu.h index 64f8ac2..dd9ca70 100644 --- a/src/ssx/ppc405/ppc405_mmu.h +++ b/src/ssx/ppc405/ppc405_mmu.h @@ -25,12 +25,6 @@ #ifndef __PPC405_MMU_H__ #define __PPC405_MMU_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc405_mmu.h /// \brief Definitions related to the PPC405 MMU and its use in SSX. diff --git a/src/ssx/ppc405/ppc405_mmu_asm.S b/src/ssx/ppc405/ppc405_mmu_asm.S index fc3e954..fb92861 100644 --- a/src/ssx/ppc405/ppc405_mmu_asm.S +++ b/src/ssx/ppc405/ppc405_mmu_asm.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 ppc405_mmu_asm.S /// \brief Assembler support for PPC405 MMU operations diff --git a/src/ssx/ppc405/ppc405_msr.h b/src/ssx/ppc405/ppc405_msr.h index b10d6cb..7d8d651 100644 --- a/src/ssx/ppc405/ppc405_msr.h +++ b/src/ssx/ppc405/ppc405_msr.h @@ -25,12 +25,6 @@ #ifndef __PPC405_MSR_H__ #define __PPC405_MSR_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc405_msr.h /// \brief Everything related to the PPC405 Machine State Register /// diff --git a/src/ssx/ppc405/ppc405_spr.h b/src/ssx/ppc405/ppc405_spr.h index da28a69..db41669 100644 --- a/src/ssx/ppc405/ppc405_spr.h +++ b/src/ssx/ppc405/ppc405_spr.h @@ -25,12 +25,6 @@ #ifndef __PPC405_SPR_H__ #define __PPC405_SPR_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ppc405_spr.h /// \brief Everything related to PPC405-specific SPRs diff --git a/src/ssx/ppc405/ppc405_thread_init.S b/src/ssx/ppc405/ppc405_thread_init.S index 89c0257..8b5392c 100644 --- a/src/ssx/ppc405/ppc405_thread_init.S +++ b/src/ssx/ppc405/ppc405_thread_init.S @@ -51,11 +51,6 @@ __ssx_thread_context_initialize(SsxThread *thread, SsxThreadRoutine 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/ssx/ppc405/ssx_port_types.h b/src/ssx/ppc405/ssx_port_types.h index cd46e08..9353579 100644 --- a/src/ssx/ppc405/ssx_port_types.h +++ b/src/ssx/ppc405/ssx_port_types.h @@ -25,12 +25,6 @@ #ifndef __SSX_PORT_TYPES_H__ #define __SSX_PORT_TYPES_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ssx_port_types.h /// \brief Type definitions required by the SSX port. /// diff --git a/src/ssx/ppc405/ssxppc405files.mk b/src/ssx/ppc405/ssxppc405files.mk index 4b8cdfa..2d7af47 100644 --- a/src/ssx/ppc405/ssxppc405files.mk +++ b/src/ssx/ppc405/ssxppc405files.mk @@ -22,22 +22,11 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + # @file ssxppc405files.mk # # @brief mk for including ppc405 object files -# -# @page ChangeLogs Change Logs -# @section ssxppc405files.mk -# @verbatim -# -# -# Change Log ****************************************************************** -# Flag Defect/Feature User Date Description -# ------ -------------- ---------- ------------ ----------- -# @pb00E pbavari 03/11/2012 Makefile ODE support -# -# @endverbatim -# + ########################################################################## # Include Files ########################################################################## diff --git a/src/ssx/ssx/ssx.h b/src/ssx/ssx/ssx.h index 253530b..dd12091 100644 --- a/src/ssx/ssx/ssx.h +++ b/src/ssx/ssx/ssx.h @@ -25,12 +25,6 @@ #ifndef __SSX_H__ #define __SSX_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ssx.h /// \brief The combined header of the SSX kernel. /// diff --git a/src/ssx/ssx/ssx_api.h b/src/ssx/ssx/ssx_api.h index d3b63ff..ba534f9 100644 --- a/src/ssx/ssx/ssx_api.h +++ b/src/ssx/ssx/ssx_api.h @@ -25,12 +25,6 @@ #ifndef __SSX_API_H__ #define __SSX_API_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ssx_api.h /// \brief Macros and declarations for the SSX API. diff --git a/src/ssx/ssx/ssx_core.c b/src/ssx/ssx/ssx_core.c index 5fd364e..df2e128 100644 --- a/src/ssx/ssx/ssx_core.c +++ b/src/ssx/ssx/ssx_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 ssx_core.c /// \brief Core routines for the SSX kernel. diff --git a/src/ssx/ssx/ssx_debug_ptrs.c b/src/ssx/ssx/ssx_debug_ptrs.c index 2d34bd8..b53bc07 100644 --- a/src/ssx/ssx/ssx_debug_ptrs.c +++ b/src/ssx/ssx/ssx_debug_ptrs.c @@ -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 ssx_debug_ptrs.c /// \brief Defines a table of pointers to important kernel debug data. diff --git a/src/ssx/ssx/ssx_debug_ptrs.h b/src/ssx/ssx/ssx_debug_ptrs.h index ad658a7..0ff93f9 100644 --- a/src/ssx/ssx/ssx_debug_ptrs.h +++ b/src/ssx/ssx/ssx_debug_ptrs.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __SSX_DEBUG_PTRS_H__ #define __SSX_DEBUG_PTRS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ssx_debug_ptrs.h /// \brief Structure for a table of pointers to kernel debug data diff --git a/src/ssx/ssx/ssx_init.c b/src/ssx/ssx/ssx_init.c index 0aee583..350e05e 100644 --- a/src/ssx/ssx/ssx_init.c +++ b/src/ssx/ssx/ssx_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 ssx_init.c /// \brief SSX initialization diff --git a/src/ssx/ssx/ssx_kernel.h b/src/ssx/ssx/ssx_kernel.h index 9e0aa81..4927a64 100644 --- a/src/ssx/ssx/ssx_kernel.h +++ b/src/ssx/ssx/ssx_kernel.h @@ -25,12 +25,6 @@ #ifndef __SSX_KERNEL_H__ #define __SSX_KERNEL_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ssx_kernel.h /// \brief SSX portable kernel (non-API) data and data structures /// diff --git a/src/ssx/ssx/ssx_macros.h b/src/ssx/ssx/ssx_macros.h index 780aa16..01d1a7f 100644 --- a/src/ssx/ssx/ssx_macros.h +++ b/src/ssx/ssx/ssx_macros.h @@ -25,12 +25,6 @@ #ifndef __SSX_MACROS_H__ #define __SSX_MACROS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ssx_macros.h /// \brief Boilerplate macros for SSX diff --git a/src/ssx/ssx/ssx_semaphore_core.c b/src/ssx/ssx/ssx_semaphore_core.c index 21abcd4..d42a0c0 100644 --- a/src/ssx/ssx/ssx_semaphore_core.c +++ b/src/ssx/ssx/ssx_semaphore_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 ssx_semaphore_core.c /// \brief SSX semaphore APIs diff --git a/src/ssx/ssx/ssx_semaphore_init.c b/src/ssx/ssx/ssx_semaphore_init.c index 0d5a432..4553f0d 100644 --- a/src/ssx/ssx/ssx_semaphore_init.c +++ b/src/ssx/ssx/ssx_semaphore_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 ssx_semaphore_init.c /// \brief SSX semaphore API initialization routines diff --git a/src/ssx/ssx/ssx_stack_init.c b/src/ssx/ssx/ssx_stack_init.c index a7892e6..8a92f82 100644 --- a/src/ssx/ssx/ssx_stack_init.c +++ b/src/ssx/ssx/ssx_stack_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 ssx_stack_init.c /// \brief SSX stack initialization diff --git a/src/ssx/ssx/ssx_thread_core.c b/src/ssx/ssx/ssx_thread_core.c index 3408a9e..5e0ac81 100644 --- a/src/ssx/ssx/ssx_thread_core.c +++ b/src/ssx/ssx/ssx_thread_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 ssx_thread_core.c /// \brief SSX thread APIs diff --git a/src/ssx/ssx/ssx_thread_init.c b/src/ssx/ssx/ssx_thread_init.c index 8db8513..1b475c0 100644 --- a/src/ssx/ssx/ssx_thread_init.c +++ b/src/ssx/ssx/ssx_thread_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 ssx_thread_init.c /// \brief SSX thread API initialization routines diff --git a/src/ssx/ssx/ssx_timer_core.c b/src/ssx/ssx/ssx_timer_core.c index dd95812..f23d260 100644 --- a/src/ssx/ssx/ssx_timer_core.c +++ b/src/ssx/ssx/ssx_timer_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 ssx_timer_core.c /// \brief SSX portable kernel timer handler diff --git a/src/ssx/ssx/ssx_timer_init.c b/src/ssx/ssx/ssx_timer_init.c index 9dc7930..5a3ddf7 100644 --- a/src/ssx/ssx/ssx_timer_init.c +++ b/src/ssx/ssx/ssx_timer_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 ssx_timer_init.c /// \brief SSX timer initialization diff --git a/src/ssx/ssx/ssxssxfiles.mk b/src/ssx/ssx/ssxssxfiles.mk index 2aa70b6..d362ffe 100644 --- a/src/ssx/ssx/ssxssxfiles.mk +++ b/src/ssx/ssx/ssxssxfiles.mk @@ -22,22 +22,11 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + # @file ssxssxfiles.mk # # @brief mk for including ssx object files -# -# @page ChangeLogs Change Logs -# @section ssxssxfiles.mk -# @verbatim -# -# -# Change Log ****************************************************************** -# Flag Defect/Feature User Date Description -# ------ -------------- ---------- ------------ ----------- -# @pb00E pbavari 03/11/2012 Makefile ODE support -# -# @endverbatim -# + ########################################################################## # Include ########################################################################## diff --git a/src/ssx/trace/ssx_trace.h b/src/ssx/trace/ssx_trace.h index 6a2c3e6..5276862 100644 --- a/src/ssx/trace/ssx_trace.h +++ b/src/ssx/trace/ssx_trace.h @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __SSX_TRACE_H__ #define __SSX_TRACE_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ssx_trace.h /// \brief Macros and declarations for the SSX Firmware Tracing Facility. diff --git a/src/ssx/trace/ssx_trace_big.c b/src/ssx/trace/ssx_trace_big.c index 49e03be..3b02720 100644 --- a/src/ssx/trace/ssx_trace_big.c +++ b/src/ssx/trace/ssx_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 ssx_trace_big.c /// \brief SSX Trace function that supports up to four 32-bit parameters diff --git a/src/ssx/trace/ssx_trace_binary.c b/src/ssx/trace/ssx_trace_binary.c index fd80907..bed5321 100644 --- a/src/ssx/trace/ssx_trace_binary.c +++ b/src/ssx/trace/ssx_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 ssx_trace_binary.c /// \brief SSX Trace function for dumping memory contents diff --git a/src/ssx/trace/ssx_trace_core.c b/src/ssx/trace/ssx_trace_core.c index 10f323f..79006fd 100644 --- a/src/ssx/trace/ssx_trace_core.c +++ b/src/ssx/trace/ssx_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 ssx_trace_core.c /// \brief SSX Trace core data and code. diff --git a/src/ssx/trace/ssxtracefiles.mk b/src/ssx/trace/ssxtracefiles.mk index 46949cd..f535661 100644 --- a/src/ssx/trace/ssxtracefiles.mk +++ b/src/ssx/trace/ssxtracefiles.mk @@ -22,21 +22,11 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + # @file ssxtracefiles.mk # # @brief mk for including SSX trace object files -# -# @page ChangeLogs Change Logs -# @section ssxtracefiles.mk -# @verbatim -# -# -# Change Log ****************************************************************** -# Flag Defect/Feature User Date Description -# ------ -------------- ---------- ------------ ----------- -# -# @endverbatim -# + ########################################################################## # Include Files ########################################################################## -- cgit v1.2.1