From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web09.16905.1605145970604130315 for ; Wed, 11 Nov 2020 17:52:51 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 12 Nov 2020 09:52:18 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , , "'Pete Batard'" Cc: , References: <20201104190346.8096-1-pete@akeo.ie> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIDEvMV0gTWRlUGtnL0Jhc2VSbmdMaWJEeGU6IEFkZCBEWEVfUlVOVElNRV9EUklWRVIgY2xhc3MgdG8gUm5nTGli?= Date: Thu, 12 Nov 2020 09:52:20 +0800 Message-ID: <001a01d6b896$755a0f90$600e2eb0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQG/vW7gzgTNckdsApgNo1Hk9bbOCgHBpsrtqeOkc6A= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn I agree this library instance can be used for RUNTIME driver before boot to OS.=20 Can you let me know which runtime driver consumes it? And, please make sur= e the consumer code runs in boot phase only.=20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+67295+4905953+8761045@groups.io > =B4=FA=B1=ED Samer > El-Haj-Mahmoud > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA11=D4=C212=C8=D5 1:38 > =CA=D5=BC=FE=C8=CB: Pete Batard ; devel@edk2.groups.io > =B3=AD=CB=CD: michael.d.kinney@intel.com; gaoliming@byosoft.com.cn; > zhiguang.liu@intel.com > =D6=F7=CC=E2: Re: [edk2-devel] [PATCH 1/1] MdePkg/BaseRngLibDxe: Add > DXE_RUNTIME_DRIVER class to RngLib >=20 > Reviewed-by: Samer El-Haj-Mahmoud >=20 > > -----Original Message----- > > From: Pete Batard > > Sent: Wednesday, November 4, 2020 2:04 PM > > To: devel@edk2.groups.io > > Cc: michael.d.kinney@intel.com; gaoliming@byosoft.com.cn; > > zhiguang.liu@intel.com; Samer El-Haj-Mahmoud > Mahmoud@arm.com> > > Subject: [PATCH 1/1] MdePkg/BaseRngLibDxe: Add DXE_RUNTIME_DRIVER > > class to RngLib > > > > The Raspberry Pi platform with Secure Boot enabled currently fails to build > > with error: > > > > Module type [DXE_RUNTIME_DRIVER] is not supported by library > instance > > > > [/home/appveyor/projects/rpi4/edk2/MdePkg/Library/DxeRngLib/DxeRngLi > > b.inf] > > > > Add the missing class to fix this issue. > > > > Signed-off-by: Pete Batard > > --- > > MdePkg/Library/DxeRngLib/DxeRngLib.inf | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/MdePkg/Library/DxeRngLib/DxeRngLib.inf > > b/MdePkg/Library/DxeRngLib/DxeRngLib.inf > > index 68554ad21146..9c11959f8aeb 100644 > > --- a/MdePkg/Library/DxeRngLib/DxeRngLib.inf > > +++ b/MdePkg/Library/DxeRngLib/DxeRngLib.inf > > @@ -14,7 +14,7 @@ [Defines] > > FILE_GUID =3D FF9F84C5-A33E-44E3-9BB5-0D654B2D4149 > > MODULE_TYPE =3D DXE_DRIVER > > VERSION_STRING =3D 1.0 > > - LIBRARY_CLASS =3D RngLib|DXE_DRIVER UEFI_APPLICATION > UEFI_DRIVER > > + LIBRARY_CLASS =3D RngLib|DXE_DRIVER DXE_RUNTIME_DRIVER > > UEFI_APPLICATION UEFI_DRIVER > > > > [Packages] > > MdePkg/MdePkg.dec > > -- > > 2.21.0.windows.1 >=20 > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended recipient, > please notify the sender immediately and do not disclose the contents to any > other person, use it for any purpose, or store or copy the information i= n any > medium. Thank you. >=20 >=20 >=20 >=20