From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by mx.groups.io with SMTP id smtpd.web11.3419.1588760046755531698 for ; Wed, 06 May 2020 03:14:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=B32meuyH; spf=pass (domain: nuviainc.com, ip: 209.85.128.65, mailfrom: leif@nuviainc.com) Received: by mail-wm1-f65.google.com with SMTP id y24so1957223wma.4 for ; Wed, 06 May 2020 03:14:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=mCTta0BT/wXAgeN6mKzQ3Jd8pQfAPKL+CYJO/SgFsgs=; b=B32meuyHtONqvcnX1nZnGtwLrnu9NMdqME+TqSDxmnTpt3b1lkFvGIZc/31wFa9N27 B1tAwT98kkgfh0/ToY49UYIGvedty/p1lxob/E3B1/4PDqtDuvkq2e28hId4qxs+R/CT d8VMH5B0oB/pJ8AM8oesPMHvPhymrmR7Q/bFd6jyzE95Jran8Efpp2KERxbQ2HsDP1V0 qwfoxLayC0rBXneby1GZ0t3VC6FzOfv0r0nE8C5/uYmD1UZIl/hFsy7ZcHEmWc4JtTlb LJIEKy8CtIF/KA4FEDiebPN4BUUbBC3hj1ki+FS2zbQYl3EuHHOM6/ZH3UyPRuDwsavx XMAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=mCTta0BT/wXAgeN6mKzQ3Jd8pQfAPKL+CYJO/SgFsgs=; b=LEEgBHqXY716w/P8lexWPIo2gqqNKJVRsLChF4zu4moqK4yb8T9ZiiZRPyo1jYerh/ x0Qgw8ca5xgMox4oag37sZt66of1RoloDcCKsiolvxlw9gymHQO7OUNl0AzocZem3WYN Gnj9Ivul7fufl2+1nJmLApDRe0BHFRt5RO9uHIROIxTLPoDlV4QaEsS3lkTmM9D5oe49 4P1JvfmZ1mNQgUEt6uJ87lg6RFxpCUK13rZGc96hz/lFbZkZ4yuu1TSQxQqy9Hafegy8 U4TCi+OSMT9Od2ifsqFa086CStqi0aiBkPaHrI2T0S/TaMm22TuDSvBfZkzXCLTEJM3J 71gQ== X-Gm-Message-State: AGi0Pub3nUYxaUFcBJ5jgyDa1T5TF7uQyLFBkIX/ocF2Lpw8tUSmEc33 ejtanSIDW4M5J5zq+O4UonU7ig== X-Google-Smtp-Source: APiQypIVmoTilkkwGmeMhg7kh1T7Pm4+x6HQ6xgf/DbyHXAAJWDzZiEpqcPjq/fx+3M9X5bNh2Cdfw== X-Received: by 2002:a1c:9948:: with SMTP id b69mr3534076wme.44.1588760045387; Wed, 06 May 2020 03:14:05 -0700 (PDT) Return-Path: Received: from vanye ([2001:470:1f09:12f0:b26e:bfff:fea9:f1b8]) by smtp.gmail.com with ESMTPSA id r5sm1977275wrt.20.2020.05.06.03.14.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 May 2020 03:14:04 -0700 (PDT) Date: Wed, 6 May 2020 11:14:03 +0100 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io, pete@akeo.ie, andrey.warkentin@gmail.com Subject: Re: [PATCH edk2-platforms 1/1] Platform/RaspberryPi/RPi4: drop Cortex-A53 erratum workaround Message-ID: <20200506101403.GJ21486@vanye> References: <20200506095614.13214-1-ard.biesheuvel@arm.com> MIME-Version: 1.0 In-Reply-To: <20200506095614.13214-1-ard.biesheuvel@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > --- > 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 >