[edk2-devel] measurement to command-line/initrd for loading kernel via -kernel option

2022-09-16 Thread Min Xu
Hi, Ard I am checking the measurement behavior when loading the kernel via the QEMU -kernel option. I find it is implemented by below 2 driver/lib: - OvmfPkg/QemuKernelLoaderFsDxe This is a separate DXE driver that exposes the virtual SimpleFileSystem implementation that carries the kernel and

Re: [edk2-devel] TPM2 EventLog EFI vs. ACPI

2022-09-16 Thread Andrew Fish via groups.io
Is it possible to query the address from fw_cfg? Thanks, Andrew Fish > On Sep 16, 2022, at 12:45 PM, Jason Andryuk wrote: > > Hi, > > I've noticed an issue with the TPM2 EventLog. OVMF exposes the TPM > Event Log via EFI and ACPI, but they have different addresses. The > EFI one

[edk2-devel] [PATCH v1 1/1] nasm_ext_dep.yaml: Remove leading zero in patch version

2022-09-16 Thread Michael Kubacki
From: Michael Kubacki The patch version is currently: "2.15.05" When a formal semantic version validator is run against this version it is recognized as being invalid due to the leading zero in the patch which is not allowed per the Semantic Versioning Specification:

[edk2-devel] TPM2 EventLog EFI vs. ACPI

2022-09-16 Thread Jason Andryuk
Hi, I've noticed an issue with the TPM2 EventLog. OVMF exposes the TPM Event Log via EFI and ACPI, but they have different addresses. The EFI one retrievable by GetEventLog() is populated. The ACPI is empty. Oh, there are actually two EFI Event Logs for the two formats:

[edk2-devel] [PATCH] Maintainers.txt: Change Anthony's github id

2022-09-16 Thread Anthony PERARD via groups.io
From: Anthony PERARD Signed-off-by: Anthony PERARD --- Maintainers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index c641414109ad..c2b30b5dd13b 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -524,7 +524,7 @@ F:

Re: [edk2-devel] [edk2-platforms PATCH v1 0/1] BoardModulePkg: Copy device path

2022-09-16 Thread Attar, AbdulLateef (Abdul Lateef) via groups.io
[Public] Hello Maintainers, Reviewers, Could you please review the patch? Thanks AbduL -Original Message- From: Attar, AbdulLateef (Abdul Lateef) Sent: 13 July 2022 09:49 To: 'devel@edk2.groups.io' ; 'Eric Dong' ; 'Liming Gao' Subject: RE: [edk2-devel] [edk2-platforms PATCH v1

Re: [edk2-devel] [PATCH 1/1] Ext4Pkg: Fix broken stack protector-enabled builds

2022-09-16 Thread Marvin Häuser
Reviewed-by: Marvin Häuser > On 16. Sep 2022, at 01:06, Pedro Falcato wrote: > > As reported by Rebecca Cran, there was some build breakage when > compiling with stack-protector-on-by-default toolchains. Adding the > proper library to the DSC should fix it. > > Cc: Rebecca Cran > Cc: Marvin

Re: [edk2-devel] [PATCH v2 1/1] BoardModulePkg/BoardBdsHookLib: Fix F7 overwrites Boot0000

2022-09-16 Thread JamesWang [王家明] via groups . io
Isaac, Thank you for the review and help for this commit. Yes my git version is old and I will update it to the latest one. Also I have set the config for CRLF like you told me. Thanks! -Original Message- From: Oram, Isaac W Sent: Friday, September 16, 2022 8:09 AM To:

Re: [edk2-devel] [PATCH v3 6/6] ArmPkg/SmbiosMiscDxe: Get SMBIOS information from OemMiscLib

2022-09-16 Thread Nhi Pham via groups.io
Hi Sami, On 9/16/2022 2:32 PM, Sami Mujawar wrote: Hi Nhi, Please see my response inline marked [SAMI]. Regards, Sami Mujawar On 15/09/2022, 19:23, "Nhi Pham" wrote: Thanks Leif. I will fix as your suggestion. -Nhi On 9/15/2022 5:54 PM, Leif Lindholm wrote: > On

Re: [edk2-devel] [PATCH 1/1] Ext4Pkg: Fix broken stack protector-enabled builds

2022-09-16 Thread Pedro Falcato
Pushed as e55f0527dde48a5f139c1b8f35acc4e6b59dd794. On Fri, Sep 16, 2022 at 7:51 AM Marvin Häuser wrote: > Reviewed-by: Marvin Häuser > > > On 16. Sep 2022, at 01:06, Pedro Falcato > wrote: > > > > As reported by Rebecca Cran, there was some build breakage when > > compiling with

Re: [edk2-devel] [PATCH v3 6/6] ArmPkg/SmbiosMiscDxe: Get SMBIOS information from OemMiscLib

2022-09-16 Thread Sami Mujawar
Hi Nhi, Please see my response inline marked [SAMI]. Regards, Sami Mujawar On 15/09/2022, 19:23, "Nhi Pham" wrote: Thanks Leif. I will fix as your suggestion. -Nhi On 9/15/2022 5:54 PM, Leif Lindholm wrote: > On Tue, Sep 13, 2022 at 13:19:47 +0700, Nhi Pham wrote: >>

Re: [edk2-devel][PATCH v1] IntelFsp2Pkg: NvsBufferPtr is missing in Fsp24ApiEntryM.nasm

2022-09-16 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Kuo, Ted Sent: Thursday, September 15, 2022 9:16 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Desimone, Nathaniel L ; Zeng, Star ; S, Ashraf Ali ; Duggapu, Chinni B Subject: [edk2-devel][PATCH v1] IntelFsp2Pkg: NvsBufferPtr is