[edk2] [PATCH] Report warning info for the framework code in vfr file

2014-07-14 Thread Dong, Eric
Report warning info if use framework code in the vfr file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong mailto:eric.d...@intel.com>> Thanks, Eric Warning for framework code.patch Description: Warning for framework code.patch -

Re: [edk2] "option" statement

2014-07-14 Thread Tim Lewis
Thank you, Eric. Tim From: Dong, Eric [mailto:eric.d...@intel.com] Sent: Monday, July 14, 2014 7:55 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] "option" statement Tim, Add my comments below. Thanks, Eric From: Tim Lewis [mailto:tim.le...@insyde.com] Sent: Monday, July 14, 2014 1

Re: [edk2] "option" statement

2014-07-14 Thread Dong, Eric
Tim, Add my comments below. Thanks, Eric From: Tim Lewis [mailto:tim.le...@insyde.com] Sent: Monday, July 14, 2014 10:49 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] "option" statement The option statement has the following flags: oneofoptionFlagsField ::= Number | "OPTION_DEFAULT

[edk2] What's the difference and purpose between ARMGCC and ARMLINUXGCC tool chain for ARM platfom?

2014-07-14 Thread 王為之
Hello everyone, I’m an ARM and Linux beginner. The Website has shown vary tool chain for UEFI ARM development. I wonder the difference and purpose between the arm-none-eabi-(ARMGCC) and arm-linux-gnueabi- (ARMLINUXGCC). Does the code compiled by ARMLINUXGCC only bootable under Linux OS ? Thanks

Re: [edk2] Tianocore wiki / web-page

2014-07-14 Thread Laszlo Ersek
On 07/15/14 00:49, Jordan Justen wrote: > Laurie, all, > > Since we've moved the wiki to the non-hosted wiki, it has been very > unresponsive for me. Pages take a long time to load and often fail to > load properly for me. Are others' experience with the new wiki > similar? > http://tianocore.sour

[edk2] Tianocore wiki / web-page

2014-07-14 Thread Jordan Justen
Laurie, all, Since we've moved the wiki to the non-hosted wiki, it has been very unresponsive for me. Pages take a long time to load and often fail to load properly for me. Are others' experience with the new wiki similar? http://tianocore.sourceforge.net/wiki/Welcome So, I mocked up a website ho

Re: [edk2] [edk2-buildtools] [RFC] Proposal to retire edk2-buildtools sub-project

2014-07-14 Thread Andrew Fish
On Jul 14, 2014, at 3:21 PM, Kinney, Michael D wrote: > Andrew, > > I think we can support all of these concepts. > > 1) SVN extern to binaries. Developer can opt-out of externs. > 2) Edksetup.* can be updated to detect if the binaries are already > present or not. If they are

Re: [edk2] [edk2-buildtools] [RFC] Proposal to retire edk2-buildtools sub-project

2014-07-14 Thread Kinney, Michael D
Andrew, I think we can support all of these concepts. 1) SVN extern to binaries. Developer can opt-out of externs. 2) Edksetup.* can be updated to detect if the binaries are already present or not. If they are not present, then edksetup.* can either build from sources or pull from

Re: [edk2] [edk2-buildtools] [RFC] Proposal to retire edk2-buildtools sub-project

2014-07-14 Thread Kinney, Michael D
Jordan, I have not seen any requests for additional binaries. I just want to make sure we do not make any design decisions that would preclude that if the request comes in later. Mike -Original Message- From: Jordan Justen [mailto:jljus...@gmail.com] Sent: Monday, July 14, 2014 2:42

Re: [edk2] [edk2-buildtools] [RFC] Proposal to retire edk2-buildtools sub-project

2014-07-14 Thread Andrew Fish
On Jul 14, 2014, at 2:11 PM, Kinney, Michael D wrote: > Andrew, > > The proposal here to have a sub-project for tool binaries is not limited to > windows. We proposed a directory structure for the tool binaries that can > support any number of operating systems. For operating systems wher

Re: [edk2] [edk2-buildtools] [RFC] Proposal to retire edk2-buildtools sub-project

2014-07-14 Thread Jordan Justen
On Mon, Jul 14, 2014 at 2:11 PM, Kinney, Michael D wrote: > Andrew, > > The proposal here to have a sub-project for tool binaries is not limited to > windows. We proposed a directory structure for the tool binaries that can > support any number of operating systems. For operating systems where >

Re: [edk2] Memory usage does not get updated when free the allocated one

2014-07-14 Thread Kinney, Michael D
Mars Lin, The purpose of the gEfiMemoryTypeInformationGuid system configuration table is to track the peak usage of each memory type. Not the current usage. The internal data structure mMemoryTypeStatistics tracks the current usage of each memory type. We need to know the peak usage of each

Re: [edk2] [edk2-buildtools] [RFC] Proposal to retire edk2-buildtools sub-project

2014-07-14 Thread Kinney, Michael D
Andrew, The proposal here to have a sub-project for tool binaries is not limited to windows. We proposed a directory structure for the tool binaries that can support any number of operating systems. For operating systems where pulling binaries or build binaries is an option, we need to make i

Re: [edk2] [edk2-buildtools] [RFC] Proposal to retire edk2-buildtools sub-project

2014-07-14 Thread Andrew Fish
On Jul 14, 2014, at 10:27 AM, Jordan Justen wrote: > On Sun, Jul 13, 2014 at 9:55 PM, Tian, Hot wrote: >> Defer the binary pull to build time is incompatible change. There may be >> cases that we don’t have network access when build the code. > > I guess I would consider this in the same bucke

Re: [edk2] [edk2-buildtools] [RFC] Proposal to retire edk2-buildtools sub-project

2014-07-14 Thread Andrew Fish
On Jul 13, 2014, at 9:41 PM, Kinney, Michael D wrote: > Andrew, > > The concept of pulling the binaries from svn if they are not present is a > good option to consider. Maybe edksetup.bat pulls latest version of > edk2-toolsbinaries sub-project if binaries are not present. This would > r

Re: [edk2] [edk2-buildtools] [RFC] Proposal to retire edk2-buildtools sub-project

2014-07-14 Thread Jordan Justen
On Sun, Jul 13, 2014 at 9:55 PM, Tian, Hot wrote: > Defer the binary pull to build time is incompatible change. There may be > cases that we don’t have network access when build the code. I guess I would consider this in the same bucket as not downloading IASL before going offline. In other words

[edk2] Memory usage does not get updated when free the allocated one

2014-07-14 Thread Mars Lin
Dear MdeModulePkg maintainer, Please review attached patch file which try to correct the MemoryTypeInfo does not get updated within CoreConvertPages(). Steps to reproduce: 0. EfiLibGetSystemConfigurationTable (&gEfiMemoryTypeInformationGuid, &CurrentMemoryTypeInformation1) 1. AllocatePool (EfiBo

[edk2] Need help on using user identification module

2014-07-14 Thread SREENIVASULA_REDDY
Dell - Internal Use - Confidential Hi all, I am using "UserIdentification" module from securitypkg of UDK2010. I am able to compile the drivers in NT32 package and able to load them in secmain emulator. When i go to device manager, i am seeing a entry "User Manager" for user identification modu