linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Update xmon disassembly
@ 2017-02-02  5:03 Balbir Singh
  2017-02-02  5:03 ` [PATCH 1/3] powerpc/xmon Update ppc-dis/opc.c and ppc.h Balbir Singh
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Balbir Singh @ 2017-02-02  5:03 UTC (permalink / raw)
  To: mpe, linuxppc-dev; +Cc: Balbir Singh, Peter Bergner, Paul E. McKenney

This series updates xmon to allow disassembly of
upto POWER9 instructions. 

With a lot of help from Peter Bergner and help
from Paul Mckenney I was able to get help in relicensing
the new binutils ppc-opc.c/ppc-dis.c and ppc.h to
GPLv2. The details of the commits are in patch 2 in the
series. The authors of the various commits have generously
allowed their commits to be relicensed under GPLv2.

The first patch updates the files in xmon to latest GPLv2
version.  The second patch are commits relicensed as GPLv2
The third patch makes modifications necessary to integration
with xmon

This series is not git-bisect friendly, the first two patches
will not compile, but are split for ease of understanding
and better understanding of how we got to patch 3. In addition
the CodingStyle followed in these files is not the Linux
CodingStyle, so scripts like checkpatch do not warm up
to the series nicely.

Cc: Peter Bergner <bergner@vnet.ibm.com>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>

NOTE: This is an internal posting at the moment for review
and criticism.

Balbir Singh (3):
  powerpc/xmon Update ppc-dis/opc.c and ppc.h
  powerpc/xmon: Apply binutils changes to upgrade disassembly
  powerpc/xmon: Enable disassembly files (compilation changes)

 arch/powerpc/xmon/ppc-dis.c |  260 +-
 arch/powerpc/xmon/ppc-opc.c | 8999 +++++++++++++++++++++++++++----------------
 arch/powerpc/xmon/ppc.h     |  268 +-
 3 files changed, 6030 insertions(+), 3497 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-02-16  5:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-02  5:03 [PATCH 0/3] Update xmon disassembly Balbir Singh
2017-02-02  5:03 ` [PATCH 1/3] powerpc/xmon Update ppc-dis/opc.c and ppc.h Balbir Singh
2017-02-02  8:44   ` kbuild test robot
2017-02-16  5:59   ` [1/3] " Michael Ellerman
2017-02-02  5:03 ` [PATCH 2/3] powerpc/xmon: Apply binutils changes to upgrade disassembly Balbir Singh
2017-02-02  8:16   ` kbuild test robot
2017-02-08 10:55     ` Balbir Singh
2017-02-08 11:27       ` Michael Ellerman
2017-02-02  5:03 ` [PATCH 3/3] powerpc/xmon: Enable disassembly files (compilation changes) Balbir Singh
2017-02-02  5:09 ` [PATCH 0/3] Update xmon disassembly Balbir Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).