Re: [edk2] Urgent help -UefiBootManagerLib and LegacyBootManagerLib issue

2016-10-17 Thread Saqib Khan
hi,Thank Laszlo and Andrew, here are my findings Below loop in LegacyBM.c iterate 16 times out which 2 times it return success and 14 times it return error code 3 *for (Index = 0; Index < HandleCount; Index++) { // // Start the thunk driver so that the legacy

Re: [edk2] Urgent help -UefiBootManagerLib and LegacyBootManagerLib issue

2016-10-06 Thread Laszlo Ersek
On 10/06/16 09:28, Saqib Khan wrote: > Hi Andrew, > > I think I did not address my problem well in my previous email.Please take > a minute again to understand my problem. > > here is my scenario > > have following lib added to my *.inf file > [LibraryClasses] > HiiLib > DebugLib >

Re: [edk2] Urgent help -UefiBootManagerLib and LegacyBootManagerLib issue

2016-10-06 Thread Saqib Khan
Hi Andrew, I think I did not address my problem well in my previous email.Please take a minute again to understand my problem. here is my scenario have following lib added to my *.inf file [LibraryClasses] HiiLib DebugLib UefiLib MemoryAllocationLib UefiBootServicesTableLib

Re: [edk2] Urgent help -UefiBootManagerLib and LegacyBootManagerLib issue

2016-10-05 Thread Andrew Fish
> On Oct 5, 2016, at 2:23 PM, Saqib Khan wrote: > > > > Hi all,i need urgent help regarding this issue. > Saqib, You likely have a bug in your CSM. So that is your gEfiLegacyBiosProtocolGuid implementation and all the 16-bit legacy BIOS code. So you should

[edk2] Urgent help -UefiBootManagerLib and LegacyBootManagerLib issue

2016-10-05 Thread Saqib Khan
Hi all,i need urgent help regarding this issue. > On 05-Oct-2016, at 9:05 PM, Saqib Khan wrote: > > > I have found that it just dont return from mBmRefreshLegacyBootOption (); . > > have a look at code. let me know the possible cause of it ... > I need urgent