public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 2/2] arm: Add support for Neoverse V1 CPU
@ 2020-09-22 14:01 Alex Coplan
  2020-09-24 13:34 ` Nick Clifton
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Coplan @ 2020-09-22 14:01 UTC (permalink / raw)
  To: binutils; +Cc: Richard Earnshaw

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

This patch adds support for Arm's Neoverse V1 CPU to AArch32 binutils.

Testing:
 * Regression tested on arm-none-eabi.

OK for master?

Thanks,
Alex

---

gas/ChangeLog:

2020-09-22  Alex Coplan  <alex.coplan@arm.com>

	* config/tc-arm.c (arm_cpus): Add Neoverse V1.
	* doc/c-arm.texi: Document Neoverse V1 support.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 955 bytes --]

diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index 5877847c3b9..ff9072795b1 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -31622,6 +31622,11 @@ static const struct arm_cpu_option_table arm_cpus[] =
 	       ARM_FEATURE_CORE_HIGH (ARM_EXT2_CRC),
 	       FPU_ARCH_CRYPTO_NEON_VFP_ARMV8),
 
+  /* Arm Neoverse V1.  */
+  ARM_CPU_OPT ("neoverse-v1", "Neoverse V1", ARM_ARCH_V8_4A,
+	       ARM_FEATURE_CORE_HIGH (ARM_EXT2_BF16 | ARM_EXT2_I8MM),
+	       FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_4),
+
   { NULL, 0, ARM_ARCH_NONE, ARM_ARCH_NONE, ARM_ARCH_NONE, NULL }
 };
 #undef ARM_CPU_OPT
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 91803605775..dde3ff75c80 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -151,6 +151,7 @@ recognized:
 @code{marvell-pj4},
 @code{marvell-whitney},
 @code{neoverse-n1},
+@code{neoverse-v1},
 @code{xgene1},
 @code{xgene2},
 @code{ep9312} (ARM920 with Cirrus Maverick coprocessor),

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

* Re: [PATCH 2/2] arm: Add support for Neoverse V1 CPU
  2020-09-22 14:01 [PATCH 2/2] arm: Add support for Neoverse V1 CPU Alex Coplan
@ 2020-09-24 13:34 ` Nick Clifton
  2020-09-24 14:52   ` Alex Coplan
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Clifton @ 2020-09-24 13:34 UTC (permalink / raw)
  To: Alex Coplan, binutils; +Cc: Richard Earnshaw

Hi Alex,

> gas/ChangeLog:
> 
> 2020-09-22  Alex Coplan  <alex.coplan@arm.com>
> 
> 	* config/tc-arm.c (arm_cpus): Add Neoverse V1.
> 	* doc/c-arm.texi: Document Neoverse V1 support.

Approved - please apply.

Cheers
  Nick



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

* Re: [PATCH 2/2] arm: Add support for Neoverse V1 CPU
  2020-09-24 13:34 ` Nick Clifton
@ 2020-09-24 14:52   ` Alex Coplan
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Coplan @ 2020-09-24 14:52 UTC (permalink / raw)
  To: Nick Clifton; +Cc: binutils, Richard Earnshaw

Hi Nick,

On 24/09/2020 14:34, Nick Clifton wrote:
> Hi Alex,
> 
> > gas/ChangeLog:
> > 
> > 2020-09-22  Alex Coplan  <alex.coplan@arm.com>
> > 
> > 	* config/tc-arm.c (arm_cpus): Add Neoverse V1.
> > 	* doc/c-arm.texi: Document Neoverse V1 support.
> 
> Approved - please apply.

Pushed with one obvious change: grouping the Neoverse cores together in
the list.

> 
> Cheers
>   Nick

Thanks,
Alex

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

end of thread, other threads:[~2020-09-24 14:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 14:01 [PATCH 2/2] arm: Add support for Neoverse V1 CPU Alex Coplan
2020-09-24 13:34 ` Nick Clifton
2020-09-24 14:52   ` Alex Coplan

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).