|
Re: [PATCH v6 2/3] CryptoPkg/CryptLib: Add QuickSort function on BaseLib
Reviewed-by: Guomin Jiang <guomin.jiang@...>
Reviewed-by: Guomin Jiang <guomin.jiang@...>
|
By
Guomin Jiang
·
#82450
·
|
|
Return EFI_INVALID_PARAMETER if attribute only has EFI_VARIABLE_NON_VOLATILE set
Hi Liming, Hao, and all
Now we’re checking the SCT runtime variable service test
Hi Liming, Hao, and all
Now we’re checking the SCT runtime variable service test
|
By
Sunny Wang
·
#82449
·
|
|
Re: [PATCH V10 4/4] OvmfPkg: Enable TDX in ResetVector
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#82448
·
|
|
Re: [PATCH V10 2/4] OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asm
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#82447
·
|
|
Re: [PATCH] ShellPkg: Parse I/O APIC and x2APIC structure
Sorry for the miss. PR create: https://github.com/tianocore/edk2/pull/2100
Thanks,
Zhichao
Sorry for the miss. PR create: https://github.com/tianocore/edk2/pull/2100
Thanks,
Zhichao
|
By
Gao, Zhichao
·
#82446
·
|
|
[PATCH] MdePkg Cpuid.h: Define CPUID.(EAX=7,ECX=0):EDX[30]
This patch follows new Intel SDM to define CPUID.(EAX=3D7,ECX=3D0):EDX[30].
Signed-off-by: Star Zeng <star.zeng@...>
Cc: Liming Gao <gaoliming@...>
Cc: Zhiguang Liu
This patch follows new Intel SDM to define CPUID.(EAX=3D7,ECX=3D0):EDX[30].
Signed-off-by: Star Zeng <star.zeng@...>
Cc: Liming Gao <gaoliming@...>
Cc: Zhiguang Liu
|
By
Zeng, Star
·
#82445
·
|
|
Re: [PATCH v2] FmpDevicePkg/FmpDxe: Use new Variable Lock interface
Jie:
Thanks for the update. Reviewed-by: Wei6 Xu <wei6.xu@...>
BR,
Wei
Jie:
Thanks for the update. Reviewed-by: Wei6 Xu <wei6.xu@...>
BR,
Wei
|
By
Xu, Wei6
·
#82444
·
|
|
Re: Update NASM to stable release 2.15.05
Mike,
It‘s very good! It allows further NASM cleanup removing DB instructions.
Thanks,
Ray
Mike,
It‘s very good! It allows further NASM cleanup removing DB instructions.
Thanks,
Ray
|
By
Ni, Ray
·
#82443
·
|
|
回复: [edk2-devel] [PATCH 0/5] FmpDevicePkg: Add support for runtime FmpDxe driver
Bob:
Sorry for the late response. I have no comments for the code change.
But, I am not sure whether it is valid to use UEFI FirmwareManagement Protocol in runtime phase, because I don't find
Bob:
Sorry for the late response. I have no comments for the code change.
But, I am not sure whether it is valid to use UEFI FirmwareManagement Protocol in runtime phase, because I don't find
|
By
gaoliming
·
#82442
·
|
|
Re: [PATCH V10 0/4] Add Intel TDX support in OvmfPkg/ResetVector
Thank you Min
Series: Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Thank you Min
Series: Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#82441
·
|
|
[PATCH V10 4/4] OvmfPkg: Enable TDX in ResetVector
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
|
By
Min Xu
·
#82440
·
|
|
[PATCH V10 3/4] OvmfPkg: Add IntelTdxMetadata.asm
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
In TDX when host VMM creates a new guest TD, some initial set of
TD-private pages are added using the TDH.MEM.PAGE.ADD function. These
pages
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
In TDX when host VMM creates a new guest TD, some initial set of
TD-private pages are added using the TDH.MEM.PAGE.ADD function. These
pages
|
By
Min Xu
·
#82439
·
|
|
[PATCH V10 2/4] OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asm
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Previously WORK_AREA_GUEST_TYPE was cleared in SetCr3ForPageTables64.
This is workable for Legacy guest and SEV guest. But it doesn't
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Previously WORK_AREA_GUEST_TYPE was cleared in SetCr3ForPageTables64.
This is workable for Legacy guest and SEV guest. But it doesn't
|
By
Min Xu
·
#82438
·
|
|
[PATCH V10 1/4] OvmfPkg: Copy Main.asm from UefiCpuPkg to OvmfPkg's ResetVector
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Previously OvmfPkg/ResetVector uses the Main.asm in
UefiCpuPkg/ReseteVector/Vtf0. In this Main.asm there is only Main16
entry point.
This
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Previously OvmfPkg/ResetVector uses the Main.asm in
UefiCpuPkg/ReseteVector/Vtf0. In this Main.asm there is only Main16
entry point.
This
|
By
Min Xu
·
#82437
·
|
|
[PATCH V10 0/4] Add Intel TDX support in OvmfPkg/ResetVector
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
|
By
Min Xu
·
#82436
·
|
|
Re: [PATCH 0/5] FmpDevicePkg: Add support for runtime FmpDxe driver
Hi, Any feedback on this?
Thanks,
-bob
Hi, Any feedback on this?
Thanks,
-bob
|
By
Bob Morgan
·
#82435
·
|
|
Re: Update NASM to stable release 2.15.05
Mike,
Sounds like a good plan.
Thanks,
Andrew Fish
Mike,
Sounds like a good plan.
Thanks,
Andrew Fish
|
By
Andrew Fish
·
#82434
·
|
|
Re: [edk2-libc Patch 1/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc
Hi Mike,
Thanks for the review comments.
The PythonReadMe.txt available @ https://github.com/tianocore/edk2-libc/blob/master/AppPkg/Applications/Python/PythonReadMe.txt
is the readme file for
Hi Mike,
Thanks for the review comments.
The PythonReadMe.txt available @ https://github.com/tianocore/edk2-libc/blob/master/AppPkg/Applications/Python/PythonReadMe.txt
is the readme file for
|
By
Jayaprakash, N
·
#82433
·
|
|
Re: [PATCH v2 4/7] Platform/ARM/N1Sdp: Enable N1Sdp platform specific configurations
Hi Pierre,
By
Khasim Mohammed
·
#82432
·
|
|
Update NASM to stable release 2.15.05
Hello,
I would like to propose that we update to a newer version of NASM.
https://www.nasm.us/
The most recent stable version is
Hello,
I would like to propose that we update to a newer version of NASM.
https://www.nasm.us/
The most recent stable version is
|
By
Michael D Kinney
·
#82431
·
|