[edk2] [Patch] QuarkSocPkg: Remove intrinsic memset function usages in MemoryInit

2016-04-10 Thread Liming Gao
Use BaseMemoryLib ZeroMem replace memset function. Cc: Michael Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/meminit.c | 11 ++- 1 file changed,

Re: [edk2] [Patch v2] MdeModulePkg/Ps2Keyboard: Add missing PCD and protocol to DEC file

2016-04-10 Thread Tian, Feng
Reviewed-by: Feng Tian Thanks Feng -Original Message- From: Ni, Ruiyu Sent: Monday, April 11, 2016 11:02 AM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu ; Tian, Feng Subject: [Patch v2] MdeModulePkg/Ps2Keyboard: Add missing

[edk2] [Patch v2] MdeModulePkg/Ps2Keyboard: Add missing PCD and protocol to DEC file

2016-04-10 Thread Ruiyu Ni
gEfiPs2PolicyProtocolGuid and PcdFastPS2Detection was missed when resolving the conflict. Check in the two definition to MdeModulePkg.dec to fix build failure. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Feng Tian

[edk2] [Patch] MdeModulePkg/Ps2Keyboard: Add missing PCD and protocol to DEC file

2016-04-10 Thread Ruiyu Ni
gEfiPs2PolicyProtocolGuid and PcdFastPS2Detection was missed when resolving the conflict. Check in the two definition to MdeModulePkg.dec to fix build failure. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Feng Tian

Re: [edk2] [Patch] Update edksetup.bat to check EDK_TOOLS_PATH before set it.

2016-04-10 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: Gao, Liming Sent: Friday, April 08, 2016 3:57 PM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong Subject: [Patch] Update edksetup.bat to check EDK_TOOLS_PATH

[edk2] [PATCH] ShellPkg : Cache the environment variable into memory to enhance the performance.

2016-04-10 Thread Qiu Shumin
Currently UEFI Shell reads variable storage to get the environment variables every time running a new command. And reading(writing) UEFI variables is a high cost operation on most platforms. In order to enhance the performance this patch read the variable storage once and cache the environment

[edk2] about C++ support

2016-04-10 Thread Michael Zimmermann
Hi I'm not really a fan of using c++ in bootloaders but since I had to add C++ support to edk2 some time ago to port a c++ library which I need I thought it might be a good idea to discuss this topic. Is there any need for this by others? Could the patches be merged or do you prefer keeping the

Re: [edk2] [PATCH] StdLib: add __noreturn attribute to __assert

2016-04-10 Thread Michael Zimmermann
I guess it's time to send a reminder for this patch :) MIchael On Tue, Feb 9, 2016 at 3:27 AM, Daryl McDaniel wrote: > Michael, > > Thanks for the report and clear references. > I'll add this to the list of StdLib work. > > Also, thanks for the reminder about

Re: [edk2] [PATCH] StdLib/LibC: Add floorf

2016-04-10 Thread Michael Zimmermann
I forgot to CC the maintainers, so I'm pinging with them CC'ed now. Michael On Wed, Dec 30, 2015 at 2:55 PM, Michael Zimmermann < sigmaepsilo...@gmail.com> wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Michael Zimmermann > --- >

Re: [edk2] [PATCH] StdLib/LibC: Add trunc

2016-04-10 Thread Michael Zimmermann
I forgot to CC the maintainers, so I'm pinging with them CC'ed now. Michael On Wed, Dec 30, 2015 at 2:41 PM, Michael Zimmermann < sigmaepsilo...@gmail.com> wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Michael Zimmermann > --- >

Re: [edk2] [PATCH] StdLib/LibC: Add __aeabi_ui2f and __aeabi_f2uiz

2016-04-10 Thread Michael Zimmermann
I forgot to CC the maintainers, so I'm pinging with them CC'ed now. Michael On Wed, Dec 30, 2015 at 2:07 PM, Michael Zimmermann < sigmaepsilo...@gmail.com> wrote: > these are needed for converting between unsigned int and single-precision > float > > Contributed-under: TianoCore Contribution

Re: [edk2] TCPIP Client for UEFI

2016-04-10 Thread Mahan, Patrick
Jim, Okay, that’s better. So now I would suggest looking at the BIOS/UEFI setup screens for any hints about enabling the network or enabling network booting. For example, I have a DELL 5810 Precision Tower that I am currently using for UEFI testing. To enable the network stack and PXE