Re: [edk2] registering stop() service in driverbinding protocol, but disconnect doesn; t call stop() service.

2014-12-22 Thread Tian, Feng
You forgot to install device path protocol at your pcie device handle. From: ritul guru (riguru) [mailto:rig...@cisco.com] Sent: Tuesday, December 23, 2014 15:17 To: edk2-devel@lists.sourceforge.net Subject: [edk2] registering stop() service in driverbinding protocol, but disconnect doesn; t call

[edk2] registering stop() service in driverbinding protocol, but disconnect doesn; t call stop() service.

2014-12-22 Thread ritul guru (riguru)
Hi, In Uefi driver (for pcie device), I registered the supported, start and stop services, able to load and unload the uefi driver successfully. but when try to disconnect driver with its driver handle, stop() service is not getting called. Giving below error: [cid:image001.png@01D01EAD.F4432140

Re: [edk2] [PATCH] BaseTools: Fix 'build run' doesn't work for NT32 X64 build

2014-12-22 Thread Liu, Yingke D
Your patch was checked in at revision 16550. Thanks for you contribution. Dennis From: Shia, Cinnamon [mailto:cinnamon.s...@hp.com] Sent: Tuesday, December 23, 2014 12:53 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH] BaseTools: Fix 'build run' doesn't work for NT32 X64 buil

Re: [edk2] [PATCH] BaseTools: Fix 'build run' doesn't work for NT32 X64 build

2014-12-22 Thread Shia, Cinnamon
Hello Dennis, Thanks for your suggestion. It makes sense to me. :) Please review the attached file with using GlobalData.gGlobalDefines['ARCH'] instead. Thanks, Cinnamon Shia From: Liu, Yingke D [mailto:yingke.d@intel.com] Sent: Tuesday, December 16, 2014 1:57 PM To: edk2-devel@lists.source

Re: [edk2] patch review feedback about FvSimpleFileSystem module

2014-12-22 Thread Tian, Feng
Hi, Martin &Scott I have brought the "STATIC" issue to internal for further discussion. Before we have conclusion, I will follow EDKII coding style doc at first. PS: As now is near to Christmas day, please don't expect quick response on this. Thanks Feng -Original Message- From: Scott

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM

2014-12-22 Thread Ni, Ruiyu
Olivier, Thank you for the updated patch. If you replace the below while-loop with a for-loop, maybe the IsFirstVolumeDescriptor can be removed to achieve a cleaner code. Is my understanding correct? + VolDescriptorOffset = SIZE_32KB; + // // Loop: handle one volume descriptor per time

Re: [edk2] IPConfig.efi - No option to clear Network Settings

2014-12-22 Thread Ye, Ting
Hi, According to UEFI spec, the default policy for a newly detected device is Ip6ConfigPolicyAutomatic. For each NIC, the default setting is enabled and you can use -r to renew the configuration to automatic policy. Best Regards, Ye Ting From: ankit_sin...@dell.com [mailto:ankit_sin...@dell.co

Re: [edk2] SetVirtualAddressMap() accesses via virtmap being installed

2014-12-22 Thread Andrew Fish
> On Dec 22, 2014, at 10:02 AM, Ard Biesheuvel > wrote: > > On 22 December 2014 at 18:34, Leif Lindholm > wrote: >> On Mon, Dec 22, 2014 at 09:08:36AM -0800, Andrew Fish wrote: An issue has come up while developing the EFI support for the arm64 linux

Re: [edk2] SetVirtualAddressMap() accesses via virtmap being installed

2014-12-22 Thread Ard Biesheuvel
On 22 December 2014 at 18:34, Leif Lindholm wrote: > On Mon, Dec 22, 2014 at 09:08:36AM -0800, Andrew Fish wrote: >> > An issue has come up while developing the EFI support for the arm64 >> > linux kernel, in particular the support for kexec which requires >> > changes with respect to how we handl

Re: [edk2] SetVirtualAddressMap() accesses via virtmap being installed

2014-12-22 Thread Leif Lindholm
On Mon, Dec 22, 2014 at 09:08:36AM -0800, Andrew Fish wrote: > > An issue has come up while developing the EFI support for the arm64 > > linux kernel, in particular the support for kexec which requires > > changes with respect to how we handle the virtual to physical mapping > > of runtime services

Re: [edk2] SetVirtualAddressMap() accesses via virtmap being installed

2014-12-22 Thread Andrew Fish
> On Dec 22, 2014, at 2:09 AM, Ard Biesheuvel wrote: > > Hello, > > An issue has come up while developing the EFI support for the arm64 > linux kernel, in particular the support for kexec which requires > changes with respect to how we handle the virtual to physical mapping > of runtime service

Re: [edk2] R: Re: Hi, someone hava a solution for Asus TF600T Vivotab RT fs1:\startup.ebl is not a valid path

2014-12-22 Thread Rafael Machado
Hi marco. Be sure your usb device is formatted as fat32 or fat16. The shell only recognize fat partitions by default. Thanks Rafael r. Machado Em 21/12/2014 11:46, escreveu: > Hi map command return nothing :( > I cannot list file or type backslash \ > TIM: la tua mail in mobilità con il BlackBer

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM

2014-12-22 Thread Olivier Martin
Hi Ray, This attached patch should address all your comments. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin Thanks, Olivier From: Ni, Ruiyu [mailto:ruiyu...@intel.com] Sent: 10 December 2014 06:19 To: Olivier Martin Cc: edk2-devel@lists.sourc

[edk2] IPConfig.efi - No option to clear Network Settings

2014-12-22 Thread Ankit_Singh3
Hi, I am not able to clear IPv6 Network setting using IPConfig.efi, it has -b/-r/-l/-s/-? but no option to clear the network settings. Regards, Ankit Singh -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Se

[edk2] IPConfig.efi - No option to clear Network Settings

2014-12-22 Thread Ankit_Singh3
Hi, I am not able to clear IPv6 Network setting using IPConfig.efi, it has -b/-r/-l/-s/-? but no option to clear the network settings. Regards, Ankit Singh -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Se

[edk2] SetVirtualAddressMap() accesses via virtmap being installed

2014-12-22 Thread Ard Biesheuvel
Hello, An issue has come up while developing the EFI support for the arm64 linux kernel, in particular the support for kexec which requires changes with respect to how we handle the virtual to physical mapping of runtime services. My question is: is it legal for SetVirtualAddressMap() [which is c

[edk2] IPConfig.efi - No option to clear Network Settings

2014-12-22 Thread Ankit_Singh3
Hi, I am not able to clear IPv6 Network setting using IPConfig.efi, it has -b/-r/-l/-s/-? but no option to clear the network settings. [cid:image003.jpg@01D01DF9.A683C4A0] Regards, Ankit Singh -- Download BIRT iHub F-Ty