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
>
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
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
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
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
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
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
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