* [PATCH edk2-platforms 1/1] Platform/RaspberryPi/RPi4: drop Cortex-A53 erratum workaround
@ 2020-05-06 9:56 Ard Biesheuvel
2020-05-06 10:14 ` Leif Lindholm
0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2020-05-06 9:56 UTC (permalink / raw)
To: devel; +Cc: leif, pete, andrey.warkentin, Ard Biesheuvel
The Raspberry Pi4 uses Cortex-A72 cores so it has no need for the
Cortex-A53 ADRP erratum workaround.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
---
Platform/RaspberryPi/RPi4/RPi4.dsc | 1 -
1 file changed, 1 deletion(-)
diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
index a112174c5303..0d54fa477ca2 100644
--- a/Platform/RaspberryPi/RPi4/RPi4.dsc
+++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
@@ -242,7 +242,6 @@ [BuildOptions]
GCC:*_*_*_ASLPP_FLAGS = -DRPI_MODEL=4
GCC:*_*_*_ASLCC_FLAGS = -DRPI_MODEL=4
GCC:*_*_*_VFRPP_FLAGS = -DRPI_MODEL=4
- GCC:*_*_AARCH64_DLINK_FLAGS = -Wl,--fix-cortex-a53-843419
GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -DNDEBUG
[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH edk2-platforms 1/1] Platform/RaspberryPi/RPi4: drop Cortex-A53 erratum workaround
2020-05-06 9:56 [PATCH edk2-platforms 1/1] Platform/RaspberryPi/RPi4: drop Cortex-A53 erratum workaround Ard Biesheuvel
@ 2020-05-06 10:14 ` Leif Lindholm
2020-05-06 12:41 ` Ard Biesheuvel
0 siblings, 1 reply; 3+ messages in thread
From: Leif Lindholm @ 2020-05-06 10:14 UTC (permalink / raw)
To: Ard Biesheuvel; +Cc: devel, pete, andrey.warkentin
On Wed, May 06, 2020 at 11:56:14 +0200, Ard Biesheuvel wrote:
> The Raspberry Pi4 uses Cortex-A72 cores so it has no need for the
> Cortex-A53 ADRP erratum workaround.
>
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
> ---
> Platform/RaspberryPi/RPi4/RPi4.dsc | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
> index a112174c5303..0d54fa477ca2 100644
> --- a/Platform/RaspberryPi/RPi4/RPi4.dsc
> +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
> @@ -242,7 +242,6 @@ [BuildOptions]
> GCC:*_*_*_ASLPP_FLAGS = -DRPI_MODEL=4
> GCC:*_*_*_ASLCC_FLAGS = -DRPI_MODEL=4
> GCC:*_*_*_VFRPP_FLAGS = -DRPI_MODEL=4
> - GCC:*_*_AARCH64_DLINK_FLAGS = -Wl,--fix-cortex-a53-843419
> GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -DNDEBUG
>
> [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH edk2-platforms 1/1] Platform/RaspberryPi/RPi4: drop Cortex-A53 erratum workaround
2020-05-06 10:14 ` Leif Lindholm
@ 2020-05-06 12:41 ` Ard Biesheuvel
0 siblings, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2020-05-06 12:41 UTC (permalink / raw)
To: Leif Lindholm; +Cc: devel, pete, andrey.warkentin
On 5/6/20 12:14 PM, Leif Lindholm wrote:
> On Wed, May 06, 2020 at 11:56:14 +0200, Ard Biesheuvel wrote:
>> The Raspberry Pi4 uses Cortex-A72 cores so it has no need for the
>> Cortex-A53 ADRP erratum workaround.
>>
>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
>
> Reviewed-by: Leif Lindholm <leif@nuviainc.com>
>
Thanks
Pushed as 35a5402a718f..66d1b02429fa
>> ---
>> Platform/RaspberryPi/RPi4/RPi4.dsc | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
>> index a112174c5303..0d54fa477ca2 100644
>> --- a/Platform/RaspberryPi/RPi4/RPi4.dsc
>> +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
>> @@ -242,7 +242,6 @@ [BuildOptions]
>> GCC:*_*_*_ASLPP_FLAGS = -DRPI_MODEL=4
>> GCC:*_*_*_ASLCC_FLAGS = -DRPI_MODEL=4
>> GCC:*_*_*_VFRPP_FLAGS = -DRPI_MODEL=4
>> - GCC:*_*_AARCH64_DLINK_FLAGS = -Wl,--fix-cortex-a53-843419
>> GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -DNDEBUG
>>
>> [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
>> --
>> 2.17.1
>>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-06 12:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-06 9:56 [PATCH edk2-platforms 1/1] Platform/RaspberryPi/RPi4: drop Cortex-A53 erratum workaround Ard Biesheuvel
2020-05-06 10:14 ` Leif Lindholm
2020-05-06 12:41 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox