[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, 6 insertions(+), 5 deletions(-) diff --git a/Quar

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 PCD and protocol to DEC file gEfiPs2PolicyProtocolGuid and Pcd

[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 --- MdeModulePkg/MdeModulePkg.dec | 11 ++

[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 --- MdeModulePkg/MdeModulePkg.dec | 11 ++

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 before set it. If EDK_TOOLS_PATH is set, then not

[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 vari

[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 c

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 '__declspec(noreturn)'. > > Daryl M

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 > --- > StdLib/Include/math.h

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 > --- > StdLib/LibC/Math/Math.inf |

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 Ag