Re: UiApp
PierreGondois
Hi Fabrice,
toggle quoted messageShow quoted text
I think the UiApp is only an application to have a user interface. The application is loaded just after the BDS driver, e.g.: https://github.com/tianocore/edk2/blob/edk2-stable202111-rc1/ArmVirtPkg/ArmVirtKvmTool.fdf#L187 The library managing boot options should be at: https://github.com/tianocore/edk2/blob/edk2-stable202111-rc1/MdeModulePkg/Include/Library/UefiBootManagerLib.h An example on how the Uefi shell boot option is added for Arm: https://github.com/tianocore/edk2/blob/edk2-stable202111-rc1/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c#L360 Unfortunately I don't know more than that, Regards, Pierre
On 11/18/21 4:44 PM, Fabrice DECROP LONGET via groups.io wrote:
Hi,
|
|