Re: [edk2] [PATCH] uefi-sct/SctPkg:The Lun display order issue in iSCSI device path text

2018-10-16 Thread Supreeth Venkatesh
On 10/13/2018 05:33 PM, Eric Jin wrote: Cc: Supreeth Venkatesh Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin --- .../BlackBoxTest/DevicePathFromTextBBTestCoverage.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff

Re: [edk2] [PATCH] uefi-sct/SctPkg:Assign 0 to the tail of HwErrRecVariableName

2018-10-16 Thread Supreeth Venkatesh
On 10/14/2018 02:31 AM, Eric Jin wrote: Ensure the HwErrRecVariable could be deleted before the test exit. Cc: Supreeth Venkatesh Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin --- .../BlackBoxTest/VariableServicesBBTestFunction.c

Re: [edk2] [PATCH] uefi-sct/SctPkg: Fix the BlueTooth Guid and Enable BLE test

2018-10-16 Thread Supreeth Venkatesh
On 10/14/2018 04:54 AM, Eric Jin wrote: Correct the guid of EFI_GUID gEfiBlueToothIoProtocolGuid and gEfiBlueToothConfigProtocolGuid Add BlueToothLE support test in the EfiCompliant part Cc: Supreeth Venkatesh Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed

Re: [edk2] [PATCH] uefi-sct/SctPkg: Fix the Possible numeric underflow

2018-10-16 Thread Supreeth Venkatesh
Reviewed-by: Supreeth Venkatesh On 10/13/2018 05:27 PM, Eric Jin wrote: Possible numeric underflow when calculating the starting LBA for ReadBlocks_Func test Cc: Supreeth Venkatesh Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin

Re: [edk2] [PATCH] uefi-sct/SctPkg:Enhance the SimpleNetwork Test

2018-10-16 Thread Supreeth Venkatesh
On 10/14/2018 03:06 AM, Eric Jin wrote: Add the EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit in the Enable parameter Add one checkpoint to MCastFilterCount is zero Cc: Supreeth Venkatesh Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin

Re: [edk2] [PATCH] uefi-sct/SctPkg:Add conformance test cases for deprecated EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS attribute.

2018-10-16 Thread Supreeth Venkatesh
Reviewed-by: Supreeth Venkatesh If the commit message is broken down into multiple lines less than 80 cols. On 10/13/2018 04:19 PM, Eric Jin wrote: Cc: Supreeth Venkatesh Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin

Re: [edk2] [PATCH] uefi-sct/SctPkg:The original design for the 'EraseLengthGranularity' test need consider this case

2018-10-16 Thread Supreeth Venkatesh
Commit Message less than 80 cols please. On 10/13/2018 04:51 PM, Eric Jin wrote: For the SD device, no same as the eMMC, the 'EraseLengthGranularity' is 1. Cc: Supreeth Venkatesh Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by

Re: [edk2] [PATCH] uefi-sct/SctPkg:Fix the flaw in BBTestCreateEventEx_Func_Sub3 on certain situation. Besides AllocatePages(), CreateEventEx may cause the memorymap change itself. Enhance the test to

2018-10-16 Thread Supreeth Venkatesh
On 10/15/2018 02:33 AM, Supreeth Venkatesh wrote: Please use a commit message less than 80 Cols. On 10/13/2018 04:42 PM, Eric Jin wrote: Cc: Supreeth Venkatesh Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin

Re: [edk2] Missing Library in StandaloneMmPkg

2018-10-15 Thread Supreeth Venkatesh
, October 15, 2018 2:29 PM To: edk2-devel@lists.01.org; Achin Gupta ; Jiewen Yao ; Supreeth Venkatesh ; Sughosh Ganu Subject: Missing Library in StandaloneMmPkg Greetings, It appears that StandaloneMmPkg/StandaloneMmPkg.dsc contains a reference to this library: ArmMmuLib|ArmPkg/Library/ArmMmuLib

Re: [edk2] [PATCH] uefi-sct/SctPkg:Fix the flaw in BBTestCreateEventEx_Func_Sub3 on certain situation. Besides AllocatePages(), CreateEventEx may cause the memorymap change itself. Enhance the test to

2018-10-15 Thread Supreeth Venkatesh
On 10/15/2018 02:33 AM, Supreeth Venkatesh wrote: Please use a commit message less than 80 Cols. On 10/13/2018 04:42 PM, Eric Jin wrote: Cc: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> Cc: Jiaxin Wu <mailto:jiaxin...@intel.com> Contributed-under: TianoCore Contributi

Re: [edk2] [PATCH] uefi-sct/SctPkg:The original design for the 'EraseLengthGranularity' test need consider this case

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:08 AM, Supreeth Venkatesh wrote: Commit Message less than 80 cols please. On 10/13/2018 04:51 PM, Eric Jin wrote: For the SD device, no same as the eMMC, the 'EraseLengthGranularity' is 1. Cc: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com>

Re: [edk2] [PATCH] uefi-sct/SctPkg:Implement the iSCSI devicepath to text

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:33 AM, Supreeth Venkatesh wrote: On 10/14/2018 03:25 AM, Eric Jin wrote: Cc: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> Cc: Jiaxin Wu <mailto:jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin

Re: [edk2] [PATCH] uefi-sct/SctPkg: Fix the Possible numeric underflow

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:20 AM, Supreeth Venkatesh wrote: Reviewed-by: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> On 10/13/2018 05:27 PM, Eric Jin wrote: Possible numeric underflow when calculating the starting LBA for ReadBlocks_Func test Cc: Supreeth Ven

Re: [edk2] [PATCH] uefi-sct/SctPkg:Enhance the EraseBlock Test

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:43 AM, Supreeth Venkatesh wrote: On 10/14/2018 05:26 PM, Eric Jin wrote: The EraseSize in the EraseBlocks conf test should be bytes. Cover the case that the size of the data to erase is a multiple of the 'EraseLengthGranularity' value of an Erase Block Protoco

Re: [edk2] [PATCH] uefi-sct/SctPkg:The original design for the 'EraseLengthGranularity' test need consider this case

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 02:44 AM, Supreeth Venkatesh wrote: Commit Message less than 80 cols please. On 10/13/2018 04:51 PM, Eric Jin wrote: For the SD device, no same as the eMMC, the 'EraseLengthGranularity' is 1. Cc: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com&g

Re: [edk2] [PATCH] uefi-sct/SctPkg:Assign 0 to the tail of HwErrRecVariableName

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:23 AM, Supreeth Venkatesh wrote: On 10/14/2018 02:31 AM, Eric Jin wrote: Ensure the HwErrRecVariable could be deleted before the test exit. Cc: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> Cc: Jiaxin Wu <mailto:jiaxin...@intel.com> Contributed-unde

Re: [edk2] [PATCH] uefi-sct/SctPkg:The Lun display order issue in iSCSI device path text

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:22 AM, Supreeth Venkatesh wrote: On 10/13/2018 05:33 PM, Eric Jin wrote: Cc: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> Cc: Jiaxin Wu <mailto:jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin

Re: [edk2] [PATCH] uefi-sct/SctPkg: Fix the BlueTooth Guid and Enable BLE test

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:36 AM, Supreeth Venkatesh wrote: On 10/14/2018 04:54 AM, Eric Jin wrote: Correct the guid of EFI_GUID gEfiBlueToothIoProtocolGuid and gEfiBlueToothConfigProtocolGuid Add BlueToothLE support test in the EfiCompliant part Cc: Supreeth Venkatesh <mailto:supreeth.ven

Re: [edk2] [PATCH] uefi-sct/SctPkg:Add the checkpoint of Toggle state of ReadKeyStrokeEx

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:17 AM, Supreeth Venkatesh wrote: On 10/13/2018 05:21 PM, Eric Jin wrote: UEFI Spec clarify the Toggle state Cc: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> Cc: Jiaxin Wu <mailto:jiaxin...@intel.com> Contributed-under: TianoCore Contribution A

Re: [edk2] [PATCH] uefi-sct/SctPkg:Fix the incorrect buffer free in SctAPrint()

2018-10-15 Thread Supreeth Venkatesh
On 10/15/2018 03:24 AM, Supreeth Venkatesh wrote: Reviewed-by: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> On 10/14/2018 02:58 AM, Eric Jin wrote: Cc: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> Cc: Jiaxin Wu <mailto:jiaxin...@intel.com> Contribute

Re: [edk2] [PATCH] uefi-sct/SctPkg:Enhance the SimpleNetwork Test

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:30 AM, Supreeth Venkatesh wrote: On 10/14/2018 03:06 AM, Eric Jin wrote: Add the EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit in the Enable parameter Add one checkpoint to MCastFilterCount is zero Cc: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> Cc: Jia

Re: [edk2] [PATCH] uefi-sct/SctPkg:One checkpoint in the ExtractConfigFunction need be removed

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:48 AM, Supreeth Venkatesh wrote: Reviewed-by: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> On 10/13/2018 04:30 PM, Eric Jin wrote: The Results output from ExtractConfigFunction() may be different during two calls in some case. Cc: Supreeth Ven

Re: [edk2] [PATCH] uefi-sct/SctPkg:Add conformance test cases for deprecated EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS attribute.

2018-10-15 Thread Supreeth Venkatesh
FYI On 10/15/2018 03:46 AM, Supreeth Venkatesh wrote: Reviewed-by: Supreeth Venkatesh <mailto:supreeth.venkat...@arm.com> If the commit message is broken down into multiple lines less than 80 cols. On 10/13/2018 04:19 PM, Eric Jin wrote: Cc: Supreeth Venkatesh <mailto:supree

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg:Add two checkpoints of GetNextVariable()

2018-10-12 Thread Supreeth Venkatesh
migrating over from https://github.com/UEFI/UEFI-SCT/commit/3405b2f16f4c4541d80b25aab698fff0482b573f Reviewed-by: Supreeth Venkatesh On 10/12/2018 06:22 AM, Eric Jin wrote: If a VariableName buffer on input is not a Null-terminated string, EFI_INVALID_PARAMETER is returned. If input values

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add TPL Check in SimpleTextIn/SimpleTextInEx

2018-10-12 Thread Supreeth Venkatesh
migrating over from https://github.com/UEFI/UEFI-SCT/commit/9f1d81a915d8994fea326e7cde953061f50af4ba Reviewed-by: Supreeth Venkatesh On 10/12/2018 05:57 AM, Eric Jin wrote: Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin Cc: Supreeth Venkatesh Cc: Jiaxin Wu

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Define new AIP info block for wireless NIC

2018-10-12 Thread Supreeth Venkatesh
Migrating over from https://github.com/UEFI/UEFI-SCT/commit/7550cc65a81cc20267cfe9baa5c4f5189d9ea327 Reviewed-by: Supreeth Venkatesh On 10/12/2018 03:42 AM, Eric Jin wrote: Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin Cc: Supreeth Venkatesh Cc: Jiaxin Wu

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add not-granularity-aligned cases in Erase Block Protocol

2018-10-12 Thread Supreeth Venkatesh
Migrating over from https://github.com/UEFI/UEFI-SCT/commit/48265b5f6167b520d3c19f7fd72edbdd58be7d2f Reviewed-by: Supreeth Venkatesh On 10/12/2018 03:28 AM, Eric Jin wrote: Add not-granularity-aligned cases Correct end of line Contributed-under: TianoCore Contribution Agreement 1.1 Signed

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Fix the corner case of ExtractConfig API

2018-10-12 Thread Supreeth Venkatesh
migrating over from https://github.com/UEFI/UEFI-SCT/commit/be1ddea30c03bf6c9f38ff826f7c4317b0653a4c Reviewed-by: Supreeth Venkatesh On 10/12/2018 03:11 AM, Eric Jin wrote: There may be no output with the ExtractConfig API The export data may be changed automatically Contributed-under

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add checkpoint of LocateProtocol()

2018-10-12 Thread Supreeth Venkatesh
Since just migrating over from https://github.com/UEFI/UEFI-SCT/commit/f692ed9f6f88e2a03494454f86906e33f543e2d4 Reviewed-by: Supreeth Venkatesh Don't forget to use forward slashes in commit message, while committing. On 10/12/2018 02:52 AM, Eric Jin wrote: Clarify return value for

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add new test of UFSDeviceConfig Protocol

2018-10-12 Thread Supreeth Venkatesh
Since this was already present in https://github.com/UEFI/UEFI-SCT/commit/473942ebc2135b066bb8713d62182e160611597a and it is just migrating over to new repository. Reviewed-by: Supreeth Venkatesh if commit msg is changed to uefi-sct/SctPkg instead of uefi-sct\SctPkg, while pushing upstream

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add the new test of ResetNotification Protocol

2018-10-12 Thread Supreeth Venkatesh
Since this is squash commit of https://github.com/UEFI/UEFI-SCT/commit/d0b53e6ed0ba1eafb554465ea450a7f6471936a4 and https://github.com/UEFI/UEFI-SCT/commit/6f4969bf85db6516a8b66bbb7b65982112cad460 and just migrating over. Reviewed-by: Supreeth Venkatesh Change commit message to uefi-sct

Re: [edk2] [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode()

2018-10-12 Thread Supreeth Venkatesh
Reviewed-by: Supreeth Venkatesh -Original Message- From: Eric Jin Sent: Thursday, October 11, 2018 2:37 AM To: edk2-devel@lists.01.org Cc: Supreeth Venkatesh Subject: [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode() Contributed-under: TianoCore Contribution Agreement 1.1

Re: [edk2] [edk2-test][Patch] Enable the DNS/BLE DevicePath test

2018-10-12 Thread Supreeth Venkatesh
Since this was already present in https://github.com/UEFI/UEFI-SCT/commit/86df722a7bc02a15fba471664c0b2c5dec3797bf and it is just migrating over to new repository. Reviewed-by: Supreeth Venkatesh On 10/11/2018 07:50 AM, Eric Jin wrote: Add new test for DNS/BlueToothLE DevicePath Resort the

Re: [edk2] [PATCH][edk2-test]uefi-sct\SctPkg: Consider the corner case that no device is on the slot.

2018-10-12 Thread Supreeth Venkatesh
Since this was already present in https://github.com/UEFI/UEFI-SCT/commit/c2a650dd1c39ed653f8f94e436def51b5edf6c71and it is just migrating over to new repository. Reviewed-by: Supreeth Venkatesh if commit msg is changed to uefi-sct/SctPkg instead of uefi-sct\SctPkg, while pushing upstream

Re: [edk2] [edk2-test][Patch] uefi-sct\SctPkg: Add new test of PartitionInfo Protocol

2018-10-12 Thread Supreeth Venkatesh
Since this was already present in https://github.com/UEFI/UEFI-SCT/commit/86df722a7bc02a15fba471664c0b2c5dec3797bf and it is just migrating over to new repository. Reviewed-by: Supreeth Venkatesh if commit msg is changed to uefi-sct/SctPkg instead of uefi-sct\SctPkg, while pushing upstream

[edk2] [edk2-test] [PATCH 1/1] uefi-sct: Update "how to build" instructions.

2018-10-10 Thread Supreeth Venkatesh
Update Build Instructions for UEFI SCTII AARCH64 (Linux) after repository change. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh --- uefi-sct/HowToBuild/How to build SCT in UDK2017.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [edk2] [RFC] Create new edk2-test repo

2018-10-05 Thread Supreeth Venkatesh
Thanks Mike. I second that. Also, UEFI-SCT needs to find a place within edk2-test. Hope we can get this created before UEFI Taipei PlugFest (Oct 16) and after everyone's comments/review and approval. Thanks, Supreeth -Original Message- From: edk2-devel On Behalf Of Kinney, Michael D Se

Re: [edk2] [PATCH v2 09/10] StandaloneMmPkg: Add CPU driver suitable for ARM Platforms.

2018-07-23 Thread Supreeth Venkatesh
Sughosh, My response inline. Thanks, Supreeth -Original Message- From: Achin Gupta Sent: Thursday, July 19, 2018 2:05 PM To: Sughosh Ganu Cc: edk2-devel@lists.01.org; Jiewen Yao ; Supreeth Venkatesh ; nd Subject: Re: [PATCH v2 09/10] StandaloneMmPkg: Add CPU driver suitable for ARM

Re: [edk2] [PATCH v2 7/7] ArmPkg: Extra action to update permissions for S-ELO MM Image

2018-07-23 Thread Supreeth Venkatesh
On Sat, 2018-07-21 at 20:06 +0900, Ard Biesheuvel wrote: > On 20 July 2018 at 21:38, Sughosh Ganu wrote: > > > > From: Achin Gupta > > > > The Standalone MM drivers runs in S-EL0 in AArch64 on ARM Standard > > Platforms and is deployed during SEC phase. The memory allocated to > > the Standalon

Re: [edk2] StandaloneMmPkg comments

2018-07-23 Thread Supreeth Venkatesh
On Sun, 2018-07-22 at 00:51 +0900, Ard Biesheuvel wrote: > On 21 July 2018 at 03:57, Marvin H?user > wrote: > > > > Good day, > > > > I have been reading through the recently imported StandaloneMmPkg > > and found three odd things. > > > > > >   1.  GUID prefixes: GUIDs defined in StandaloneMm

[edk2] [PATCH] BaseTools/AutoGen: Update header file for MM modules.

2018-07-03 Thread Supreeth Venkatesh
: Supreeth Venkatesh Reviewed-by: Jiewen Yao Cc: Jiewen Yao --- BaseTools/Source/Python/AutoGen/GenC.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/BaseTools/Source/Python/AutoGen/GenC.py b/BaseTools/Source/Python/AutoGen/GenC.py index 5c3552a..55bcaba

[edk2] [PATCH 0/1] BaseTools changes for Management Mode modules

2018-07-03 Thread Supreeth Venkatesh
.01.org/pipermail/edk2-devel/2018-July/026778.html [2] - https://lists.01.org/pipermail/edk2-devel/2018-July/026791.html Supreeth Venkatesh (1): BaseTools/AutoGen: Update header file for MM modules. BaseTools/Source/Python/AutoGen/GenC.py | 16 1 file changed, 8 insertions(+), 8

[edk2] [PATCH 5/6] ArmPkg/ArmMmuLib: Add MMU library inf file suitable for use in S-EL0.

2018-07-03 Thread Supreeth Venkatesh
Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Cc: Leif Lindholm Cc: Ard Biesheuvel --- .../ArmMmuLib/ArmMmuStandaloneMmCoreLib.inf| 37 ++ 1 file changed, 37 insertions(+) create mode 100644 ArmPkg/Library/ArmMmuLib

[edk2] [PATCH 1/6] ArmPkg: Add PCDs needed for MM communication driver.

2018-07-03 Thread Supreeth Venkatesh
This patch defines PCDs to describe the base address and size of communication buffer between normal world (uefi) and standalone MM environment in the secure world. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Cc: Leif

[edk2] [PATCH 6/6] ArmPkg: Extra action to update permissions for S-ELO MM Image.

2018-07-03 Thread Supreeth Venkatesh
to request the privileged firmware in EL3 to update the permissions. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Cc: Leif Lindholm Cc: Ard Biesheuvel --- .../DebugPeCoffExtraActionLib.c

[edk2] [PATCH 4/6] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0.

2018-07-03 Thread Supreeth Venkatesh
Firmware. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Cc: Leif Lindholm Cc: Ard Biesheuvel --- .../ArmMmuLib/AArch64/ArmMmuStandaloneMmCoreLib.c | 195 + 1 file changed, 195 insertions(+) create

[edk2] [PATCH 0/6] ArmPkg related changes for StandaloneMM package

2018-07-03 Thread Supreeth Venkatesh
/026778.html Supreeth Venkatesh (6): ArmPkg: Add PCDs needed for MM communication driver. ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver. ArmPkg/Include: Add MM interface SVC return codes. ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0. ArmPkg/ArmMmuLib: Add MMU

[edk2] [PATCH 3/6] ArmPkg/Include: Add MM interface SVC return codes.

2018-07-03 Thread Supreeth Venkatesh
This patch adds the Management Mode(MM) - Secure Partition Manager(SPM) SVC return codes. Also, It corrects SVC ID for retrieving SPM version information. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Cc: Leif Lindholm Cc

[edk2] [PATCH 2/6] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver.

2018-07-03 Thread Supreeth Venkatesh
and other compile related information the driver needs. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Cc: Leif Lindholm Cc: Ard Biesheuvel --- .../Drivers/MmCommunicationDxe/MmCommunication.c | 408

[edk2] [PATCH 10/10] StandaloneMmPkg: Describe the declaration and definition files.

2018-07-03 Thread Supreeth Venkatesh
This patch describes the package declarations and definitions for creating standalone management mode image with core/foundation and drivers. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh Reviewed-by: Achin Gupta Reviewed-by: Jiewen Yao Cc: Jiewen

[edk2] [PATCH 06/10] StandaloneMmPkg: MM driver entry point library.

2018-07-03 Thread Supreeth Venkatesh
This patch implements module entry point library for Standalone management mode (MM) Drivers. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh Reviewed-by: Achin Gupta Reviewed-by: Jiewen Yao Cc: Jiewen Yao Cc: Achin Gupta --- .../Include/Library

[edk2] [PATCH 08/10] StandaloneMmPkg: Add an AArch64 specific entry point library.

2018-07-03 Thread Supreeth Venkatesh
Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Cc: Jiewen Yao Cc: Achin Gupta --- .../Library/AArch64/StandaloneMmCoreEntryPoint.h | 214 +++ .../AArch64/CreateHobList.c| 200 ++ .../AArch64/SetPermissions.c

[edk2] [PATCH 09/10] StandaloneMmPkg: Add CPU driver suitable for ARM Platforms.

2018-07-03 Thread Supreeth Venkatesh
-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Cc: Jiewen Yao Cc: Achin Gupta --- .../Drivers/StandaloneMmCpu/AArch64/EventHandle.c | 208 +++ .../StandaloneMmCpu/AArch64/StandaloneMmCpu.c | 219 + .../StandaloneMmCpu/AArch64/StandaloneMmCpu.h

[edk2] [PATCH 05/10] StandaloneMmPkg/HobLib: Add HOB Library for management mode.

2018-07-03 Thread Supreeth Venkatesh
the same phase. This patch implements a Hob library that can be used by the entry point module to produce a Hob list and by the core driver code to consume it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Reviewed-by: Jiewen

[edk2] [PATCH 04/10] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.

2018-07-03 Thread Supreeth Venkatesh
This patch implements management mode memory allocation services. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh Reviewed-by: Achin Gupta Reviewed-by: Jiewen Yao Cc: Jiewen Yao Cc: Achin Gupta --- StandaloneMmPkg/Include/Guid/MmCoreData.h

[edk2] [PATCH 03/10] StandaloneMmPkg/MemLib: Add Standalone MM instance of memory check library.

2018-07-03 Thread Supreeth Venkatesh
set data in non-MMRAM. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh Reviewed-by: Achin Gupta Reviewed-by: Jiewen Yao Cc: Jiewen Yao Cc: Achin Gupta --- .../Include/Library/StandaloneMmMemLib.h | 140 +++ .../AArch64

[edk2] [PATCH 01/10] StandaloneMmPkg: Delete StandaloneMmPkg file.

2018-07-03 Thread Supreeth Venkatesh
This patch deletes "StandaloneMmPkg" which was created as a file intially. This patch enables creation of "StandaloneMmPkg" as a folder. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh Reviewed-by: Achin Gupta Reviewed-by: Jiewen Yao

[edk2] [PATCH 02/10] StandaloneMmPkg/FvLib: Add a common FV Library for management mode.

2018-07-03 Thread Supreeth Venkatesh
This patch implements a firmware volume library that can be used by the Standalone management mode core module to parse the firmware volume. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh Reviewed-by: Achin Gupta Reviewed-by: Jiewen Yao Cc: Jiewen Yao

[edk2] [PATCH 00/10] Standalone Management Mode Core Interface for AARCH64 Platforms

2018-07-03 Thread Supreeth Venkatesh
.html Supreeth Venkatesh (10): StandaloneMmPkg: Delete StandaloneMmPkg file. StandaloneMmPkg/FvLib: Add a common FV Library for management mode. StandaloneMmPkg/MemLib: Add Standalone MM instance of memory check library. StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation

Re: [edk2] [PATCH v3 00/17] *** Standalone Management Mode Core Interface for AARCH64 Platforms ***

2018-06-06 Thread Supreeth Venkatesh
Thanks for Testing. Appreciate it. Supreeth -Original Message- From: Sughosh Ganu Sent: Wednesday, June 6, 2018 6:20 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; jiewen@intel.com; liming@intel.com Subject: Re: [edk2] [PATCH v3 00/17] *** Standalone Management Mode

Re: [edk2] [PATCH v2 17/17] BaseTools/AutoGen: Update header file for MM modules.

2018-06-04 Thread Supreeth Venkatesh
Liming, Thanks for the feedback. I have sent v3 of this patch. Sorry for the delay, I was waiting for feedback on other patches in the patch set. Thanks, Supreeth -Original Message- From: Gao, Liming Sent: Monday, May 7, 2018 10:11 AM To: Supreeth Venkatesh ; edk2-devel@lists.01.org

[edk2] [PATCH v3 17/17] BaseTools/AutoGen: Update header file for MM modules.

2018-06-04 Thread Supreeth Venkatesh
: Supreeth Venkatesh Reviewed-by: Jiewen Yao --- BaseTools/Source/Python/AutoGen/GenC.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/BaseTools/Source/Python/AutoGen/GenC.py b/BaseTools/Source/Python/AutoGen/GenC.py index 1be27d2b89..9b1a9fac12 100644 --- a

[edk2] [PATCH v3 06/17] StandaloneMmPkg: Delete StandaloneMmPkg file.

2018-06-04 Thread Supreeth Venkatesh
This patch deletes "StandaloneMmPkg" which was created as a file intially. This patch enables creation of "StandaloneMmPkg" as a folder. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh Reviewed-by: Achin Gupta Rev

[edk2] [PATCH v3 13/17] StandaloneMmPkg: Add an AArch64 specific entry point library.

2018-06-04 Thread Supreeth Venkatesh
Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh --- .../AArch64/StandaloneMmCoreEntryPoint.h | 214 + .../AArch64/CreateHobList.c | 200 .../AArch64/SetPermissions.c | 275

[edk2] [PATCH v3 00/17] *** Standalone Management Mode Core Interface for AARCH64 Platforms ***

2018-06-04 Thread Supreeth Venkatesh
rary." Changes Since v1: (*) Reorder and Reword commits. (*) Reorganize structure of StandaloneMmPkg and rename libraries. (*) Address Review Comments from Achin, Jiewen and Daniil. *** Supreeth Venkatesh (17): ArmPkg: Add PCDs needed for MM communication driver.

Re: [edk2] Question with building UEFI SCT

2018-05-10 Thread Supreeth Venkatesh
+utwg Supreeth -Original Message- From: edk2-devel On Behalf Of Macheeri Ramaswamy, ShubhashreeX Sent: Thursday, May 10, 2018 1:45 PM To: edk2-devel-ow...@lists.01.org; edk2-devel@lists.01.org Subject: [edk2] Question with building UEFI SCT Hi, I built my SCT using the steps mentioned

Re: [edk2] [PATCH v2 02/17] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver.

2018-05-10 Thread Supreeth Venkatesh
On Wed, 2018-05-09 at 20:52 +, Udit Kumar wrote: > > > > > -Original Message- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf > > Of > > Supreeth Venkatesh > > Sent: Saturday, May 5, 2018 2:11 AM > > To

Re: [edk2] [PATCH v2 03/17] ArmPkg/Include: Add MM interface SVC return codes.

2018-05-10 Thread Supreeth Venkatesh
On Wed, 2018-05-09 at 20:57 +, Udit Kumar wrote: > > > > > -Original Message- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf > > Of > > Supreeth Venkatesh > > Sent: Saturday, May 5, 2018 2:11 AM > > To

Re: [edk2] [PATCH v2 04/17] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0.

2018-05-10 Thread Supreeth Venkatesh
- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf > > Of > > Supreeth Venkatesh > > Sent: Saturday, May 5, 2018 2:11 AM > > To: edk2-devel@lists.01.org > > Cc: ard.biesheu...@linaro.org; leif.lindh...@linaro.org; jiewen.yao > >

Re: [edk2] [PATCH v2 17/17] BaseTools/AutoGen: Update header file for MM modules.

2018-05-07 Thread Supreeth Venkatesh
Thanks Liming. With new changes in this file and three-way merge, I have messed this up. I will resend v3 of this again. Supreeth -Original Message- From: Gao, Liming Sent: Monday, May 7, 2018 10:11 AM To: Supreeth Venkatesh ; edk2-devel@lists.01.org Cc: Kinney, Michael D ; Yao, Jiewen

Re: [edk2] [PATCH v1 17/18] StandaloneMmPkg: Add application to test MM communication protocol.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Monday, April 30, 2018 3:02 PM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject: Re

Re: [edk2] [PATCH v1 16/18] BaseTools/AutoGen: Update header file for MM modules.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Monday, April 30, 2018 2:53 PM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject: Re

Re: [edk2] [PATCH v1 15/18] ArmPkg: Extra action to update permissions for S-ELO MM Image.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Monday, April 30, 2018 2:49 PM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject: Re

Re: [edk2] [PATCH v1 14/18] StandaloneMmPkg: Describe the declaration, definition and fdf files.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Daniil Egranov Sent: Wednesday, April 18, 2018 2:51 PM To: Supreeth Venkatesh ; edk2-devel@lists.01.org Cc: ard.biesheu...@linaro.org; leif.lindh...@linaro.org; jiewen@intel.com; liming@intel.com; michael.d.kin...@intel.com Subject

Re: [edk2] [PATCH v1 14/18] StandaloneMmPkg: Describe the declaration, definition and fdf files.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Monday, April 30, 2018 2:32 PM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject: Re

Re: [edk2] [PATCH v1 10/18] StandaloneMmPkg/HobLib: Add AARCH64 Specific HOB Library for management mode.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Wednesday, April 25, 2018 9:50 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject

Re: [edk2] [PATCH v1 12/18] StandaloneMmPkg/CpuMm: Add CPU driver suitable for ARM Platforms.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Daniil Egranov Sent: Wednesday, April 18, 2018 5:09 PM To: Supreeth Venkatesh ; edk2-devel@lists.01.org Cc: ard.biesheu...@linaro.org; leif.lindh...@linaro.org; jiewen@intel.com; liming@intel.com; michael.d.kin...@intel.com Subject

Re: [edk2] [PATCH v1 12/18] StandaloneMmPkg/CpuMm: Add CPU driver suitable for ARM Platforms.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Monday, April 30, 2018 10:51 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject

Re: [edk2] [PATCH v1 11/18] StandaloneMmPkg: MM driver entry point library.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Monday, April 30, 2018 9:30 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject: Re

Re: [edk2] [PATCH v1 09/18] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.

2018-05-04 Thread Supreeth Venkatesh
specific and intel specific funtions. Please review it and let me know if you see issues. Thanks, Supreeth -Original Message- From: Yao, Jiewen Sent: Thursday, April 26, 2018 8:06 AM To: Achin Gupta ; Supreeth Venkatesh Cc: ard.biesheu...@linaro.org; edk2-devel@lists.01.org;

Re: [edk2] [PATCH v1 10/18] StandaloneMmPkg/HobLib: Add AARCH64 Specific HOB Library for management mode.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Yao, Jiewen Sent: Thursday, April 26, 2018 8:04 AM To: Achin Gupta ; Supreeth Venkatesh Cc: edk2-devel@lists.01.org; Kinney, Michael D ; Gao, Liming ; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject: RE: [PATCH v1 10/18

Re: [edk2] [PATCH v1 09/18] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Wednesday, April 25, 2018 9:34 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject

Re: [edk2] [PATCH v1 08/18] StandaloneMmPkg/MemLib: AARCH64 Specific instance of memory check library.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Monday, April 16, 2018 10:13 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject

Re: [edk2] [PATCH v1 07/18] StandaloneMmPkg/FvLib: Add a common FV Library for management mode.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Monday, April 16, 2018 9:44 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject: Re

Re: [edk2] [PATCH v1 06/18] StandaloneMmPkg: Add an AArch64 specific entry point library.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Monday, April 16, 2018 9:04 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject: Re

Re: [edk2] [PATCH v1 05/18] ArmPkg/ArmMmuLib: Add MMU library inf file suitable for use in S-EL0.

2018-05-04 Thread Supreeth Venkatesh
Thanks. -Original Message- From: Achin Gupta Sent: Wednesday, April 11, 2018 2:24 PM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject: Re: [PATCH

Re: [edk2] [PATCH v1 04/18] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Wednesday, April 11, 2018 2:22 PM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject

Re: [edk2] [PATCH v1 03/18] ArmPkg/Include: Add MM interface SVC return codes.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Wednesday, April 11, 2018 9:38 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject

Re: [edk2] [PATCH v1 02/18] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Wednesday, April 11, 2018 9:00 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject

Re: [edk2] [PATCH v1 01/18] ArmPkg: Add PCDs needed for MM communication driver.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Wednesday, April 11, 2018 9:43 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu...@linaro.org; nd Subject

Re: [edk2] [PATCH v1 00/18] *** Standalone Management Mode Core Interface for AARCH64 Platforms ***

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Yao, Jiewen Sent: Sunday, April 8, 2018 1:02 AM To: Supreeth Venkatesh ; edk2-devel@lists.01.org Cc: Kinney, Michael D ; Gao, Liming ; Achin Gupta ; leif.lindh...@linaro.org; ard.biesheu...@linaro.org Subject: RE: [PATCH v1 00/18

Re: [edk2] [PATCH v1 01/18] ArmPkg: Add PCDs needed for MM communication driver.

2018-05-04 Thread Supreeth Venkatesh
> -Original Message- > From: Achin Gupta  > Sent: Wednesday, April 11, 2018 9:43 AM > To: Supreeth Venkatesh > Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming.gao@i > ntel.com; jiewen@intel.com; leif.lindh...@linaro.org; ard.biesheu > v...@lina

[edk2] [edk2-platforms PATCH v2 1/2] VExpressPkg: Add dsc and fdf files for generating Standalone MM Image.

2018-05-04 Thread Supreeth Venkatesh
Standalone Management Mode (MM) image generation on AArch64 FVP. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh --- .../ArmVExpress-StandaloneMm-FVP-AArch64.dsc | 102 .../ArmVExpress-StandaloneMm-FVP-AArch64.fdf | 184

[edk2] [PATCH v2 09/17] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.

2018-05-04 Thread Supreeth Venkatesh
This patch implements management mode memory allocation services. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh Reviewed-by: Achin Gupta Reviewed-by: Jiewen Yao --- StandaloneMmPkg/Include/Guid/MmCoreData.h | 133 +++ StandaloneMmPkg

[edk2] [PATCH v2 16/17] ArmPkg: Extra action to update permissions for S-ELO MM Image.

2018-05-04 Thread Supreeth Venkatesh
to request the privileged firmware in EL3 to update the permissions. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh --- .../DebugPeCoffExtraActionLib.c| 185 +++-- .../DebugPeCoffExtraAct

[edk2] [PATCH v2 04/17] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0.

2018-05-04 Thread Supreeth Venkatesh
Firmware. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh --- .../ArmMmuLib/AArch64/ArmMmuStandaloneMmCoreLib.c | 195 + 1 file changed, 195 insertions(+) create mode 100644 ArmPkg/Library/ArmMmuLib

[edk2] [edk2-platforms PATCH v2 2/2] Platform/VExpressPkg: Enable MM communication driver.

2018-05-04 Thread Supreeth Venkatesh
This patch enables MmCommunicationDxe on AArch64 Fixed Virtual Platform (FVP) by defining required PCDs and driver inf file. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh --- Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 11

[edk2] [edk2-platforms PATCH v2 0/2] *** Enable Standalone Management Mode Core Interface on AARCH64 FVP ***

2018-05-04 Thread Supreeth Venkatesh
*** PI Specification v1.5 "Volume 4: Management Mode Core Interface" introduces the concept of MM Standalone Mode. This patchset enables Standalone Management Mode Core Interface on AARCH64 FVP. *** Supreeth Venkatesh (2): VExpressPkg: Add dsc and fdf files for generating Standalon

[edk2] [PATCH v2 10/17] StandaloneMmPkg/HobLib: Add HOB Library for management mode.

2018-05-04 Thread Supreeth Venkatesh
the same phase. This patch implements a Hob library that can be used by the entry point module to produce a Hob list and by the core driver code to consume it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Reviewed-by: Jiewen

[edk2] [PATCH v2 01/17] ArmPkg: Add PCDs needed for MM communication driver.

2018-05-04 Thread Supreeth Venkatesh
This patch defines PCDs to describe the base address and size of communication buffer between normal world (uefi) and standalone MM environment in the secure world. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh --- ArmPkg

<    1   2   3   4   >