summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cmehw_interrupts.h7
-rw-r--r--src/include/core_data.h29
-rw-r--r--src/include/occhw_common.h7
-rw-r--r--src/include/occhw_interrupts.h7
-rw-r--r--src/include/occhw_irq_config.h7
-rw-r--r--src/include/p9_config.h28
-rw-r--r--src/include/registers/README35
-rw-r--r--src/include/registers/cme_firmware_registers.h10
-rw-r--r--src/include/registers/cme_register_addresses.h10
-rw-r--r--src/include/registers/cppm_firmware_registers.h10
-rw-r--r--src/include/registers/cppm_register_addresses.h10
-rw-r--r--src/include/registers/gpe_firmware_registers.h10
-rw-r--r--src/include/registers/gpe_register_addresses.h10
-rw-r--r--src/include/registers/ocb_firmware_registers.h10
-rw-r--r--src/include/registers/ocb_register_addresses.h10
-rw-r--r--src/include/registers/pba_firmware_constants.h25
-rw-r--r--src/include/registers/pba_firmware_registers.h33
-rw-r--r--src/include/registers/pba_register_addresses.h33
-rw-r--r--src/include/registers/pmc_firmware_registers.h10
-rw-r--r--src/include/registers/pmc_register_addresses.h10
-rw-r--r--src/include/registers/ppm_firmware_registers.h10
-rw-r--r--src/include/registers/ppm_register_addresses.h10
-rw-r--r--src/include/registers/qppm_firmware_registers.h10
-rw-r--r--src/include/registers/qppm_register_addresses.h10
-rw-r--r--src/include/registers/sramctl_firmware_registers.h10
-rw-r--r--src/include/registers/sramctl_register_addresses.h10
-rw-r--r--src/include/registers/tpc_firmware_registers.h10
-rw-r--r--src/include/registers/tpc_register_addresses.h10
28 files changed, 125 insertions, 266 deletions
diff --git a/src/include/cmehw_interrupts.h b/src/include/cmehw_interrupts.h
index e7dd10a..b7c5259 100644
--- a/src/include/cmehw_interrupts.h
+++ b/src/include/cmehw_interrupts.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 __CMEHW_INTERRUPTS_H__
#define __CMEHW_INTERRUPTS_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file cmehw_interrupts.h
/// \brief Interrupt assignments and macros for the CME
diff --git a/src/include/core_data.h b/src/include/core_data.h
index 96455e8..ad81dcd 100644
--- a/src/include/core_data.h
+++ b/src/include/core_data.h
@@ -1,19 +1,25 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: chips/p9/procedures/lib/pm/core_data.h $ */
+/* $Source: src/include/core_data.h $ */
/* */
-/* IBM CONFIDENTIAL */
+/* OpenPOWER OnChipController Project */
/* */
-/* EKB Project */
-/* */
-/* COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
-/* The source code for this program is not published or otherwise */
-/* divested of its trade secrets, irrespective of what has been */
-/* deposited with the U.S. Copyright Office. */
+/* 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 */
@@ -21,13 +27,6 @@
/// \brief Data structures for the GPE programs that collect raw data defined
/// in core_data.C. The data structure layouts are also documented in the
/// spreadsheet \todo (RTC 137031) location.
-///
-// *HWP HWP Owner: Doug Gilbert <dgilbert@us.ibm.com>
-// *HWP FW Owner: Martha Broyles <mbroyles@us.ibm.com>
-// *HWP Team: PM
-// *HWP Level: 1
-// *HWP Consumed by: OCC
-
#ifndef __GPE_CORE_DATA_H__
#define __GPE_CORE_DATA_H__
diff --git a/src/include/occhw_common.h b/src/include/occhw_common.h
index f49ed8a..599279a 100644
--- a/src/include/occhw_common.h
+++ b/src/include/occhw_common.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_COMMON_H__
#define __OCCHW_COMMON_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file occhw_common.h
/// \brief Common header for SSX and PMX versions of OCCHW
diff --git a/src/include/occhw_interrupts.h b/src/include/occhw_interrupts.h
index 7f27594..ff54bda 100644
--- a/src/include/occhw_interrupts.h
+++ b/src/include/occhw_interrupts.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_INTERRUPTS_H__
#define __OCCHW_INTERRUPTS_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file occ_interrupts.h
/// \brief Interrupt assignments and macros for the OCC
diff --git a/src/include/occhw_irq_config.h b/src/include/occhw_irq_config.h
index ba0655a..2a157ab 100644
--- a/src/include/occhw_irq_config.h
+++ b/src/include/occhw_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 __OCCHW_IRQ_CONFIG_H__
#define __OCCHW_IRQ_CONFIG_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file occhw_irq_config.h
/// \brief Contains data and macros pertaining to external interrupt routing
diff --git a/src/include/p9_config.h b/src/include/p9_config.h
index 1136008..ca2efc2 100644
--- a/src/include/p9_config.h
+++ b/src/include/p9_config.h
@@ -1,30 +1,30 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: chips/p9/procedures/lib/pm/p9_config.h $ */
+/* $Source: src/include/p9_config.h $ */
/* */
-/* IBM CONFIDENTIAL */
+/* OpenPOWER OnChipController Project */
/* */
-/* EKB Project */
-/* */
-/* COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
-/* The source code for this program is not published or otherwise */
-/* divested of its trade secrets, irrespective of what has been */
-/* deposited with the U.S. Copyright Office. */
+/* 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 p9_config.h
/// \brief Chip configuration data structures for P9 OCC procedures
-///
-// *HWP HWP Owner: Doug Gilbert <dgilbert@us.ibm.com>
-// *HWP FW Owner: Martha Broyles <mbroyles@us.ibm.com>
-// *HWP Team: PM
-// *HWP Level: 1
-// *HWP Consumed by: OCC
#ifndef __P9_GPE_CONFIG_H__
#define __P9_GPE_CONFIG_H__
diff --git a/src/include/registers/README b/src/include/registers/README
deleted file mode 100644
index 5520b22..0000000
--- a/src/include/registers/README
+++ /dev/null
@@ -1,35 +0,0 @@
-files and includes are deleted:
-
-//is gone in p9, parmenantly deleted
-oha_
-
-//not within occ, never included, files deleted
-sbe_
-pibmem_
-fasti2c_
-i2cengine_
-icp_
-
-//in core domain but not in occ, commented out in occhw_core.h, files deleted
-sensors_
-pc_
-
-//in centaur but not in occ, commented out in occhw.h, files deleted
-centaur_
-mcs_
-
-//needs replacement, commented out or never included, files deleted
-pcbs_ gone but needs ppm replacement, commented out in occhw.h
-pore_ gone but needs ppe replacement, not included
-tod_ commented out in occhw.h
-
-
-//files and includes stays but needs review:
-sramctl_ stay and included in occhw_sramctl.h
-plb_arbiter_ stay and included
-pmc_ gone but needs ocb replacement, still stay and included
-pba_ needs to renew for p9, still stay and included
-ocb_ already renewed for p9
-tpc_ stay and included in occhw_id, needs renew for p9
-
-
diff --git a/src/include/registers/cme_firmware_registers.h b/src/include/registers/cme_firmware_registers.h
index a7ae86e..44d8231 100644
--- a/src/include/registers/cme_firmware_registers.h
+++ b/src/include/registers/cme_firmware_registers.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,14 +25,6 @@
#ifndef __CME_FIRMWARE_REGISTERS_H__
#define __CME_FIRMWARE_REGISTERS_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file cme_firmware_registers.h
/// \brief C register structs for the CME unit
diff --git a/src/include/registers/cme_register_addresses.h b/src/include/registers/cme_register_addresses.h
index aa69886..de64e59 100644
--- a/src/include/registers/cme_register_addresses.h
+++ b/src/include/registers/cme_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,14 +25,6 @@
#ifndef __CME_REGISTER_ADDRESSES_H__
#define __CME_REGISTER_ADDRESSES_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file cme_register_addresses.h
/// \brief Symbolic addresses for the CME unit
diff --git a/src/include/registers/cppm_firmware_registers.h b/src/include/registers/cppm_firmware_registers.h
index 9b224a8..67078c9 100644
--- a/src/include/registers/cppm_firmware_registers.h
+++ b/src/include/registers/cppm_firmware_registers.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,14 +25,6 @@
#ifndef __CPPM_FIRMWARE_REGISTERS_H__
#define __CPPM_FIRMWARE_REGISTERS_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file cppm_firmware_registers.h
/// \brief C register structs for the CPPM unit
diff --git a/src/include/registers/cppm_register_addresses.h b/src/include/registers/cppm_register_addresses.h
index 1497792..5c4ca74 100644
--- a/src/include/registers/cppm_register_addresses.h
+++ b/src/include/registers/cppm_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,14 +25,6 @@
#ifndef __CPPM_REGISTER_ADDRESSES_H__
#define __CPPM_REGISTER_ADDRESSES_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file cppm_register_addresses.h
/// \brief Symbolic addresses for the CPPM unit
diff --git a/src/include/registers/gpe_firmware_registers.h b/src/include/registers/gpe_firmware_registers.h
index a8a8d82..c6b14e7 100644
--- a/src/include/registers/gpe_firmware_registers.h
+++ b/src/include/registers/gpe_firmware_registers.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,14 +25,6 @@
#ifndef __GPE_FIRMWARE_REGISTERS_H__
#define __GPE_FIRMWARE_REGISTERS_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file gpe_firmware_registers.h
/// \brief C register structs for the GPE unit
diff --git a/src/include/registers/gpe_register_addresses.h b/src/include/registers/gpe_register_addresses.h
index 7221692..87f335c 100644
--- a/src/include/registers/gpe_register_addresses.h
+++ b/src/include/registers/gpe_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,14 +25,6 @@
#ifndef __GPE_REGISTER_ADDRESSES_H__
#define __GPE_REGISTER_ADDRESSES_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file gpe_register_addresses.h
/// \brief Symbolic addresses for the GPE unit
diff --git a/src/include/registers/ocb_firmware_registers.h b/src/include/registers/ocb_firmware_registers.h
index 3e93668..5b6705a 100644
--- a/src/include/registers/ocb_firmware_registers.h
+++ b/src/include/registers/ocb_firmware_registers.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,14 +25,6 @@
#ifndef __OCB_FIRMWARE_REGISTERS_H__
#define __OCB_FIRMWARE_REGISTERS_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ocb_firmware_registers.h
/// \brief C register structs for the OCB unit
diff --git a/src/include/registers/ocb_register_addresses.h b/src/include/registers/ocb_register_addresses.h
index 8fc1025..1b0157d 100644
--- a/src/include/registers/ocb_register_addresses.h
+++ b/src/include/registers/ocb_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,14 +25,6 @@
#ifndef __OCB_REGISTER_ADDRESSES_H__
#define __OCB_REGISTER_ADDRESSES_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ocb_register_addresses.h
/// \brief Symbolic addresses for the OCB unit
diff --git a/src/include/registers/pba_firmware_constants.h b/src/include/registers/pba_firmware_constants.h
index d4b66fb..0fa6e19 100644
--- a/src/include/registers/pba_firmware_constants.h
+++ b/src/include/registers/pba_firmware_constants.h
@@ -1,3 +1,28 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/registers/pba_firmware_constants.h $ */
+/* */
+/* 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 */
+
#define PBA_BARN_CMD_SCOPE_MASK SIXTYFOUR_BIT_CONSTANT(0xe000000000000000)
#define PBA_BARN_ADDR_MASK SIXTYFOUR_BIT_CONSTANT(0x0003fffffff00000)
#define PBA_BARMSKN_MASK_MASK SIXTYFOUR_BIT_CONSTANT(0x000001fffff00000)
diff --git a/src/include/registers/pba_firmware_registers.h b/src/include/registers/pba_firmware_registers.h
index 96e0b63..3183479 100644
--- a/src/include/registers/pba_firmware_registers.h
+++ b/src/include/registers/pba_firmware_registers.h
@@ -1,14 +1,31 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/registers/pba_firmware_registers.h $ */
+/* */
+/* 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 */
+
#ifndef __PBA_FIRMWARE_REGISTERS_H__
#define __PBA_FIRMWARE_REGISTERS_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file pba_firmware_registers.h
/// \brief C register structs for the PBA unit
diff --git a/src/include/registers/pba_register_addresses.h b/src/include/registers/pba_register_addresses.h
index 064062e..10db791 100644
--- a/src/include/registers/pba_register_addresses.h
+++ b/src/include/registers/pba_register_addresses.h
@@ -1,14 +1,31 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/registers/pba_register_addresses.h $ */
+/* */
+/* 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 */
+
#ifndef __PBA_REGISTER_ADDRESSES_H__
#define __PBA_REGISTER_ADDRESSES_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file pba_register_addresses.h
/// \brief Symbolic addresses for the PBA unit
diff --git a/src/include/registers/pmc_firmware_registers.h b/src/include/registers/pmc_firmware_registers.h
index e82ae08..13dfe15 100644
--- a/src/include/registers/pmc_firmware_registers.h
+++ b/src/include/registers/pmc_firmware_registers.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,14 +25,6 @@
#ifndef __PMC_FIRMWARE_REGISTERS_H__
#define __PMC_FIRMWARE_REGISTERS_H__
-// $Id: pmc_firmware_registers.h,v 1.1.1.1 2013/12/11 21:03:25 bcbrock Exp $
-// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ssx/pgp/registers/pmc_firmware_registers.h,v $
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2013
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file pmc_firmware_registers.h
/// \brief C register structs for the PMC unit
diff --git a/src/include/registers/pmc_register_addresses.h b/src/include/registers/pmc_register_addresses.h
index 4e98c85..0184453 100644
--- a/src/include/registers/pmc_register_addresses.h
+++ b/src/include/registers/pmc_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,14 +25,6 @@
#ifndef __PMC_REGISTER_ADDRESSES_H__
#define __PMC_REGISTER_ADDRESSES_H__
-// $Id: pmc_register_addresses.h,v 1.1.1.1 2013/12/11 21:03:23 bcbrock Exp $
-// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ssx/pgp/registers/pmc_register_addresses.h,v $
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2013
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file pmc_register_addresses.h
/// \brief Symbolic addresses for the PMC unit
diff --git a/src/include/registers/ppm_firmware_registers.h b/src/include/registers/ppm_firmware_registers.h
index 782e9ac..89d1819 100644
--- a/src/include/registers/ppm_firmware_registers.h
+++ b/src/include/registers/ppm_firmware_registers.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,14 +25,6 @@
#ifndef __PPM_FIRMWARE_REGISTERS_H__
#define __PPM_FIRMWARE_REGISTERS_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ppm_firmware_registers.h
/// \brief C register structs for the PPM unit
diff --git a/src/include/registers/ppm_register_addresses.h b/src/include/registers/ppm_register_addresses.h
index 130feeb..8b84df5 100644
--- a/src/include/registers/ppm_register_addresses.h
+++ b/src/include/registers/ppm_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,14 +25,6 @@
#ifndef __PPM_REGISTER_ADDRESSES_H__
#define __PPM_REGISTER_ADDRESSES_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ppm_register_addresses.h
/// \brief Symbolic addresses for the PPM unit
diff --git a/src/include/registers/qppm_firmware_registers.h b/src/include/registers/qppm_firmware_registers.h
index 13053a4..9f8d853 100644
--- a/src/include/registers/qppm_firmware_registers.h
+++ b/src/include/registers/qppm_firmware_registers.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,14 +25,6 @@
#ifndef __QPPM_FIRMWARE_REGISTERS_H__
#define __QPPM_FIRMWARE_REGISTERS_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file qppm_firmware_registers.h
/// \brief C register structs for the QPPM unit
diff --git a/src/include/registers/qppm_register_addresses.h b/src/include/registers/qppm_register_addresses.h
index afceea5..99eb68e 100644
--- a/src/include/registers/qppm_register_addresses.h
+++ b/src/include/registers/qppm_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,14 +25,6 @@
#ifndef __QPPM_REGISTER_ADDRESSES_H__
#define __QPPM_REGISTER_ADDRESSES_H__
-// $Id$
-// $Source$
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file qppm_register_addresses.h
/// \brief Symbolic addresses for the QPPM unit
diff --git a/src/include/registers/sramctl_firmware_registers.h b/src/include/registers/sramctl_firmware_registers.h
index dd0d34f..741efbb 100644
--- a/src/include/registers/sramctl_firmware_registers.h
+++ b/src/include/registers/sramctl_firmware_registers.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,14 +25,6 @@
#ifndef __SRAMCTL_FIRMWARE_REGISTERS_H__
#define __SRAMCTL_FIRMWARE_REGISTERS_H__
-// $Id: sramctl_firmware_registers.h,v 1.1.1.1 2013/12/11 21:03:24 bcbrock Exp $
-// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ssx/pgp/registers/sramctl_firmware_registers.h,v $
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2013
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file sramctl_firmware_registers.h
/// \brief C register structs for the SRAMCTL unit
diff --git a/src/include/registers/sramctl_register_addresses.h b/src/include/registers/sramctl_register_addresses.h
index a45e203..f4a298e 100644
--- a/src/include/registers/sramctl_register_addresses.h
+++ b/src/include/registers/sramctl_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,14 +25,6 @@
#ifndef __SRAMCTL_REGISTER_ADDRESSES_H__
#define __SRAMCTL_REGISTER_ADDRESSES_H__
-// $Id: sramctl_register_addresses.h,v 1.1.1.1 2013/12/11 21:03:23 bcbrock Exp $
-// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ssx/pgp/registers/sramctl_register_addresses.h,v $
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2013
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file sramctl_register_addresses.h
/// \brief Symbolic addresses for the SRAMCTL unit
diff --git a/src/include/registers/tpc_firmware_registers.h b/src/include/registers/tpc_firmware_registers.h
index 1a51ee5..c0651f6 100644
--- a/src/include/registers/tpc_firmware_registers.h
+++ b/src/include/registers/tpc_firmware_registers.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,14 +25,6 @@
#ifndef __TPC_FIRMWARE_REGISTERS_H__
#define __TPC_FIRMWARE_REGISTERS_H__
-// $Id: tpc_firmware_registers.h,v 1.1.1.1 2013/12/11 21:03:25 bcbrock Exp $
-// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ssx/pgp/registers/tpc_firmware_registers.h,v $
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2013
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file tpc_firmware_registers.h
/// \brief C register structs for the TPC unit
diff --git a/src/include/registers/tpc_register_addresses.h b/src/include/registers/tpc_register_addresses.h
index b5d2d07..2e36e95 100644
--- a/src/include/registers/tpc_register_addresses.h
+++ b/src/include/registers/tpc_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,14 +25,6 @@
#ifndef __TPC_REGISTER_ADDRESSES_H__
#define __TPC_REGISTER_ADDRESSES_H__
-// $Id: tpc_register_addresses.h,v 1.1.1.1 2013/12/11 21:03:24 bcbrock Exp $
-// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ssx/pgp/registers/tpc_register_addresses.h,v $
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2013
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file tpc_register_addresses.h
/// \brief Symbolic addresses for the TPC unit
OpenPOWER on IntegriCloud