Re: [edk2-devel] [PATCH v3] SecurityPkg/SecureBoot: Support RSA 512 and RSA 384

2023-07-06 Thread Gary Lin via groups.io
On Thu, Jul 06, 2023 at 02:36:54PM +0800, Sheng Wei via groups.io wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3413 > The title, "Support RSA 512 and RSA 384", looks very strange. I assume it should be "Support SHA 512 and SHA 384"? Gary Lin > Cc: Jiewen Yao > Cc: Jian J Wang >

[edk2-devel] [PATCH] Maintainers.txt: update Gary's email address

2022-08-26 Thread Gary Lin via groups.io
Update Gary's email address from HPE to SUSE. Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Jordan Justen Cc: Gerd Hoffmann Cc: Michael D Kinney Signed-off-by: Gary Lin --- Maintainers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 23

Re: [edk2-devel] [RFC PATCH] OvmfPkg/OvmfXen: set PcdAcpiS3Enable at initialization

2021-07-20 Thread Gary Lin via groups.io
On Tue, Jul 20, 2021 at 02:52:12PM +0800, Gary Lin via groups.io wrote: > On Mon, Jul 19, 2021 at 05:07:21PM +0100, Anthony PERARD wrote: > > It would have been nice to have this patch in a patch series with > > "OvmfPkg/OvmfXen: add QemuKernelLoaderFsDxe", mostly

Re: [edk2-devel] [RFC PATCH] OvmfPkg/OvmfXen: set PcdAcpiS3Enable at initialization

2021-07-19 Thread Gary Lin via groups.io
On Mon, Jul 19, 2021 at 05:07:21PM +0100, Anthony PERARD wrote: > It would have been nice to have this patch in a patch series with > "OvmfPkg/OvmfXen: add QemuKernelLoaderFsDxe", mostly to make it simpler > to understand the problem needed to be fixed. > To be honest, I don't have Xen environment

[edk2-devel] [PATCH] OvmfPkg/OvmfXen: add QemuKernelLoaderFsDxe

2021-07-08 Thread Gary Lin via groups.io
Without QemuKernelLoaderFsDxe, QemuLoadKernelImage() couldn't download the kernel, initrd, and kernel command line from QEMU's fw_cfg. Cc: Ard Biesheuvel cc: Jordan Justen Cc: Anthony Perard Cc: Julien Grall Cc: Jim Fehlig Signed-off-by: Gary Lin --- OvmfPkg/OvmfXen.dsc | 1 + OvmfPkg/OvmfX

[edk2-devel] [RFC PATCH] OvmfPkg/OvmfXen: set PcdAcpiS3Enable at initialization

2021-07-07 Thread Gary Lin via groups.io
There are several functions in OvmfPkg/Library using QemuFwCfgS3Enabled() to detect the S3 support status. However, in MdeModulePkg, PcdAcpiS3Enable is used to check S3 support. Since InitializeXenPlatform() didn't set PcdAcpiS3Enable as InitializePlatform() did, this made the inconsistency between

Re: [edk2-devel] The status of ACPI S4 support in OVMF

2021-04-19 Thread Gary Lin via groups.io
On Mon, Apr 19, 2021 at 02:32:25PM +0200, Laszlo Ersek wrote: > On 04/19/21 11:54, Gary Lin via groups.io wrote: > > Hi, > > > > Years ago, the bug(*) for PEI variable driver was filed against OVMF > > and it used to be one reason to block S4 support in OVMF. The bug

[edk2-devel] The status of ACPI S4 support in OVMF

2021-04-19 Thread Gary Lin via groups.io
Hi, Years ago, the bug(*) for PEI variable driver was filed against OVMF and it used to be one reason to block S4 support in OVMF. The bug is fixed now, and there are several MemTypeInfo fixes merged into OVMF. I'm curious about the current status of S4 support in OVMF. Is it still considered as