Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16647

Change subject: arch-power: Update authors and copyright information
......................................................................

arch-power: Update authors and copyright information

This adds a new author and updates the copyright information
for the files where non-trivial changes were made.

Change-Id: Ib31b79f36e599bd1eb9f61e1f6ee33968ccb91a6
Signed-off-by: Sandipan Das <[email protected]>
---
M src/arch/power/insts/branch.cc
M src/arch/power/insts/branch.hh
M src/arch/power/insts/integer.cc
M src/arch/power/insts/integer.hh
M src/arch/power/insts/mem.cc
M src/arch/power/insts/mem.hh
M src/arch/power/isa.hh
M src/arch/power/isa/bitfields.isa
M src/arch/power/isa/decoder.isa
M src/arch/power/isa/formats/branch.isa
M src/arch/power/isa/formats/mem.isa
M src/arch/power/isa/formats/util.isa
M src/arch/power/isa/operands.isa
M src/arch/power/remote_gdb.cc
M src/arch/power/remote_gdb.hh
M src/arch/power/types.hh
16 files changed, 32 insertions(+), 0 deletions(-)



diff --git a/src/arch/power/insts/branch.cc b/src/arch/power/insts/branch.cc
index 8bcf92b..2cba7c0 100644
--- a/src/arch/power/insts/branch.cc
+++ b/src/arch/power/insts/branch.cc
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2009 The University of Edinburgh
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,6 +27,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Timothy M. Jones
+ *          Sandipan Das
  */

 #include "arch/power/insts/branch.hh"
diff --git a/src/arch/power/insts/branch.hh b/src/arch/power/insts/branch.hh
index 428f4f2..0ed11d0 100644
--- a/src/arch/power/insts/branch.hh
+++ b/src/arch/power/insts/branch.hh
@@ -1,5 +1,6 @@
 /* Copyright (c) 2007-2008 The Florida State University
  * Copyright (c) 2009 The University of Edinburgh
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,6 +27,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Timothy M. Jones
+ *          Sandipan Das
  */

 #ifndef __ARCH_POWER_INSTS_BRANCH_HH__
diff --git a/src/arch/power/insts/integer.cc b/src/arch/power/insts/integer.cc
index 1c85a41..e60cbb5 100644
--- a/src/arch/power/insts/integer.cc
+++ b/src/arch/power/insts/integer.cc
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2009 The University of Edinburgh
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,6 +27,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Timothy M. Jones
+ *          Sandipan Das
  */

 #include "arch/power/insts/integer.hh"
diff --git a/src/arch/power/insts/integer.hh b/src/arch/power/insts/integer.hh
index 6e5c854..b6618a9 100644
--- a/src/arch/power/insts/integer.hh
+++ b/src/arch/power/insts/integer.hh
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2009 The University of Edinburgh
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,6 +27,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Timothy M. Jones
+ *          Sandipan Das
  */

 #ifndef __ARCH_POWER_INSTS_INTEGER_HH__
diff --git a/src/arch/power/insts/mem.cc b/src/arch/power/insts/mem.cc
index 85a5aee..ffdb3a3 100644
--- a/src/arch/power/insts/mem.cc
+++ b/src/arch/power/insts/mem.cc
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2009 The University of Edinburgh
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,6 +27,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Timothy M. Jones
+ *          Sandipan Das
  */

 #include "arch/power/insts/mem.hh"
diff --git a/src/arch/power/insts/mem.hh b/src/arch/power/insts/mem.hh
index ad2c23f..956eaf4 100644
--- a/src/arch/power/insts/mem.hh
+++ b/src/arch/power/insts/mem.hh
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2009 The University of Edinburgh
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,6 +27,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Timothy M. Jones
+ *          Sandipan Das
  */

 #ifndef __ARCH_POWER_MEM_HH__
diff --git a/src/arch/power/isa.hh b/src/arch/power/isa.hh
index bb3e6f8..1a7ba3e 100644
--- a/src/arch/power/isa.hh
+++ b/src/arch/power/isa.hh
@@ -1,6 +1,7 @@
 /*
  * Copyright (c) 2009 The Regents of The University of Michigan
  * Copyright (c) 2009 The University of Edinburgh
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -28,6 +29,7 @@
  *
  * Authors: Gabe Black
  *          Timothy M. Jones
+ *          Sandipan Das
  */

 #ifndef __ARCH_POWER_ISA_HH__
diff --git a/src/arch/power/isa/bitfields.isa b/src/arch/power/isa/bitfields.isa
index 0b5f23f..82aab5e 100644
--- a/src/arch/power/isa/bitfields.isa
+++ b/src/arch/power/isa/bitfields.isa
@@ -1,6 +1,7 @@
 // -*- mode:c++ -*-

 // Copyright (c) 2009 The University of Edinburgh
+// Copyright (c) 2019 IBM Corporation
 // All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or without
@@ -27,6 +28,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 //
 // Authors: Timothy M. Jones
+//          Sandipan Das

 ////////////////////////////////////////////////////////////////////
 //
