Re: [edk2-devel] [PATCH] On branch PCIBus dulePkg/PciBusDxe: PciTestSupportedAttribute logic should be changed.

2021-09-21 Thread Wu, Hao A
Sorry for missing one comment. Please help to update the subject of the patch to: MdeModulePkg/PciBusDxe: PciTestSupportedAttribute logic should be changed > -Original Message- > From: devel@edk2.groups.io On Behalf Of Wu, Hao A > Sent: Wednesday, September 22, 2021 1:45 PM > To: Xue,

Re: [edk2-devel] [PATCH] On branch PCIBus dulePkg/PciBusDxe: PciTestSupportedAttribute logic should be changed.

2021-09-21 Thread Wu, Hao A
Two inline comments below: > -Original Message- > From: xueshengfeng > Sent: Wednesday, September 22, 2021 11:18 AM > To: devel@edk2.groups.io; gaolim...@byosoft.com.cn; Wu, Hao A > ; Ni, Ray > Cc: Xue, ShengfengX ; Liang, PanlingX > > Subject: [PATCH] On branch PCIBus

Re: [edk2-devel] [PATCH V2] MdeModulePkg/BootManagerMenuApp: Limit string drawing within one line

2021-09-21 Thread Gao, Zhichao
Hi Liming, The solution is different with the first time we discussed on the Bugzilla. Can you review if it is OK to you? Thanks, Zhichao > -Original Message- > From: Ni, Ray > Sent: Wednesday, September 22, 2021 11:28 AM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Wang, Jian J ;

Re: [edk2-devel] [PATCH V2] MdeModulePkg/BootManagerMenuApp: Limit string drawing within one line

2021-09-21 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: Gao, Zhichao Sent: Thursday, September 9, 2021 3:26 PM To: devel@edk2.groups.io Cc: Wang, Jian J ; Liming Gao ; Ni, Ray Subject: [PATCH V2] MdeModulePkg/BootManagerMenuApp: Limit string drawing within one line REF:

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-21 Thread Jayaprakash, N
Hi Rebecca, Can I resubmit the patch after making these changes in the same development branch or does it require creating a new branch? Regards, JP -Original Message- From: devel@edk2.groups.io On Behalf Of Rebecca Cran Sent: 21 September 2021 22:05 To: Jayaprakash, N ;

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 09/21/2021 #cal-reminder

2021-09-21 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT

Re: [edk2-devel] [PATCH V2] MdeModulePkg/BootManagerMenuApp: Limit string drawing within one line

2021-09-21 Thread Gao, Zhichao
Can we make a decision on this issue? Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Gao, > Zhichao > Sent: Friday, September 10, 2021 2:20 PM > To: Ni, Ray ; Bi, Dandan > Cc: Wang, Jian J ; Liming Gao > ; devel@edk2.groups.io > Subject: Re: [edk2-devel]

回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 09/21/2021 #cal-reminder

2021-09-21 Thread gaoliming
The following issue will be reviewed this week. 3645 EDK2 Test unassig...@tianocore.org UNCO The CCFlag generated in PcdValueInit makefile is incorrect when a -D statement contains a space

Re: [edk2-devel] [edk2-platforms PATCH 1/4] BeagleBoardPkg: Remove the configuration and image headers from flash

