[edk2-devel] [edk2-platforms][PATCH v2 3/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Cleanup library includes

2021-09-11 Thread Benjamin Doron
Remove unused includes, LibraryClasses and update a comment or two. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Benjamin Doron --- Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash572G/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PcieDeviceTable.c | 1 - Platform/Int

[edk2-devel] [edk2-platforms][PATCH v2 2/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Use Setup to control security

2021-09-11 Thread Benjamin Doron
Add a HII form to Setup for controlling lockdown UPDs. Default to strict security, allowing it to be lifted for the user's convenience. This is not board-specific, and could be ported to other boards. To add more entries to the HII form, modify the VFR, VFR strings, variable structure and consume

[edk2-devel] [edk2-platforms][PATCH v2 1/3] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Resets notify EC

2021-09-11 Thread Benjamin Doron
Add a callback to notify the EC of platform resets. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Benjamin Doron --- Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash572G/Library/BoardInitLib/DxeBoardInitLib.c | 90 +++- Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash

[edk2-devel] [edk2-platforms][PATCH v1 3/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Cleanup library includes

2021-09-11 Thread Benjamin Doron
Remove unused includes, LibraryClasses and update a comment or two. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Benjamin Doron --- Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash572G/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PcieDeviceTable.c | 1 - Platform/Int

[edk2-devel] [edk2-platforms][PATCH v1 2/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Use Setup to control security

2021-09-11 Thread Benjamin Doron
Add a HII form to Setup for controlling lockdown UPDs. Default to strict security, allowing it to be lifted for the user's convenience. This is not board-specific, and could be ported to other boards. To add more entries to the HII form, modify the VFR, VFR strings, variable structure and consume

[edk2-devel] [edk2-platforms][PATCH v1 1/3] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Resets notify EC

2021-09-11 Thread Benjamin Doron
Add a callback to notify the EC of platform resets. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Benjamin Doron --- Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash572G/Library/BoardInitLib/DxeBoardInitLib.c | 90 +++- Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash

Re: [edk2-devel] [PATCH v7 0/9] Ovmf: Disable the TPM2 platform hierarchy

2021-09-11 Thread Stefan Berger
On 9/11/21 8:45 PM, Yao, Jiewen wrote: Oh, yes, I mean this series. I did notice you *fix* something, which I think is acceptable. So, Right, it fulfills requirement IMHO. Ok, so that's good to know then.    Stefan -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent

[edk2-devel] Event: TianoCore Design Meeting - APAC/NAMO - 09/17/2021 #cal-reminder

2021-09-11 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:Asia/Shanghai LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai X-LIC-LOCATION:Asia/Shanghai BEGIN:STANDARD TZNAME:CST TZOFFSETFROM:+

Re: [edk2-devel] [PATCH v7 0/9] Ovmf: Disable the TPM2 platform hierarchy

2021-09-11 Thread Yao, Jiewen
Oh, yes, I mean this series. I did notice you *fix* something, which I think is acceptable. So, Right, it fulfills requirement IMHO. > -Original Message- > From: devel@edk2.groups.io On Behalf Of Stefan > Berger > Sent: Sunday, September 12, 2021 8:42 AM > To: Yao, Jiewen ; devel@edk2.

Re: [edk2-devel] [PATCH v7 0/9] Ovmf: Disable the TPM2 platform hierarchy

2021-09-11 Thread Stefan Berger
On 9/10/21 10:46 PM, Yao, Jiewen wrote: If you want, I would suggest to take 2 steps (2 separate patch sets). 1) To add the TCG2 platform auth handling the security pkg (just move the code from min-platform to securitypkg) If nothing else is changed, it can be approved easily. I suppose you

Re: [edk2-devel] Question about EDK2 and commit signing

2021-09-11 Thread James Bottomley
On Sat, 2021-09-11 at 19:25 +0100, Pedro Falcato wrote: > Hi everyone, > > Yesterday, when pushing my first commits to edk2-platforms (as the > Ext4Pkg maintainer), I noticed that my commits (see 7872c98 and > 71f3343) stick out like a sore thumb, as I have GPG signing on my > commits on by defaul

[edk2-devel] Question about EDK2 and commit signing

2021-09-11 Thread Pedro Falcato
Hi everyone, Yesterday, when pushing my first commits to edk2-platforms (as the Ext4Pkg maintainer), I noticed that my commits (see 7872c98 and 71f3343) stick out like a sore thumb, as I have GPG signing on my commits on by default (see git config commit.gpgsign), globally across all my projects.

Re: [edk2-devel] [PATCH v2] CryptoPkg/BaseCryptLib: Eliminate extra buffer copy in Pkcs7Verify()

2021-09-11 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: Bob Morgan > Sent: Saturday, September 11, 2021 5:34 AM > To: devel@edk2.groups.io > Cc: Bob Morgan ; Yao, Jiewen ; > Wang, Jian J ; Lu, XiaoyuX ; > Jiang, Guomin > Subject: [PATCH v2] CryptoPkg/BaseCryptLib: Eliminate extra buffer co

[edk2-devel] [PATCH v3] UefiCpuPkg: VTF0 Linear-Address Translation to a 1-GByte Page till 512GB

2021-09-11 Thread Ashraf Ali S
[edk2-devel] [PATCH V3] REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3473 X64 Reset Vector Code can access the memory range till 4GB using the Linear-Address Translation to a 2-MByte Page, when user wants to use more than 4G using 2M Page it will leads to use more number of Page table entrie

[edk2-devel] [PATCH v2] UefiCpuPkg: VTF0 Linear-Address Translation to a 1-GByte Page till 512GB

2021-09-11 Thread Ashraf Ali S
[edk2-devel] [PATCH V2] REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3473 X64 Reset Vector Code can access the memory range till 4GB using the Linear-Address Translation to a 2-MByte Page, when user wants to use more than 4G using 2M Page it will leads to use more number of Page table entrie