public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][wwwdocs] Add Cortex-A53 erratum workaround note to AArch64 changes for 4.8
@ 2014-11-14 15:23 Kyrill Tkachov
  2014-11-14 15:37 ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Kyrill Tkachov @ 2014-11-14 15:23 UTC (permalink / raw)
  To: GCC Patches, gerald

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

Hi all,

Considering that the erratum workaround option was backported to 4.8, I 
assume we'll need an item for that
in the changes.html for that branch?

The text is the same as in the trunk version that I committed recently.

Ok?
Thanks,
Kyrill

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: www-docs-a53-4.8.patch --]
[-- Type: text/x-patch; name=www-docs-a53-4.8.patch, Size: 912 bytes --]

Index: htdocs/gcc-4.8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.128
diff -U 3 -r1.128 changes.html
--- htdocs/gcc-4.8/changes.html	31 Aug 2014 15:15:57 -0000	1.128
+++ htdocs/gcc-4.8/changes.html	14 Nov 2014 10:56:36 -0000
@@ -464,6 +464,11 @@
   <li> The port provides initial support for the Cortex-A53 and the
     Cortex-A57 processors with the command line options
     <code>-mcpu=cortex-a53</code> and <code>-mcpu=cortex-a57</code>.</li>
+  <li> A workaround for the ARM Cortex-A53 erratum 835769 has been
+    added and can be enabled by giving the
+    <code>-mfix-cortex-a53-835769</code> option.
+    Alternatively it can be enabled by default by configuring GCC with the
+    <code>--enable-fix-cortex-a53-835769</code> option.</li>
 </ul>
 
 <h3 id="arm">ARM</h3>

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

* Re: [PATCH][wwwdocs] Add Cortex-A53 erratum workaround note to AArch64 changes for 4.8
  2014-11-14 15:23 [PATCH][wwwdocs] Add Cortex-A53 erratum workaround note to AArch64 changes for 4.8 Kyrill Tkachov
@ 2014-11-14 15:37 ` Gerald Pfeifer
  2014-11-17 12:04   ` Kyrill Tkachov
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2014-11-14 15:37 UTC (permalink / raw)
  To: Kyrill Tkachov; +Cc: GCC Patches

On Friday 2014-11-14 15:06, Kyrill Tkachov wrote:
> Considering that the erratum workaround option was backported to 4.8, 
> I assume we'll need an item for that in the changes.html for that 
> branch?

Good point.

Yes.  It will be good note note which minor release is the first
with this fix, though.

Gerald

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

* Re: [PATCH][wwwdocs] Add Cortex-A53 erratum workaround note to AArch64 changes for 4.8
  2014-11-14 15:37 ` Gerald Pfeifer
@ 2014-11-17 12:04   ` Kyrill Tkachov
  2014-11-21 16:31     ` Marcus Shawcroft
  0 siblings, 1 reply; 4+ messages in thread
From: Kyrill Tkachov @ 2014-11-17 12:04 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: GCC Patches

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


On 14/11/14 15:31, Gerald Pfeifer wrote:
> On Friday 2014-11-14 15:06, Kyrill Tkachov wrote:
>> Considering that the erratum workaround option was backported to 4.8,
>> I assume we'll need an item for that in the changes.html for that
>> branch?
> Good point.
>
> Yes.  It will be good note note which minor release is the first
> with this fix, though.

Makes sense. Here are the changes for the 4.9 and 4.8 changes.html pages.

Ok?

Thanks,
Kyrill

>
> Gerald
>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: www-docs-a53-4.8.patch --]
[-- Type: text/x-patch; name=www-docs-a53-4.8.patch, Size: 936 bytes --]

Index: htdocs/gcc-4.8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.128
diff -U 3 -r1.128 changes.html
--- htdocs/gcc-4.8/changes.html	31 Aug 2014 15:15:57 -0000	1.128
+++ htdocs/gcc-4.8/changes.html	14 Nov 2014 15:37:33 -0000
@@ -464,6 +464,11 @@
   <li> The port provides initial support for the Cortex-A53 and the
     Cortex-A57 processors with the command line options
     <code>-mcpu=cortex-a53</code> and <code>-mcpu=cortex-a57</code>.</li>
+  <li> Starting with GCC 4.8.4 a workaround for the ARM Cortex-A53
+    erratum 835769 has been added and can be enabled by giving the
+    <code>-mfix-cortex-a53-835769</code> option.
+    Alternatively it can be enabled by default by configuring GCC with the
+    <code>--enable-fix-cortex-a53-835769</code> option.</li>
 </ul>
 
 <h3 id="arm">ARM</h3>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: www-docs-a53-49.patch --]
[-- Type: text/x-patch; name=www-docs-a53-49.patch, Size: 912 bytes --]

Index: htdocs/gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.81
diff -U 3 -r1.81 changes.html
--- htdocs/gcc-4.9/changes.html	30 Oct 2014 08:18:36 -0000	1.81
+++ htdocs/gcc-4.9/changes.html	14 Nov 2014 15:37:19 -0000
@@ -507,6 +507,12 @@
      <li> A number of structural changes have been made to both the ARM
        and AArch64 backends to facilitate improved code-generation.
      </li>
+     <li> Starting with GCC 4.9.2 a workaround for the ARM Cortex-A53 erratum
+       835769 has been added and can be enabled by giving the
+       <code>-mfix-cortex-a53-835769</code> option.
+       Alternatively it can be enabled by default by configuring GCC with the
+       <code>--enable-fix-cortex-a53-835769</code> option.
+     </li>
    </ul>
 
 <h3 id="arc">ARC</h3>

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

* Re: [PATCH][wwwdocs] Add Cortex-A53 erratum workaround note to AArch64 changes for 4.8
  2014-11-17 12:04   ` Kyrill Tkachov
@ 2014-11-21 16:31     ` Marcus Shawcroft
  0 siblings, 0 replies; 4+ messages in thread
From: Marcus Shawcroft @ 2014-11-21 16:31 UTC (permalink / raw)
  To: Kyrill Tkachov; +Cc: Gerald Pfeifer, GCC Patches

On 17 November 2014 11:42, Kyrill Tkachov <kyrylo.tkachov@arm.com> wrote:

> Makes sense. Here are the changes for the 4.9 and 4.8 changes.html pages.
>
> Ok?


This looks ok to me, I'd suggest changing...

+  <li> Starting with GCC 4.8.4 a workaround for the ARM Cortex-A53

to

+ <li> As of GCC 4.8.4 ....

OK with that change.
/Marcus

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

end of thread, other threads:[~2014-11-21 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-14 15:23 [PATCH][wwwdocs] Add Cortex-A53 erratum workaround note to AArch64 changes for 4.8 Kyrill Tkachov
2014-11-14 15:37 ` Gerald Pfeifer
2014-11-17 12:04   ` Kyrill Tkachov
2014-11-21 16:31     ` Marcus Shawcroft

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