Re: [edk2] VFR IFR Generation for EFI_IFR_ONE_OF_OPTION_OP (Wasted Space)

2012-09-24 Thread Dong, Eric
Tim, Thanks for you to supply this info; I will follow up to investigate it. Thanks, Eric From: Tim Lewis [mailto:tim.le...@insyde.com] Sent: Sunday, September 23, 2012 7:49 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] VFR IFR Generation for EFI_IFR_ONE_OF_OPTION_OP (Wasted Space) The

Re: [edk2] VLanConfigDxe driver cannot add multiple HII package list into HII database.

2012-09-24 Thread Mars Lin
Ting/Eric/Tim, I think I do not use the latest HiiDataBase which supports install multiple package list with same package list GUID onto different handles. Sorry for my carelessness. Will double check with the latest implement. Thanks, -Mars From: Ye, Ting [mailto:ting...@intel.com] Sent: Tuesday

Re: [edk2] VLanConfigDxe driver cannot add multiple HII package list into HII database.

2012-09-24 Thread Ye, Ting
Tim, I don't think it is an error in VLAN driver. 'DriverHandle' is a local variable name in VLAN driver. It is actually a handle that installed with HiiConfigAccess and DevicePath protocol, which is compatible with the meaning of 'DeviceHandle' in HiiAddPackages() of HiiLib that 'the Device Ha

Re: [edk2] VLanConfigDxe driver cannot add multiple HII package list into HII database.

2012-09-24 Thread Ye, Ting
Hi Mars, "For the case we do have 2 NICs installed on a system, we cannot have both VLanConfig forms that serve each other but only the first one." Is this your experiment result, or your expected result per your understanding to the code? I just tried two NICs in my platform, it is able to ins

Re: [edk2] VLanConfigDxe driver cannot add multiple HII package list into HII database.

2012-09-24 Thread Tim Lewis
Eric - So does this mean that the VLanConfigDxe driver has an error, since it uses the driver handle instead of the device handle Tim -- Live Security Virtual Conference Exclusive live event will cover all the ways today

Re: [edk2] VLanConfigDxe driver cannot add multiple HII package list into HII database.

2012-09-24 Thread Dong, Eric
Mars, HiiAddPackages() add package list into database depend on the GUID and DriverHandle, only both are same, then it will return failed. Excerpt code from Database.c in MdeModulePkg\Universal\HiiDatabaseDxe, L2817 // // Check the Package list GUID to guarantee this GUID is unique in databa

Re: [edk2] HII development

2012-09-24 Thread Dong, Eric
Ben, Add my comments below. Thanks, Eric From: Ben Schroeder [mailto:ben...@mellanox.com] Sent: Monday, September 24, 2012 5:53 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] HII development Hii all, I have 2 questions: 1. The uefi screen that shows up in qemu, which I got from

Re: [edk2] failed to compile BaseTools in Ubuntu 11.10

2012-09-24 Thread nicolas
hi, Jordan: x86_64 best wishes, -邮件原件- 发件人: Jordan Justen [mailto:jljus...@gmail.com] 发送时间: 2012年9月25日 0:27 收件人: edk2-devel@lists.sourceforge.net 主题: Re: [edk2] failed to compile BaseTools in Ubuntu 11.10 What does 'uname -m' return for you? It looks like an issue occurred

Re: [edk2] free() behavior for NULL pointers.

2012-09-24 Thread Mcdaniel, Daryl
Tim, Thank you for bringing this deficiency to our attention. A fix for this has been checked in to the EDK II source tree on www.tianocore.org. Daryl McDaniel "Software is like entropy. It is difficult to grasp, weighs nothing, and obeys the second law of thermodyn

Re: [edk2] failed to compile BaseTools in Ubuntu 11.10

2012-09-24 Thread Jordan Justen
What does 'uname -m' return for you? It looks like an issue occurred in setting ARCH in BaseTools/Source/C/GNUmakefile. -Jordan On Sun, Sep 23, 2012 at 8:59 PM, nicolas wrote: > hi, experts: > I tried to compile BaseTools in Ubuntu 11.10, but failed: > root@ubuntu1110:/home/lion/Origen0921# mak

Re: [edk2] Compiler Option /FAcs in Build Option is not

2012-09-24 Thread Sumanth_Vidyadhara
Thanks Elvin. That was typo in my previous email. I am using the same option /FAcs. I am able to see the COD file generated. Earlier, I was looking at the wrong directory of the Build output. Thanks for the help. Regards, Sumanth t --

[edk2] HII development

2012-09-24 Thread Ben Schroeder
Hii all, I have 2 questions: 1. The uefi screen that shows up in qemu, which I got from the edk2 website, has: Continue Select Language Boot Manager Device Manager Boot Maintenance Manager When I develop a driver with HII support, I can view my forms and configurations in the Devi

[edk2] VLanConfigDxe driver cannot add multiple HII package list into HII database.

2012-09-24 Thread Mars Lin
Dear all, Is this expected behavior that only one copy of VLanConfig HII form can be installed into system? Current VLanConfigDxe driver uses followed code fragment to add its HII resource into database but HiiAddPackages() add package list into database only when GUID of packagelist is unique o

Re: [edk2] Double braces

2012-09-24 Thread Dong, Eric
Sergey, Fixed in revision 13738 Thanks, Eric -Original Message- From: Sergey Isakov [mailto:isakov...@bk.ru] Sent: Saturday, September 22, 2012 1:42 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Double braces Jordan, I can't do a patch because I don't know the right logic