diff --git a/src/arch/power/isa/decoder.isa b/src/arch/power/isa/decoder.isa
index 9945ba4..0dbe35a 100644
--- a/src/arch/power/isa/decoder.isa
+++ b/src/arch/power/isa/decoder.isa
@@ -1,6 +1,7 @@
 // -*- mode:c++ -*-

 // Copyright (c) 2009 The University of Edinburgh
+// Copyright (c) 2019 IBM Corporation
 // All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or without
@@ -27,6 +28,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 //
 // Authors: Timothy M. Jones
+//          Sandipan Das

 ////////////////////////////////////////////////////////////////////
 //
diff --git a/src/arch/power/isa/formats/branch.isa b/src/arch/power/isa/formats/branch.isa
index 9fed4cf..943c45b 100644
--- a/src/arch/power/isa/formats/branch.isa
+++ b/src/arch/power/isa/formats/branch.isa
@@ -1,6 +1,7 @@
 // -*- mode:c++ -*-

 // Copyright (c) 2009 The University of Edinburgh
+// Copyright (c) 2019 IBM Corporation
 // All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or without
@@ -27,6 +28,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 //
 // Authors: Timothy M. Jones
+//          Sandipan Das

 ////////////////////////////////////////////////////////////////////
 //
diff --git a/src/arch/power/isa/formats/mem.isa b/src/arch/power/isa/formats/mem.isa
index eaf7552..36b08a9 100644
--- a/src/arch/power/isa/formats/mem.isa
+++ b/src/arch/power/isa/formats/mem.isa
@@ -1,6 +1,7 @@
 // -*- mode:c++ -*-

 // Copyright (c) 2009 The University of Edinburgh
+// Copyright (c) 2019 IBM Corporation
 // All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or without
@@ -27,6 +28,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 //
 // Authors: Timothy M. Jones
+//          Sandipan Das

 ////////////////////////////////////////////////////////////////////
 //
diff --git a/src/arch/power/isa/formats/util.isa b/src/arch/power/isa/formats/util.isa
index 8fdadee..cc82de2 100644
--- a/src/arch/power/isa/formats/util.isa
+++ b/src/arch/power/isa/formats/util.isa
@@ -2,6 +2,7 @@

 // Copyright (c) 2003-2005 The Regents of The University of Michigan
 // Copyright (c) 2009 The University of Edinburgh
+// Copyright (c) 2019 IBM Corporation
 // All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or without
@@ -30,6 +31,7 @@
 // Authors: Steve Reinhardt
 //          Korey Sewell
 //          Timothy M. Jones
+//          Sandipan Das

 // Some instructions ignore the contents of Ra if Ra == 0,
 // so check for this.
diff --git a/src/arch/power/isa/operands.isa b/src/arch/power/isa/operands.isa
index faab3a9..34a3780 100644
--- a/src/arch/power/isa/operands.isa
+++ b/src/arch/power/isa/operands.isa
@@ -1,6 +1,7 @@
 // -*- mode:c++ -*-

 // Copyright (c) 2009 The University of Edinburgh
+// Copyright (c) 2019 IBM Corporation
 // All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or without
@@ -27,6 +28,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 //
 // Authors: Timothy M. Jones
+//          Sandipan Das

 def operand_types {{
     'sb' : 'int8_t',
diff --git a/src/arch/power/remote_gdb.cc b/src/arch/power/remote_gdb.cc
index f87fcaf..a67203a 100644
--- a/src/arch/power/remote_gdb.cc
+++ b/src/arch/power/remote_gdb.cc
@@ -2,6 +2,7 @@
  * Copyright 2015 LabWare
  * Copyright 2014 Google, Inc.
  * Copyright (c) 2010 ARM Limited
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved
  *
  * The license below extends only to copyright in the software and shall
@@ -43,6 +44,7 @@
  *          William Wang
  *          Deyuan Guo
  *          Boris Shingarov
+ *          Sandipan Das
  */

 /*
diff --git a/src/arch/power/remote_gdb.hh b/src/arch/power/remote_gdb.hh
index 32a3658..2ad8a1b 100644
--- a/src/arch/power/remote_gdb.hh
+++ b/src/arch/power/remote_gdb.hh
@@ -3,6 +3,7 @@
  * Copyright (c) 2002-2005 The Regents of The University of Michigan
  * Copyright (c) 2007-2008 The Florida State University
  * Copyright (c) 2009 The University of Edinburgh
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -32,6 +33,7 @@
  *          Stephen Hines
  *          Timothy M. Jones
  *          Boris Shingarov
+ *          Sandipan Das
  */

 #ifndef __ARCH_POWER_REMOTE_GDB_HH__
diff --git a/src/arch/power/types.hh b/src/arch/power/types.hh
index 7b6078c..0187b9d 100644
--- a/src/arch/power/types.hh
+++ b/src/arch/power/types.hh
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2009 The University of Edinburgh
+ * Copyright (c) 2019 IBM Corporation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,6 +27,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Timothy M. Jones
+ *          Sandipan Das
  */

 #ifndef __ARCH_POWER_TYPES_HH__

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/16647
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ib31b79f36e599bd1eb9f61e1f6ee33968ccb91a6
Gerrit-Change-Number: 16647
Gerrit-PatchSet: 1
Gerrit-Owner: Sandipan Das <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to