2021-09-21 Thread Rebecca Cran
Since it's been a week - "ping". -- Rebecca Cran On 9/14/21 8:39 AM, Leif Lindholm wrote: Ard, I think you were the one who converted the old crazy header stuff to what we have now. Do you remember how this all fits together? For the *other* 3 patches, but not this one: Reviewed-by: Leif

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-21 Thread Rebecca Cran
There are several lines with trailing whitespace. Could you fix them please? > git diff | grep " $" +echo Invalid command line arguments passed, please see the below usage instructions +   mkdir %OUT_FOLDER%\EFI\Tools +) +if not exist %OUT_FOLDER%\EFI\StdLib\lib\python36.8 ( +    echo

Re: [edk2-devel] [PATCH v3 0/4] AndroidBootImgLib improvements

2021-09-21 Thread Jeff Brasen via groups.io
Jun/Others, Any additional comments on this patch series? Thanks, Jeff From: Jeff Brasen Sent: Tuesday, September 14, 2021 10:57 AM To: Leif Lindholm Cc: devel@edk2.groups.io ; daniel.schae...@hpe.com ; abner.ch...@hpe.com ; ardb+tianoc...@kernel.org ;

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-21 Thread Jayaprakash, N
Hi Rebecca, This another patch submitted to add IA32 support for py3 UEFI package creation batch script. Would you be able to review and merge this change? Regards, JP -Original Message- From: devel@edk2.groups.io On Behalf Of Jayaprakash, N Sent: 19 September 2021 17:55 To:

[edk2-devel] [edk2-platforms PATCH 4/4] Marvell: Armada7k8k/OcteonTx: Bump firmware to "EDK2 SH 1.1" revision

2021-09-21 Thread Marcin Wojtas
Update firmware revision after PCI / IcuLib reworks and adding CN913x CEx7 Evaluation Board support. Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[edk2-devel] [edk2-platforms PATCH 3/4] Marvell/Cn913xDbA: Add Readme.md

2021-09-21 Thread Marcin Wojtas
Add the complete build instruction for CN913x Development Board. Signed-off-by: Marcin Wojtas --- Platform/Marvell/Cn913xDb/Readme.md | 98 1 file changed, 98 insertions(+) create mode 100644 Platform/Marvell/Cn913xDb/Readme.md diff --git

[edk2-devel] [edk2-platforms PATCH 1/4] SolidRun/Cn913xCEx7Eval: Add Readme.md

2021-09-21 Thread Marcin Wojtas
Add the complete build instruction for CN913x CEx7 Evaluation Board. Signed-off-by: Marcin Wojtas --- Platform/SolidRun/Cn913xCEx7Eval/Readme.md | 98 1 file changed, 98 insertions(+) create mode 100644 Platform/SolidRun/Cn913xCEx7Eval/Readme.md diff --git

[edk2-devel] [edk2-platforms PATCH 2/4] SolidRun/Armada80x0McBin: Add Readme.md

2021-09-21 Thread Marcin Wojtas
From: Grzegorz Bernacki Add the complete build instruction for MacchiatoBin platform. Signed-off-by: Marcin Wojtas --- Platform/SolidRun/Armada80x0McBin/Readme.md | 97 1 file changed, 97 insertions(+) create mode 100644 Platform/SolidRun/Armada80x0McBin/Readme.md diff

[edk2-devel] [edk2-platforms PATCH 0/4] Marvell readmes

2021-09-21 Thread Marcin Wojtas
Hi, This short patchset adds README files for the platforms based on Marvell SoC's, which have already been SystemReady ES certified. It also bumps the firmware revision after the PCI / IcuLib rework and addition of the CN913x CEx7 Evaluation Board support. The patches are available on a public

[edk2-devel] [PATCH V7 1/1] OvmfPkg: Enable TDX in ResetVector

2021-09-21 Thread Min Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology that extends Virtual Machines Extensions (VMX) and Multi-Key Total Memory Encryption (MKTME) with a new kind of virutal machines guest called a Trust Domain (TD). A

[edk2-devel] [PATCH V7 0/1] Add Intel TDX support in OvmfPkg/ResetVector

2021-09-21 Thread Min Xu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology that extends Virtual Machines Extensions (VMX) and Multi-Key Total Memory Encryption (MKTME) with a new kind of virutal machines guest called a Trust Domain (TD). A

Re: [edk2-devel] [PATCH V6 1/1] OvmfPkg: Enable TDX in ResetVector

2021-09-21 Thread Min Xu
On September 21, 2021 1:16 PM, Gerd Hoffmann wrote: > > + > gUefiCpuPkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0|UINT64 > > + |0 > > + x6017 > > > +typedef enum { > > + /* The guest is running with memory encryption disabled. */ > > + CCAttrNotEncrypted = 0, > > + > > + /* The

[edk2-devel] [PATCH] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type

2021-09-21 Thread Ashraf Ali S
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3642 when the module is not building in IA32 mode which will lead to building error. when a module built-in X64 function pointer will be the size of 64bit width which cannot be fit in 32bit address which will lead to error. to overcome this issue

[edk2-devel] [PATCH] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3642 when the module is not building in IA32 mode which will l

2021-09-21 Thread Ashraf Ali S
Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Cc: Kuo Ted Cc: Duggapu Chinni B Cc: Rangasai V Chaganty Cc: Digant H Solanki Cc: Sangeetha V Cc: Ray Ni Signed-off-by: Ashraf Ali S --- .../FspmWrapperPeim/FspmWrapperPeim.c | 6 +-- .../FspmWrapperPeim/FspmWrapperPeim.inf