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.web11.8014.1587474299742439218 for ; Tue, 21 Apr 2020 06:04:59 -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 68D5E31B; Tue, 21 Apr 2020 06:04:59 -0700 (PDT) Received: from [192.168.1.81] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 770EF3F68F; Tue, 21 Apr 2020 06:04:58 -0700 (PDT) Subject: Re: [edk2-platforms][PATCH 1/2] Platform/RPi4: Update DSC to reflect switch to single TF-A binary To: Pete Batard , devel@edk2.groups.io Cc: leif@nuviainc.com, awarkentin@vmware.com References: <20200421113015.13936-1-pete@akeo.ie> From: "Ard Biesheuvel" Message-ID: <4c1cb07f-2162-27f2-bf36-82b8892ac296@arm.com> Date: Tue, 21 Apr 2020 15:04:56 +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: <20200421113015.13936-1-pete@akeo.ie> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 4/21/20 1:30 PM, Pete Batard wrote: > Note: This commit depends on an "Update TF-A binaries to v2.3" patch > having been applied to edk2-non-osi. > > With the update of non-osi TF-A binaries to latest, we can switch to > using the single bl31.bin instead of the now removed bl31_pl011.bin. > > Signed-off-by: Pete Batard > --- > Platform/RaspberryPi/RPi4/RPi4.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc > index de32aab2df3c..c401533a4abc 100644 > --- a/Platform/RaspberryPi/RPi4/RPi4.dsc > +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc > @@ -37,7 +37,7 @@ [Defines] > # > # Default TF-A binary checked into edk2-non-osi. > # > - DEFINE TFA_BUILD_BL31 = Platform/RaspberryPi/$(PLATFORM_NAME)/TrustedFirmware/bl31_pl011.bin > + DEFINE TFA_BUILD_BL31 = Platform/RaspberryPi/$(PLATFORM_NAME)/TrustedFirmware/bl31.bin > !else > # > # Usually we use the checked-in binaries, but for developers working > For the series Reviewed-by: Ard Biesheuvel Pushed as 0217d1e21aa9..2aace58ce553