diff options
| author | William Bryan <wilbryan@us.ibm.com> | 2016-08-01 13:16:30 -0500 |
|---|---|---|
| committer | William A. Bryan <wilbryan@us.ibm.com> | 2016-08-02 14:12:55 -0400 |
| commit | 315680e0fd53cbc3f271b7d59393a4bf4661b8e2 (patch) | |
| tree | 7a604bfede856daeb8be72d04b09333e1c6c002a /src/lib/occlib | |
| parent | 9ad0d6f666fcd2392a5d6d3634df82264a5729eb (diff) | |
| download | talos-occ-315680e0fd53cbc3f271b7d59393a4bf4661b8e2.tar.gz talos-occ-315680e0fd53cbc3f271b7d59393a4bf4661b8e2.zip | |
Remove IBM Confidential Disclaimers
Change-Id: Ie3dcd5b6cee3e6b191cf136d30af634c9966318e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27718
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/lib/occlib')
| -rw-r--r-- | src/lib/occlib/ipc_api.h | 7 | ||||
| -rw-r--r-- | src/lib/occlib/ipc_async_cmd.h | 7 | ||||
| -rw-r--r-- | src/lib/occlib/ipc_core.c | 7 | ||||
| -rw-r--r-- | src/lib/occlib/ipc_init.c | 7 | ||||
| -rw-r--r-- | src/lib/occlib/ipc_macros.h | 7 | ||||
| -rw-r--r-- | src/lib/occlib/ipc_msgq.c | 5 | ||||
| -rw-r--r-- | src/lib/occlib/ipc_structs.h | 7 | ||||
| -rw-r--r-- | src/lib/occlib/liboccfiles.mk | 16 | ||||
| -rw-r--r-- | src/lib/occlib/occhw_scom_cmd.h | 7 | ||||
| -rw-r--r-- | src/lib/occlib/occhw_shared_data.h | 7 | ||||
| -rw-r--r-- | src/lib/occlib/occhw_xir_dump.c | 7 | ||||
| -rw-r--r-- | src/lib/occlib/occhw_xir_dump.h | 7 |
12 files changed, 13 insertions, 78 deletions
diff --git a/src/lib/occlib/ipc_api.h b/src/lib/occlib/ipc_api.h index e4756f5..e5269ad 100644 --- a/src/lib/occlib/ipc_api.h +++ b/src/lib/occlib/ipc_api.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 __IPC_API_H__ #define __IPC_API_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_api.h /// \brief Common header for Interprocessor Communications API diff --git a/src/lib/occlib/ipc_async_cmd.h b/src/lib/occlib/ipc_async_cmd.h index db09e9e..9e39f82 100644 --- a/src/lib/occlib/ipc_async_cmd.h +++ b/src/lib/occlib/ipc_async_cmd.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 __IPC_ASYNC_CMD_H__ #define __IPC_ASYNC_CMD_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_async_cmd.h /// \brief This header is shared between the 405 and GPE's that need to diff --git a/src/lib/occlib/ipc_core.c b/src/lib/occlib/ipc_core.c index 342f024..dfa7422 100644 --- a/src/lib/occlib/ipc_core.c +++ b/src/lib/occlib/ipc_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 ipc_core.c /// \brief Implementation of core IPC (InterProcessor Communication) routines diff --git a/src/lib/occlib/ipc_init.c b/src/lib/occlib/ipc_init.c index 4d732b7..7797299 100644 --- a/src/lib/occlib/ipc_init.c +++ b/src/lib/occlib/ipc_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 ipc_init.c /// \brief Implementation of IPC (InterProcessor Communication) routines for diff --git a/src/lib/occlib/ipc_macros.h b/src/lib/occlib/ipc_macros.h index c95bff6..8ac6233 100644 --- a/src/lib/occlib/ipc_macros.h +++ b/src/lib/occlib/ipc_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 __IPC_MACROS_H__ #define __IPC_MACROS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_macros.h /// \brief Contains macros related to the Interprocessor Communications (IPC) diff --git a/src/lib/occlib/ipc_msgq.c b/src/lib/occlib/ipc_msgq.c index 0bf5331..e17bf72 100644 --- a/src/lib/occlib/ipc_msgq.c +++ b/src/lib/occlib/ipc_msgq.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 ipc_msgq.c /// \brief Implementation of IPC (InterProcessor Communication) routines that diff --git a/src/lib/occlib/ipc_structs.h b/src/lib/occlib/ipc_structs.h index 5f1c90b..19aa7d9 100644 --- a/src/lib/occlib/ipc_structs.h +++ b/src/lib/occlib/ipc_structs.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 __IPC_STRUCTS_H__ #define __IPC_STRUCTS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_structs.h /// \brief Common header for Interprocessor Communication structures in the diff --git a/src/lib/occlib/liboccfiles.mk b/src/lib/occlib/liboccfiles.mk index 7b3c80a..77f5403 100644 --- a/src/lib/occlib/liboccfiles.mk +++ b/src/lib/occlib/liboccfiles.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 liboccfiles.mk # # @brief mk for libocc.a object files -# -# @page ChangeLogs Change Logs -# @section liboccfiles.mk -# @verbatim -# -# -# Change Log ****************************************************************** -# Flag Defect/Feature User Date Description -# ------ -------------- ---------- ------------ ----------- -# -# @endverbatim -# + ########################################################################## # INCLUDES ########################################################################## diff --git a/src/lib/occlib/occhw_scom_cmd.h b/src/lib/occlib/occhw_scom_cmd.h index c6051f5..52293b5 100644 --- a/src/lib/occlib/occhw_scom_cmd.h +++ b/src/lib/occlib/occhw_scom_cmd.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 __OCCHW_SCOM_CMD_H__ #define __OCCHW_SCOM_CMD_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_scom_cmd.h /// \brief Defines the shared scom command control block diff --git a/src/lib/occlib/occhw_shared_data.h b/src/lib/occlib/occhw_shared_data.h index 643691a..1d31576 100644 --- a/src/lib/occlib/occhw_shared_data.h +++ b/src/lib/occlib/occhw_shared_data.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 __OCCHW_OSD_H__ #define __OCCHW_OSD_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_osd.h /// \brief Common header for shared data within the OCC complex diff --git a/src/lib/occlib/occhw_xir_dump.c b/src/lib/occlib/occhw_xir_dump.c index 7ff2e4e..d0edf31 100644 --- a/src/lib/occlib/occhw_xir_dump.c +++ b/src/lib/occlib/occhw_xir_dump.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 occhw_xir_dump.c /// \brief Implementation of the occhw_xir_dump function diff --git a/src/lib/occlib/occhw_xir_dump.h b/src/lib/occlib/occhw_xir_dump.h index 85e52ad..ab652a0 100644 --- a/src/lib/occlib/occhw_xir_dump.h +++ b/src/lib/occlib/occhw_xir_dump.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 __OCCHW_XIR_DUMP_H__ #define __OCCHW_XIR_DUMP_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_xir_dump.h /// \brief header for the occhw_xir_dump function |

