Re: [PATCH] sparc: Add workaround for GRLIB-TN-0011

2021-11-23 Thread Sebastian Huber
On 23/11/2021 18:13, Joel Sherrill wrote: On Tue, Nov 23, 2021 at 9:34 AM Sebastian Huber wrote: Affected components are the GR712RC, UT699, UT699E, UT700, and LEON3FT-RTAX. Strictly, the workaround is only necessary if the MMU is enabled. Use __FIX_LEON3FT_B2BST to enable the workaround. T

Re: [PATCH] sparc: Add workaround for GRLIB-TN-0011

2021-11-23 Thread Joel Sherrill
On Tue, Nov 23, 2021 at 9:34 AM Sebastian Huber wrote: > > Affected components are the GR712RC, UT699, UT699E, UT700, and > LEON3FT-RTAX. Strictly, the workaround is only necessary if the MMU is > enabled. Use __FIX_LEON3FT_B2BST to enable the workaround. This is not > 100% appropriate, but the

[PATCH] sparc: Add workaround for GRLIB-TN-0011

2021-11-23 Thread Sebastian Huber
Affected components are the GR712RC, UT699, UT699E, UT700, and LEON3FT-RTAX. Strictly, the workaround is only necessary if the MMU is enabled. Use __FIX_LEON3FT_B2BST to enable the workaround. This is not 100% appropriate, but the best thing we can use to enable the workaround. Close #4551. ---