public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add support for the MIPS P5600 family of CPUs
       [not found] <0DA23CC379F5F945ACB41CF394B9827753FD7D@LEMAIL01.le.imgtec.org>
@ 2014-04-08 14:36 ` Andrew Bennett
  2014-04-09 19:15   ` Richard Sandiford
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Bennett @ 2014-04-08 14:36 UTC (permalink / raw)
  To: binutils

Hi,

This patch adds support for the MIPS P5600 family of CPUs.  The P5600 cores
support the MIPS32r5 ISA along with the EVA and Virtualization ASEs as standard.
They also optionally support the MSA ASE.  For more information please refer to
the following URL:

http://www.imgtec.com/mips/mips-series5-p5600.asp


The patch and ChangeLog entry are shown below.

Ok to commit?

Many thanks,


Andrew

Andrew Bennett
Software Design Engineer, MIPS Processor IP
Imagination Technologies Limited
t: +44 (0)113 2429814
www.imgtec.com



2014-04-08  Andrew Bennett  <andrew.bennett@imgtec.com>

	* config/tc-mips.c (mips_cpu_info_table): Add P5600
	configuation.
	* doc/c-mips.texi: Document p5600.



diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 318b0b5..47de8d3 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -17902,6 +17902,8 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
   { "1004kf2_1",      0, ASE_DSP | ASE_MT,	ISA_MIPS32R2, CPU_MIPS32R2 },
   { "1004kf",         0, ASE_DSP | ASE_MT,	ISA_MIPS32R2, CPU_MIPS32R2 },
   { "1004kf1_1",      0, ASE_DSP | ASE_MT,	ISA_MIPS32R2, CPU_MIPS32R2 },
+  /* P5600 with EVA and Virtualization ASEs, other ASEs are optional.  */
+  { "p5600",          0, ASE_VIRT | ASE_EVA, 	ISA_MIPS32R2, CPU_MIPS32R2 },
 
   /* MIPS 64 */
   { "5kc",            0, 0,			ISA_MIPS64,   CPU_MIPS64 },
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi
index 184915e..3778ae2 100644
--- a/gas/doc/c-mips.texi
+++ b/gas/doc/c-mips.texi
@@ -337,6 +337,7 @@ m14kec,
 1004kf2_1,
 1004kf,
 1004kf1_1,
+p5600,
 5kc,
 5kf,
 20kc,

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

* Re: [PATCH] Add support for the MIPS P5600 family of CPUs
  2014-04-08 14:36 ` [PATCH] Add support for the MIPS P5600 family of CPUs Andrew Bennett
@ 2014-04-09 19:15   ` Richard Sandiford
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Sandiford @ 2014-04-09 19:15 UTC (permalink / raw)
  To: Andrew Bennett; +Cc: binutils

Andrew Bennett <Andrew.Bennett@imgtec.com> writes:
> 2014-04-08  Andrew Bennett  <andrew.bennett@imgtec.com>
>
> 	* config/tc-mips.c (mips_cpu_info_table): Add P5600
> 	configuation.
> 	* doc/c-mips.texi: Document p5600.

OK, thanks.

Richard

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

end of thread, other threads:[~2014-04-09 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <0DA23CC379F5F945ACB41CF394B9827753FD7D@LEMAIL01.le.imgtec.org>
2014-04-08 14:36 ` [PATCH] Add support for the MIPS P5600 family of CPUs Andrew Bennett
2014-04-09 19:15   ` Richard Sandiford

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 read-only IMAP folder(s) and NNTP newsgroup(s).