Re: [edk2-devel] [PATCH v1 2/4] MdePkg: Replace Opcode with the corresponding instructions.

2021-12-28 Thread Jason Lou
Hi Liming, Yes, and I use version 2.15.05 of the nasm compiler to verify code changes. https://www.nasm.us/xdoc/2.15.05/html/nasmdocb.html Best Regards Jason Lou -Original Message- From: gaoliming Sent: Wednesday, December 29, 2021 11:15 AM To: Lou, Yun ; devel@edk2.groups.io Cc:

[edk2-devel] 回复: [PATCH v1 2/4] MdePkg: Replace Opcode with the corresponding instructions.

2021-12-28 Thread gaoliming
Jason: Does this change depend on new version nasm compiler? Can you provide which nasm compiler version is required? Thanks Liming > -邮件原件- > 发件人: Jason > 发送时间: 2021年12月29日 10:10 > 收件人: devel@edk2.groups.io > 抄送: Jason Lou ; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu > 主题:

[edk2-devel] [PATCH v1 1/4] MdeModulePkg: Replace Opcode with the corresponding instructions.

2021-12-28 Thread Jason Lou
From: Jason Lou REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790 Replace Opcode with the corresponding instructions. The code changes have been verified with CompareBuild.py tool, which can be used to compare the results of two different EDK II builds to determine if they generate the

[edk2-devel] [PATCH v1 2/4] MdePkg: Replace Opcode with the corresponding instructions.

2021-12-28 Thread Jason Lou
From: Jason Lou REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790 Replace Opcode with the corresponding instructions. The code changes have been verified with CompareBuild.py tool, which can be used to compare the results of two different EDK II builds to determine if they generate the

[edk2-devel] [PATCH v1 3/4] SourceLevelDebugPkg: Replace Opcode with the corresponding instructions.

2021-12-28 Thread Jason Lou
From: Jason Lou REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790 Replace Opcode with the corresponding instructions. The code changes have been verified with CompareBuild.py tool, which can be used to compare the results of two different EDK II builds to determine if they generate the

[edk2-devel] [PATCH v1 4/4] UefiCpuPkg: Replace Opcode with the corresponding instructions.

2021-12-28 Thread Jason Lou
From: Jason Lou REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790 Replace Opcode with the corresponding instructions. The code changes have been verified with CompareBuild.py tool, which can be used to compare the results of two different EDK II builds to determine if they generate the

Re: [edk2-devel] [PATCH] IntelFsp2Pkg/FspSecCore: ExtendedImageRevision was not printed.

2021-12-28 Thread Chiu, Chasel
Patch pushed: https://github.com/tianocore/edk2/commit/7935be0fbd8f47266e5972f4cba1a1e58505061a Thanks, Chasel > -Original Message- > From: devel@edk2.groups.io On Behalf Of Chiu, Chasel > Sent: Tuesday, December 28, 2021 6:58 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Ma,

Re: [edk2-devel] [PATCH] IntelFsp2Pkg/FspSecCore: ExtendedImageRevision was not printed.

2021-12-28 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Chiu, Chasel Sent: 2021年12月28日 18:58 To: devel@edk2.groups.io Cc: Chiu, Chasel ; Ma, Maurice ; Desimone, Nathaniel L ; Zeng, Star Subject: [PATCH] IntelFsp2Pkg/FspSecCore: ExtendedImageRevision was not printed. REF:

Re: [edk2-devel] OVMF commit 6612ff8 24/12/2021 - Windows 11 vm - TPM 2.0 error code 10

2021-12-28 Thread Daniele Crudo
My bad, my build argument was wrong, and it was also written in the description of the commit. -D TPM_ENABLE doesn't exist anymore, and it must be replaced with  -D TPM1_ENABLE (tpm 1.2) or with  -D TPM2_ENABLE (tpm 2.0) Sorry! -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages

[edk2-devel] [PATCH] IntelFsp2Pkg/FspSecCore: ExtendedImageRevision was not printed.

2021-12-28 Thread Chiu, Chasel
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3791 ExtendedImageRevision should be printed when Header revision >= 6. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Chasel Chiu --- IntelFsp2Pkg/FspSecCore/SecFsp.c | 10 +++--- 1 file changed, 7 insertions(+), 3

Re: [edk2-devel] OVMF commit 6612ff8 24/12/2021 - Windows 11 vm - TPM 2.0 error code 10

2021-12-28 Thread Daniele Crudo
I found the offending commit: OvmfPkg: rework TPM configuration https://github.com/tianocore/edk2/commit/4de8d61bcec02a13ceed84f92b0cf3ea58adf9c5 With this commit applied windows 11 reports error code 10 with emulated qemu/libvirt tpm 2.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive

[edk2-devel] OVMF commit 6612ff8 24/12/2021 - Windows 11 vm - TPM 2.0 error code 10

2021-12-28 Thread Daniele Crudo
Hi, I just compiled ovmf, updated to commit 6612ff8 (24/12/2021): https://github.com/tianocore/edk2/commit/6612ff85611bc2be16dc0fd5de0e1413df88941a The build command: build -a X64 -b RELEASE -D SECURE_BOOT_ENABLE -D TPM_ENABLE -D FD_SIZE_4MB -p OvmfPkg/OvmfPkgX64.dsc -t GCC5 And used