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.10037.1601200658952960631 for ; Sun, 27 Sep 2020 02:57:39 -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 4AD422B; Sun, 27 Sep 2020 02:57:36 -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 76F103F70D; Sun, 27 Sep 2020 02:57:35 -0700 (PDT) Subject: Re: [edk2-platform][PATCH v1 0/2] Platforms/RaspberryPi: Fix RngLib build error To: Samer El-Haj-Mahmoud , devel@edk2.groups.io Cc: Leif Lindholm , Pete Batard , Andrei Warkentin References: <20200926145230.5332-1-Samer.El-Haj-Mahmoud@arm.com> From: "Ard Biesheuvel" Message-ID: <2fcc8628-a483-15e8-d345-b2e25da29f4e@arm.com> Date: Sun, 27 Sep 2020 11:57:33 +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: <20200926145230.5332-1-Samer.El-Haj-Mahmoud@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 9/26/20 4:52 PM, Samer El-Haj-Mahmoud wrote: > Commit b5701a4c7a0fb185e0c5b9db9525939c78664bfd introduced RngLib > dependency for OpensslLib, and caused the RPi build to break for lack > of an RngLib instance. > > This series adds RngLib to both RPi3 and RPi4 using the DxeRngLib flavor, > which is a wrapper around the the EFI_RNG_PROTOCOL that the platform > already produces. > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Cc: Pete Batard > Cc: Andrei Warkentin > Signed-off-by: Samer El-Haj-Mahmoud > > Samer El-Haj-Mahmoud (2): > Platforms/RaspberryPi: Fix RPi4 RngLib build error > Platforms/RaspberryPi: Fix RPi3 RngLib build error > Pushed as 4efd9ab2cfab..1e09147a01ae Thanks all,