Re: [edk2-devel] [PATCH v6] MdeModulePkg: Add EDK2 Platform Boot Manager Protocol

2019-12-23 Thread Ni, Ray
el D ; af...@apple.com; Wang, Sunny (HPS SW) Subject: Re: [edk2-devel] [PATCH v6] MdeModulePkg: Add EDK2 Platform Boot Manager Protocol Hi Ray, Patch 7 has been submitted. Please let me know if there are any other changes needed. I would wait for your patch acceptance email. Tha

Re: [edk2-devel] [PATCH v6] MdeModulePkg: Add EDK2 Platform Boot Manager Protocol

2019-12-23 Thread Ashish Singhal
, Jian J ; Wu, Hao A ; Gao, Zhichao ; Kinney, Michael D ; af...@apple.com ; Wang, Sunny (HPS SW) Subject: RE: [edk2-devel] [PATCH v6] MdeModulePkg: Add EDK2 Platform Boot Manager Protocol External email: Use caution opening links or attachments > +(EFIAPI *REFRESH_ALL_BOOT_OPTIONS) (

Re: [edk2-devel] [PATCH v6] MdeModulePkg: Add EDK2 Platform Boot Manager Protocol

2019-12-23 Thread Ni, Ray
> +(EFIAPI *REFRESH_ALL_BOOT_OPTIONS) ( I recommend to rename it to "PLATFORM_BOOT_MANAGER_REFRESH_ALL_BOOT_OPTIONS" to avoid future name confliction with other protocols. With that, Reviewed-by: Ray Ni -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/

Re: [edk2-devel] [PATCH v6] MdeModulePkg: Add EDK2 Platform Boot Manager Protocol

2019-12-23 Thread Ashish Singhal
Hi Guys, Do we have any feedback on this? Thanks Ashish -Original Message- From: Ashish Singhal Sent: Sunday, December 22, 2019 7:27 PM To: devel@edk2.groups.io; ray...@intel.com; jian.j.w...@intel.com; hao.a...@intel.com; zhichao@intel.com; michael.d.kin...@intel.com; af...@appl

[edk2-devel] [PATCH v6] MdeModulePkg: Add EDK2 Platform Boot Manager Protocol

2019-12-22 Thread Ashish Singhal
Add edk2 platform boot manager protocol which would have platform specific refreshes to the auto enumerated as well as NV boot options for the platform. Signed-off-by: Ashish Singhal --- .../Include/Protocol/PlatformBootManager.h | 82 ++ MdeModulePkg/Library/UefiBoot