Re: [edk2] Declaration of IA32_FX_BUFFER

2012-10-10 Thread Gao, Liming
Yes. This is an issue. AsmFxRestore() API has the similar issue. We will fix it. From: Sergey Isakov [mailto:isakov...@bk.ru] Sent: Sunday, October 07, 2012 4:20 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Declaration of IA32_FX_BUFFER Dear MdePkg maintainers, I think this is terribl

[edk2] gEfiPeiResetPpi not implemented in ARM EDK2 code?

2012-10-10 Thread nicolas
hi, Oliver: Why not implement a Reset Ppi for Versatile Express board? best wishes,-- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly w

Re: [edk2] gEfiPeiResetPpi not implemented in ARM EDK2 code?

2012-10-10 Thread Olivier Martin
Hi Nicolas, I have not got enough time and it is not my highest priority task ... Any contribution will be welcome J Olivier From: nicolas [mailto:nicolas1...@163.com] Sent: 10 October 2012 11:09 To: edk2-devel@lists.sourceforge.net Subject: [edk2] gEfiPeiResetPpi not implemented in AR

Re: [edk2] New to EFI. help needed

2012-10-10 Thread Nemarundwe, Tonderai C
Are you just trying to have the ability to connect to the EFI from remote machine via LAN and execute some EFI commands? I got a basic Telnet efi driver that can do that. It's not 100% complete but it will do the basic forwarding of the EFI shell to your remote client. -Tony From: Krishna Joshi

[edk2] Interrupt storm from USB controller

2012-10-10 Thread Wei Hu
Hi, I'm using Intel's proprietary, UEFI-based BIOS for their SandyBridge CPU with the DH89xxCC chipset. For some reason the CPU is getting a lot of interrupts from IRQ 23 used by the USB controller. Linux kernel prints out messages like the following: ehci_hcd: USB 2.0 'Enhanced' Host Controller

Re: [edk2] Protocol Questions

2012-10-10 Thread Sergey Isakov
Hi, You should attach the protocol to the device handle. On 11.10.2012, at 9:26, duck wilson wrote: > Greetings, > > I have managed to get wrapped around my axle in understanding the > implementation > and use of protocols in UEFI. I "think" the working model I have is correct > but am not sure

Re: [edk2] Protocol Questions

2012-10-10 Thread Michael Lorer
Hello, the BlockIO-Pointer in your example isn't mapped one-to-many. Instead it gets overwritten for each loop in the for-loop. You don't have to open all handle instances if you want to use a protocol. If you've got a valid device-pointer you can open just the single protocol instance fo