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.web12.3170.1588758981187067265 for ; Wed, 06 May 2020 02:56:21 -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 371C030E; Wed, 6 May 2020 02:56:20 -0700 (PDT) Received: from e123331-lin.nice.arm.com (unknown [10.37.8.179]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BC8103F71F; Wed, 6 May 2020 02:56:18 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, pete@akeo.ie, andrey.warkentin@gmail.com, Ard Biesheuvel Subject: [PATCH edk2-platforms 1/1] Platform/RaspberryPi/RPi4: drop Cortex-A53 erratum workaround Date: Wed, 6 May 2020 11:56:14 +0200 Message-Id: <20200506095614.13214-1-ard.biesheuvel@arm.com> X-Mailer: git-send-email 2.17.1 The Raspberry Pi4 uses Cortex-A72 cores so it has no need for the Cortex-A53 ADRP erratum workaround. Signed-off-by: Ard Biesheuvel --- 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