[edk2] [PATCH 0/5] StandaloneMmPkg: Miscellaneous fixes

2018-12-02 Thread Sughosh Ganu
Miscellaneous fixes in StandaloneMmPkg code. This patcheset is to be applied on top of the following patchset "StandaloneMM: Update permissions for Standalone MM drivers memory area" Achin Gupta (5): StandaloneMmPkg: Add missing dependency on PL011UartClockLib StandaloneMmPkg: Enforce

[edk2] [PATCH v3 2/2] StandaloneMM: Update permissions for Standalone MM drivers memory area

2018-12-02 Thread Sughosh Ganu
The StandaloneMM image executes in S-EL0 on reference Arm platforms and is deployed by the trusted firmware as BL32 image. Memory for the Standalone MM drivers is marked as RW+XN initially, allowing the drivers to be loaded into the memory. Once loaded, the memory attributes need to be changed to

[edk2] [PATCH v3 1/2] StandaloneMM: Include the newly added library class for MMU functions

2018-12-02 Thread Sughosh Ganu
The MMU functions needed for StandaloneMM image are now exported through a separate library class. Make the corresponding change in the core's entry point inf file so that it references the correct library class for modifying the MMU attributes. Contributed-under: TianoCore Contribution Agreement

[edk2] [PATCH v3 0/2] StandaloneMM: Update permissions for Standalone MM drivers memory area

2018-12-02 Thread Sughosh Ganu
Changes since v2: Incorporate review comments from Achin to move StandaloneMmPeCoffExtraActionLib.c under AArch64 directory. Changes since v1: A new patch has been added to reflect the library class added for changing the MMU attributes in StandaloneMM image, based on review comments from Ard

Re: [edk2] [PATCH v2 0/2] StandaloneMM: Update permissions for Standalone MM drivers memory area

2018-12-02 Thread Sughosh Ganu
hi Achin, On Sun Dec 02, 2018 at 12:15:47AM +0530, Achin Gupta wrote: > Hi Sughosh, > > On Sat, Dec 01, 2018 at 09:56:52AM +0530, Sughosh Ganu wrote: > > hi Achin, > > > > On Sat Dec 01, 2018 at 05:08:50AM +0530, Achin Gupta wrote: > > > Hi Sughosh, > > > > > > +Jiewen > > > > > > I took the

[edk2] [Patch 0/2] Update CPUID related definition.

2018-12-02 Thread Eric Dong
Update CPUID definition to follow SDM 2018'11 version, changes Include: 1. Add new fields to the existed data structure, impact CPUIDs include: 1. CPUID_THERMAL_POWER_MANAGEMENT 0x06 CPUID_THERMAL_POWER_MANAGEMENT_EAX 2.

[edk2] [Patch 1/2] UefiCpuPkg/Cpuid.h: Sync CPUID definition to latest SDM.

2018-12-02 Thread Eric Dong
Update CPUID definition to follow SDM 2018'11 version, changes Include: 1. Add new fields to the existed data structure, impact CPUIDs include: 1. CPUID_THERMAL_POWER_MANAGEMENT 0x06 CPUID_THERMAL_POWER_MANAGEMENT_EAX 2.

[edk2] [Patch 2/2] UefiCpuPkg/Cpuid: Add code to support new definition.

2018-12-02 Thread Eric Dong
Add code to support new definitions added for SDM 2018'11 version. Cc: Ruiyu Ni Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong --- UefiCpuPkg/Application/Cpuid/Cpuid.c | 147 +-- 1 file changed, 142

Re: [edk2] [edk2-test][Patch 3/3] uefi-sct/SctPkg:Add VerifySignature() Conf Test

2018-12-02 Thread Jin, Eric
Hello Supreeth, Thank you for the comments. V2 will be sent out. All clean up will be merged into the patch 1/3 with INF version update. Best Regards Eric -Original Message- From: Supreeth Venkatesh Sent: Saturday, December 1, 2018 6:28 AM To: Jin, Eric ; edk2-devel@lists.01.org

Re: [edk2] [Patch v1 1/1] BaseTools: create and use a standard shared variable for '*'

2018-12-02 Thread Zhu, Yonghong
Hi Jaben, In this patch, it also changed the mathematics multiplicative '*' (used in expression) to TAB_STAR, is it by on purpose? Eg: -NonLetterOpLst = ['+', '-', '*', '/', '%', '&', '|', '^', '~', '<<', '>>', '!', '=', '>', '<', '?', ':'] +NonLetterOpLst = ['+', '-', TAB_STAR, '/',

[edk2] [PATCH v4 0/2] Remove DuetPkg and unused tools

2018-12-02 Thread Shenglei Zhang
DuetPkg depends on Legacy BIOS to provide a UEFI environment. It was invented in the era when UEFI environment is hard to find. Since now UEFI is very popular in PC area, we could stop the official support of this package and remove it from the master. And moreover, the tools only used by DuetPkg

Re: [edk2] [RFC] Proposal to add edk2-apps repository

2018-12-02 Thread krishnaLee
Ruiyu, At 2018-11-30 11:40:06, "Ni, Ruiyu" wrote: >I don't prefer edk2-libc unless we have a strategy/plan to make ordinary C >developer easy by promoting the std-c pkg. >The other reason I prefer edk2-app is then ShellPkg might be moved to that new >repo. I used to think ShellPkg can also

Re: [edk2] Latest SVN Update Breaks Link

2018-12-02 Thread Gao, Liming
David: You can switch to git Edk2. Most people uses GitHub edk2. And, you are right. When you update the code from old version, please type edksetup.bat Reconfig to configure them. Thanks Liming >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On