From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.5295.1588768924490897948 for ; Wed, 06 May 2020 05:42:04 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 84BC81FB; Wed, 6 May 2020 05:42:03 -0700 (PDT) Received: from [192.168.1.81] (unknown [10.37.8.179]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 485243F71F; Wed, 6 May 2020 05:42:02 -0700 (PDT) Subject: Re: [PATCH edk2-platforms 1/1] Platform/RaspberryPi/RPi4: drop Cortex-A53 erratum workaround To: Leif Lindholm Cc: devel@edk2.groups.io, pete@akeo.ie, andrey.warkentin@gmail.com References: <20200506095614.13214-1-ard.biesheuvel@arm.com> <20200506101403.GJ21486@vanye> From: "Ard Biesheuvel" Message-ID: <0512e722-b1aa-8ae4-536e-f673bf45bec1@arm.com> Date: Wed, 6 May 2020 14:41:59 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200506101403.GJ21486@vanye> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 > > Reviewed-by: Leif Lindholm > 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 >>