[edk2] [PATCH 3/3] MdeModulePkg CapsuleApp: Fix typo EFI_CAPSULE_RPORT_GUID

2018-07-10 Thread Star Zeng
Cc: Michael D Kinney Cc: Jiewen Yao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[edk2] [PATCH 0/3] CapsuleApp: Some enhancements

2018-07-10 Thread Star Zeng
Cc: Michael D Kinney Cc: Jiewen Yao Cc: Yonghong Zhu Star Zeng (3): MdeModulePkg CapsuleApp: Check Arg count for -D option MdeModulePkg CapsuleApp: Refine -D option help information MdeModulePkg CapsuleApp: Fix typo EFI_CAPSULE_RPORT_GUID

[edk2] [PATCH 2/3] MdeModulePkg CapsuleApp: Refine -D option help information

2018-07-10 Thread Star Zeng
Cc: Michael D Kinney Cc: Jiewen Yao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[edk2] [PATCH 1/3] MdeModulePkg CapsuleApp: Check Arg count for -D option

2018-07-10 Thread Star Zeng
Cc: Michael D Kinney Cc: Jiewen Yao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 4 1 file changed, 4 insertions(+) diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c

[edk2] [PATCH v2] SecurityPkg: Fix assert when setting key from eMMC/SD/USB

2018-07-10 Thread rbacik
From: Roman Bacik When secure boot is enabled, if one loads keys from a FAT formatted eMMC/SD/USB when trying to provision PK/KEK/DB keys via the menu, an assert in StrLen() occurs. This is because the filename starts on odd address, which is not a uint16 aligned boundary:

[edk2] [PATCH] BaseTool: Fixed the incorrect cache key.

2018-07-10 Thread BobCF
From: "bob.c.f...@intel.com" This patch is to fix the incorrect cache key of skip ModuleAutoGen cache. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng Cc: Liming Gao --- BaseTools/Source/Python/AutoGen/AutoGen.py | 4 ++-- 1 file changed, 2 insertions(+), 2

[edk2] [Patch edk2-platforms\devel-MinPlatform] PurleyOpenBoardPkg: Update batch file not to check the return value of timeout

2018-07-10 Thread Liming Gao
timeout command may not work well in some environment. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Jiewen Yao --- Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/bld.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

Re: [edk2] question about armclang support

2018-07-10 Thread Laszlo Ersek
Hello Sau Kae, On 07/10/18 11:14, Tan, Sau Kae wrote: > Hi All, > > May I know is armclang already supported in EDK2? > Or only armcc is supported currently? > Thanks. Looking at "BaseTools/Conf/tools_def.template", the following toolchains appear supported for both ARM and AARCH64: - CLANG35

Re: [edk2] [PATCH] Platform/ARM: Correct LevelID in PLPI packages of DSDT

2018-07-10 Thread Evan Lloyd
Reviewed-by: Evan Lloyd > -Original Message- > From: AlexeiFedorov > Sent: 04 July 2018 14:05 > To: edk2-devel@lists.01.org > Cc: Arvind Chauhan ; Thomas Abraham > ; ard.biesheu...@linaro.org; > leif.lindh...@linaro.org; Matteo Carlini ; > Stephanie Hughes-Fitt ; nd > ; Thomas Abraham ;

[edk2] [PATCH] MdeModulePkg CapsuleApp: Fix NestedCapsuleHeader->Flags assigned wrong

2018-07-10 Thread Star Zeng
(FwType == ESRT_FW_TYPE_DEVICEFIRMWARE) ? system : device should be (FwType == ESRT_FW_TYPE_SYSTEMFIRMWARE) ? system : device Cc: Michael D Kinney Cc: Jiewen Yao Cc: Ming Shao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng ---

[edk2] [PATCH 2/2] SignedCapsulePkg RecoveryModuleLoadPei: Fix typo 'Press' to 'Process'

2018-07-10 Thread Star Zeng
Cc: Michael D Kinney Cc: Jiewen Yao Cc: Ming Shao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- .../Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[edk2] [PATCH 0/2] Capsule: Fix typo 'Press' to 'Process'

2018-07-10 Thread Star Zeng
Cc: Michael D Kinney Cc: Jiewen Yao Cc: Ming Shao Star Zeng (2): MdeModulePkg DxeCapsuleLibFmp: Fix typo 'Press' to 'Process' SignedCapsulePkg RecoveryModuleLoadPei: Fix typo 'Press' to 'Process' MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 2 +-

[edk2] [PATCH 1/2] MdeModulePkg DxeCapsuleLibFmp: Fix typo 'Press' to 'Process'

2018-07-10 Thread Star Zeng
Cc: Michael D Kinney Cc: Jiewen Yao Cc: Ming Shao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [edk2] [PATCH v2] BaseTools/GenFw: Disable support for R_X86_64_32S

2018-07-10 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Zenith432 [mailto:zenith...@users.sourceforge.net] >Sent: Tuesday, July 10, 2018 4:51 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [PATCH v2] BaseTools/GenFw: Disable support for R_X86_64_32S > >

[edk2] question about armclang support

2018-07-10 Thread Tan, Sau Kae
Hi All, May I know is armclang already supported in EDK2? Or only armcc is supported currently? Thanks. Regards, Sau Kae ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

[edk2] [PATCH v2] BaseTools/GenFw: Disable support for R_X86_64_32S

2018-07-10 Thread Zenith432
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=999 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zenith432 --- BaseTools/Source/C/GenFw/Elf64Convert.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git

Re: [edk2] question about uefi shell pipe.

2018-07-10 Thread krishnaLee
Hi,liming: the files attached to this mail may be missed,so I had made a copy here: https://github.com/testcheng307/UEFI-TEST the question is in first mail,I repeat it here: # test-1,the follow two command should has the same output ,but infact not the same in QEMU,and the second command

Re: [edk2] [Patch 0/2] Fixed correct password not works issue

2018-07-10 Thread Wu, Hao A
The series looks good to me. Reviewed-by: Hao Wu Best Regards, Hao Wu > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Eric > Dong > Sent: Tuesday, July 10, 2018 12:02 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch 0/2] Fixed

Re: [edk2] [Patch] BaseTools: Fix the bug that incorrect size info in the Lib autogen

2018-07-10 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >Yonghong Zhu >Sent: Monday, July 09, 2018 8:16 PM >To: edk2-devel@lists.01.org >Subject: [edk2] [Patch] BaseTools: Fix the bug that incorrect size info in the >Lib

Re: [edk2] [PATCH v4] BaseTools/GenFw: Add X64 GOTPCREL Support to GenFw

2018-07-10 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >Zenith432 >Sent: Monday, July 09, 2018 8:58 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [edk2] [PATCH v4] BaseTools/GenFw: Add X64 GOTPCREL Support to

Re: [edk2] [PATCH] BaseTools/GenFw: Disable support for R_X86_64_32S

2018-07-10 Thread Gao, Liming
Zenith: Thanks for your contribution. Please comment case R_X86_64_32S: instead of #if 0 xxx #endif. Thanks Liming >-Original Message- >From: Zenith432 [mailto:zenith...@users.sourceforge.net] >Sent: Monday, July 09, 2018 5:37 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming