[edk2-devel] [edk2-platforms][PATCH V3 6/7] Platform-ARM-Morello: Add Readme.md file

2021-04-18 Thread chandni cherukuri
This patch adds Readme.md file for Morello Platform. The document consists of information regarding the platform, steps to build and boot till UEFI Shell on the Morello FVP Platform. Signed-off-by: Chandni Cherukuri Reviewed-by: Sami Mujawar --- Platform/ARM/Morello/Readme.md | 46 +

[edk2-devel] [edk2-platforms][PATCH V3 5/7] Platform/ARM/Morello: Add initial support for Morello Platform

2021-04-18 Thread chandni cherukuri
From: Anurag Koul This patch adds the initial support for Morello FVP platform. Co-authored-by: Chandni Cherukuri Signed-off-by: Chandni Cherukuri Reviewed-by: Sami Mujawar --- Platform/ARM/Morello/MorelloPlatform.dec | 60 Platform/ARM/Morello/MorelloPlatform.dsc.inc | 236 +++

[edk2-devel] [edk2-platforms][PATCH V3 7/7] Platform/ARM/Morello: Add virtio net support

2021-04-18 Thread chandni cherukuri
This patch registers a virtio net device for Morello FVP platform. Signed-off-by: Chandni Cherukuri Reviewed-by: Sami Mujawar --- Platform/ARM/Morello/MorelloPlatform.dec| 6 ++ Platform/ARM/Morello/MorelloPlatformFvp.dsc | 7 +++ Platform/ARM/Morel

[edk2-devel] [edk2-platforms][PATCH V3 3/7] Platform/ARM/Morello: Add PlatformDxe driver for Morello

2021-04-18 Thread chandni cherukuri
From: Anurag Koul This patch adds the PlatformDxe Driver for Morello platform. It includes the registration of the ramdisk device. Co-authored-by: Chandni Cherukuri Signed-off-by: Chandni Cherukuri Reviewed-by: Sami Mujawar --- Platform/ARM/Morello/Drivers/PlatformDxe/PlatformDxeFvp.inf

[edk2-devel] [edk2-platforms][PATCH V3 4/7] Platform/ARM/Morello: Add Configuration Manager for Morello

2021-04-18 Thread chandni cherukuri
This patch implements the configuration manager for Morello platform. It enables support for generating the following ACPI tables for Morello FVP Platform: 1. FADT 2. DSDT 3. GTDT 4. MADT 5. SPCR 6. DBG2 7. PPTT

[edk2-devel] [edk2-platforms][PATCH V3 2/7] Platform/ARM/Morello: Add support for PciHostBridgeLib

2021-04-18 Thread chandni cherukuri
Morello FVP platform supports a PCIe root complex. This patch implements PciHostBridgeLib to support PCIe. Signed-off-by: Chandni Cherukuri Reviewed-by: Sami Mujawar --- Platform/ARM/Morello/Library/PciHostBridgeLib/PciHostBridgeLibFvp.inf | 48 ++ Platform/ARM/Morello/Library/PciHostBrid

[edk2-devel] [edk2-platforms][PATCH V3 0/7] Add Morello FVP platform support

2021-04-18 Thread chandni cherukuri
Changes since V2: - Addressed comments from Sami - Picked up Sami's R-b tags on applicable patches Changes since V1: - Added 2 new patches which provide virtio net support and documentation for the Morello FVP platform. - Resolved the coding style errors and ran Ecc. - Replaced function macros w

[edk2-devel] [edk2-platforms][PATCH V3 1/7] Platform/ARM/Morello: Add Platform library implementation

2021-04-18 Thread chandni cherukuri
From: Anurag Koul This patch adds initial Morello Platform Library support. It includes virtual memory map and helper functions for platform initialization. Co-authored-by: Chandni Cherukuri Signed-off-by: Chandni Cherukuri Reviewed-by: Sami Mujawar --- Platform/ARM/Morello/Library/PlatformL

Re: [edk2-devel] [PATCH] SecurityPkg: Add constraints on PK strength

2021-04-18 Thread Gao, Jiaqi
Hi, The patch has been built and tested with several toolchains: 1. GCC5 on Linux, both DEBUG and RELEASE. 2. VS2017 on Windows, both DEBUG and RELEASE. 3. VS2019 on Windows, both DEBUG and RELEASE. To make sure the program can cope with various input, test cases consist of different PK certific

Re: [edk2-devel] [PATCH v1 1/4] ShellPkg: Rename Address Size to Access size

2021-04-18 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Sami > Mujawar > Sent: Friday, April 16, 2021 7:44 PM > To: devel@edk2.groups.io; Sami Mujawar ; Joey > Gouly > Cc: Ni, Ray ; nd ; Gao, Zhichao > > Subject: Re: [edk2-devel] [PATCH

回复: [edk2-devel] [PATCH 1/1] BaseTools: Add double quote around CLANG_BIN path string

2021-04-18 Thread gaoliming
Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Steven Shi > 发送时间: 2021年4月17日 20:22 > 收件人: devel@edk2.groups.io > 抄送: bob.c.f...@intel.com; gaolim...@byosoft.com.cn; Steven Shi > > 主题: [edk2-devel] [PATCH 1/1] BaseTools: Add double quote around > CLANG_BIN path string >

Re: [edk2-devel] [PATCH] SecurityPkg: Add constraints on PK strength

2021-04-18 Thread Min Xu
Have you tested the patch? Would you please post the test result in the mail thread? Thanks. > -Original Message- > From: Gao, Jiaqi > Sent: Friday, April 16, 2021 3:56 PM > To: devel@edk2.groups.io > Cc: Gao, Jiaqi ; Xu, Min M ; Yao, > Jiewen > Subject: [PATCH] SecurityPkg: Add constra

Re: [edk2-devel] VirtIO Sound Driver (GSoC 2021)

2021-04-18 Thread Andrew Fish via groups.io
> On Apr 18, 2021, at 12:22 PM, Marvin Häuser wrote: > > On 18.04.21 21:11, Marvin Häuser wrote: >> On 18.04.21 17:22, Andrew Fish via groups.io wrote: >>> >>> On Apr 18, 2021, at 1:55 AM, Ethin Probst >>> > wrote: > I think it would be best to s

Re: [edk2-devel] VirtIO Sound Driver (GSoC 2021)

2021-04-18 Thread Marvin Häuser
On 18.04.21 21:11, Marvin Häuser wrote: On 18.04.21 17:22, Andrew Fish via groups.io wrote: On Apr 18, 2021, at 1:55 AM, Ethin Probst > wrote: I think it would be best to sketch use-cases for audio and design the solutions closely to the requirements. Why do

Re: [edk2-devel] VirtIO Sound Driver (GSoC 2021)

2021-04-18 Thread Marvin Häuser
On 18.04.21 17:22, Andrew Fish via groups.io wrote: On Apr 18, 2021, at 1:55 AM, Ethin Probst > wrote: I think it would be best to sketch use-cases for audio and design the solutions closely to the requirements. Why do we need to know when audio finished? Wha

Re: [edk2-devel] VirtIO Sound Driver (GSoC 2021)

2021-04-18 Thread Andrew Fish via groups.io
> On Apr 18, 2021, at 1:55 AM, Ethin Probst wrote: > >> I think it would be best to sketch use-cases for audio and design the >> solutions closely to the requirements. Why do we need to know when audio >> finished? What will happen when we queue audio twice? There are many layers >> (UX, int

Re: [edk2-devel] VirtIO Sound Driver (GSoC 2021)

2021-04-18 Thread Ethin Probst
>I think it would be best to sketch use-cases for audio and design the >solutions closely to the requirements. Why do we need to know when audio >finished? What will happen when we queue audio twice? There are many layers >(UX, interface, implementation details) of questions to coming up with a