<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Yes this depends on <a href="https://edk2.groups.io/g/devel/message/77787">https://edk2.groups.io/g/devel/message/77787</a><br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Which is still under review<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
<span id="ms-outlook-android-cursor"></span></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Ard Biesheuvel <ardb@kernel.org><br>
<b>Sent:</b> Friday, July 16, 2021 1:31:04 PM<br>
<b>To:</b> Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com><br>
<b>Cc:</b> Grzegorz Bernacki <gjb@semihalf.com>; devel@edk2.groups.io <devel@edk2.groups.io>; leif@nuviainc.com <leif@nuviainc.com>; ardb+tianocore@kernel.org <ardb+tianocore@kernel.org>; Sunny Wang <Sunny.Wang@arm.com>; mw@semihalf.com <mw@semihalf.com>; upstream@semihalf.com
 <upstream@semihalf.com>; pete@akeo.ie <pete@akeo.ie>; jian.j.wang@intel.com <jian.j.wang@intel.com>; hao.a.wu@intel.com <hao.a.wu@intel.com>; dandan.bi@intel.com <dandan.bi@intel.com>; eric.dong@intel.com <eric.dong@intel.com><br>
<b>Subject:</b> Re: [edk2-platforms PATCH v3 0/2] Add BootDiscoveryPolicyUiLib</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On Fri, 16 Jul 2021 at 13:50, Samer El-Haj-Mahmoud<br>
<Samer.El-Haj-Mahmoud@arm.com> wrote:<br>
><br>
> Series Reviewed-By: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com><br>
><br>
<br>
Does this series depend on core EDK2 changes, and if so, have they<br>
been merged already?<br>
<br>
<br>
> > -----Original Message-----<br>
> > From: Grzegorz Bernacki <gjb@semihalf.com><br>
> > Sent: Wednesday, July 14, 2021 9:21 AM<br>
> > To: devel@edk2.groups.io<br>
> > Cc: leif@nuviainc.com; ardb+tianocore@kernel.org; Samer El-Haj-Mahmoud<br>
> > <Samer.El-Haj-Mahmoud@arm.com>; Sunny Wang <Sunny.Wang@arm.com>;<br>
> > mw@semihalf.com; upstream@semihalf.com; pete@akeo.ie;<br>
> > jian.j.wang@intel.com; hao.a.wu@intel.com; dandan.bi@intel.com;<br>
> > eric.dong@intel.com; Grzegorz Bernacki <gjb@semihalf.com><br>
> > Subject: [edk2-platforms PATCH v3 0/2] Add BootDiscoveryPolicyUiLib<br>
> ><br>
> > This patchset extends Boot Maintenance Menu and allows to select<br>
> > Boot Discovery Policy. Raspberry Pi platforms uses the variable to<br>
> > connect specified class of devices on boot. This patchset also<br>
> > removes efdc159e which has similar functionality.<br>
> ><br>
> > Discussion on design can be found at:<br>
> > <a href="https://edk2.groups.io/g/rfc/topic/rfc_boot_discovery_policy/82450628">
https://edk2.groups.io/g/rfc/topic/rfc_boot_discovery_policy/82450628</a><br>
> ><br>
> > Changes since v1:<br>
> > - make 'Connect All' (0x2) default value for PcdBootDiscoveryPolicy<br>
> > - initialize BootDiscoveryPolicy variable in platform code, if not found<br>
> ><br>
> > Changes since v2:<br>
> > - add missing local variable initialization<br>
> ><br>
> > Grzegorz Bernacki (3):<br>
> > edk2:<br>
> >   MdeModulePkg: Add BootDiscoveryPolicyUiLib.<br>
> > edk2-platform:<br>
> >   Platform/RaspberryPi: Enable Boot Discovery Policy.<br>
> >   Revert "Platform/RaspberryPi: Setup option for disabling Fast Boot"<br>
> ><br>
> >  Platform/RaspberryPi/RaspberryPi.dec                                           |   2 -<br>
> >  Platform/RaspberryPi/RPi3/RPi3.dsc                                             |   9 +-<br>
> >  Platform/RaspberryPi/RPi4/RPi4.dsc                                             |  12 +--<br>
> >  Platform/RaspberryPi/RPi4/RPi4.fdf                                             |   1 +<br>
> >  Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.inf                           |   3 +-<br>
> ><br>
> > Platform/RaspberryPi/Library/PlatformBootManagerLib/PlatformBootManager<br>
> > Lib.inf |   6 +-<br>
> >  Platform/RaspberryPi/Include/ConfigVars.h                                      |  12 +--<br>
> >  Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.vfr                        |  16 +--<br>
> >  Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.c                             |  11 +--<br>
> >  Platform/RaspberryPi/Library/PlatformBootManagerLib/PlatformBm.c               |<br>
> > 102 +++++++++++++++++---<br>
> >  Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.uni                        |  10 +-<br>
> >  MdeModulePkg/MdeModulePkg.dec                                                     |   6 +<br>
> >  MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.inf<br>
> > |  52 +++++++<br>
> >  MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h                                   |  22<br>
> > +++<br>
> >  MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.c<br>
> > | 160 ++++++++++++++++++++<br>
> ><br>
> > MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.uni<br>
> > |  18 +++<br>
> ><br>
> > MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLibStri<br>
> > ngs.uni |  29 ++++<br>
> ><br>
> > MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLibVfr.<br>
> > Vfr     |  44 ++++++<br>
> >  18 files changed, 438 insertions(+), 77 deletions(-)<br>
> >  create mode 100644<br>
> > MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.inf<br>
> >  create mode 100644 MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h<br>
> >  create mode 100644<br>
> > MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.c<br>
> >  create mode 100644<br>
> > MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.uni<br>
> >  create mode 100644<br>
> > MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLibStri<br>
> > ngs.uni<br>
> >  create mode 100644<br>
> > MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLibVfr.<br>
> > Vfr<br>
> > --<br>
> > 2.25.1<br>
><br>
> 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 in any medium. Thank you.<br>
</div>
</span></font></div>
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 in any medium. Thank you.
</body>
</html>


 <div width="1" style="color:white;clear:both">_._,_._,_</div> <hr>   Groups.io Links:<p>   You receive all messages sent to this group.    <p> <a target="_blank" href="https://edk2.groups.io/g/devel/message/77840">View/Reply Online (#77840)</a> |    |  <a target="_blank" href="https://groups.io/mt/84201222/1813853">Mute This Topic</a>  | <a href="https://edk2.groups.io/g/devel/post">New Topic</a><br>    <a href="https://edk2.groups.io/g/devel/editsub/1813853">Your Subscription</a> | <a href="mailto:devel+owner@edk2.groups.io">Contact Group Owner</a> |  <a href="https://edk2.groups.io/g/devel/unsub">Unsubscribe</a>  [edk2-devel-archive@redhat.com]<br> <div width="1" style="color:white;clear:both">_._,_._,_</div>