[edk2] [PATCH] MdeModulePkg/SetupBrowserDxe: Assert after mismatch dialog popup

2015-04-17 Thread Dong, Eric
Hi Liming, Please find the attached patch: In normal case, display engine will check the environment before display one form. After display one form, it will update the environment again. In this case, when ordered list opcode has mismatch error, display engine will exit from current display p

[edk2] MNP Rx filters Question.

2015-04-17 Thread Sajeesh Kk
Hello All, There is one statement in the UEFI spec. Can someone brief about this comment in the Spec. *Note: **If multiple MNP child driver instances will receive the same packet because of overlapping receive filter settings, then the first MNP child driver instance will receive the original pac

Re: [edk2] hide message ASSERT

2015-04-17 Thread Gao, Liming
Hi: Your platform should have TimerLib library implementation. Then, you can configure it in *.dsc file to replace MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf one. For example, if your TimerLib inf is TimerLibPlatform.inf, you can modify *.dsc file like TimerLib|Tim

Re: [edk2] XHCI data transfer size

2015-04-17 Thread Anbazhagan, Baraneedharan
Maybe I am missing something. CheckedUrb->DataLen is input data length and that's used in a loop based on number of completed TRB. If there is a more than one TRB completed in a single request, then XhcCheckUrbResult reports multiples of CheckedUrb->DataLen as completed data transfer length. -B

Re: [edk2] Python script could call LocateHandle function?

2015-04-17 Thread Richard Mahn
I know BITS (http://biosbits.org/) can do things like that. I don't know if the python in the edk has the modifications required to support what you are asking about, It may, but the one in BITS makes such access very clean and easy. One detail to understand about the Python in BITS is that the P

Re: [edk2] XHCI data transfer size

2015-04-17 Thread Laszlo Ersek
I beg you both to stop top-posting immediately. The thread has devolved into an incomprehensible mess. Other than that, let's repeat that the context is: https://github.com/tianocore/edk2/blob/49789216fa2571056cbc39b4b4c8ee379771/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c#L1140 1130ca

Re: [edk2] hide message ASSERT

2015-04-17 Thread S . Vieira
Thanks. I see this. _Unfortunately, my arch is x64. But you help me, thanks very much. -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard

Re: [edk2] hide message ASSERT

2015-04-17 Thread Andrew Fish
> On Apr 17, 2015, at 4:52 AM, S.Vieira wrote: > > Thanks. > > I see this. > > > _Unfortunately, my arch is x64. > When Liming mentioned it was x86, that means Ia32 and X64 from an edk2 point of view. Also the other terms in use: i386 => Ia32 x86_64 => X64 You only need the TimerLib for

Re: [edk2] Python script could call LocateHandle function?

2015-04-17 Thread Mcdaniel, Daryl
Sorry, but that functionality is not yet ready. I am working on that right now and hope to have it committed to the EDK II repository in early third quarter. Daryl McDaniel From: tiger...@zhaoxin.com [mailto:tiger...@zhaoxin.com] Sent: Thursday, April 16, 2015 8:11 PM To: edk2-devel@lists.sourc

Re: [edk2] hide message ASSERT

2015-04-17 Thread S . Vieira
Fish. I know it. But , I did it. Changed the TimerLib to my *dsc implementation and recompile .. doesn't worked TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf I removed the gBs->Stall() of the code and the message yet is showed . the code: == EFI_STAT

Re: [edk2] hide message ASSERT

2015-04-17 Thread Andrew Fish
> On Apr 17, 2015, at 11:02 AM, S.Vieira wrote: > > Fish. > > > I know it. > But , I did it. > Changed the TimerLib to my *dsc implementation and recompile .. doesn't worked > I don’t know what “doesn’t work(ed)” means? > TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.i

Re: [edk2] hide message ASSERT

2015-04-17 Thread S . Vieira
Nops. I removed the gBS->Stall() of the code. So, i thought which the message would not be showed. But the message is there. -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in

Re: [edk2] hide message ASSERT

2015-04-17 Thread Andrew Fish
> On Apr 17, 2015, at 11:15 AM, S.Vieira wrote: > > Nops. > > I removed the gBS->Stall() of the code. > > > So, i thought which the message would not be showed. > But the message is there. What message we are not sitting in front of your computer. You need to copy all the error messages in

[edk2] AutoLoad .EFI

2015-04-17 Thread S . Vieira
I am trying to load myDriver.efi automatically with other *.EFI The objective is to do load whitout SHELL COMMAND. In shell , i have which put the command: Shell> load myDriver.efi And i want do it with my Application.efi Just Shell > Application.efi and the Application.efi will to load the

Re: [edk2] AutoLoad .EFI

2015-04-17 Thread Carsey, Jaben
gBS->LoadImage() then gBS->StartImage() in your application can load and start any image. How will the application .EFI find the driver .EFI file? -Jaben > -Original Message- > From: S.Vieira [mailto:jwvsan...@outlook.com] > Sent: Friday, April 17, 2015 11:17 AM > To: edk2-devel@lists.s