|
[PATCH V6 05/42] OvmfPkg: Extend VmgExitLib to handle #VE exception
#ve
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
The base VmgExitLib library provides a default limited interface to
handle #VE exception. To provide full support, the OVMF version
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
The base VmgExitLib library provides a default limited interface to
handle #VE exception. To provide full support, the OVMF version
|
By
Min Xu
·
#86768
·
|
|
[PATCH V6 04/42] UefiCpuPkg: Extend VmgExitLibNull to handle #VE exception
#ve
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
VmgExitLib performs the necessary processing to handle a #VC exception.
VmgExitLibNull is a NULL instance of VmgExitLib which provides
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
VmgExitLib performs the necessary processing to handle a #VC exception.
VmgExitLibNull is a NULL instance of VmgExitLib which provides
|
By
Min Xu
·
#86767
·
|
|
[PATCH V6 03/42] MdePkg: Add TdxLib to wrap Tdx operations
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
TdxLib is created with functions to perform the related Tdx operation.
This includes functions for:
- TdAcceptPages : Accept pending
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
TdxLib is created with functions to perform the related Tdx operation.
This includes functions for:
- TdAcceptPages : Accept pending
|
By
Min Xu
·
#86766
·
|
|
[PATCH V6 02/42] MdePkg: Introduce basic Tdx functions in BaseLib
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Introduce basic Tdx functions in BaseLib:
- TdCall ()
- TdVmCall ()
- TdIsEnabled ()
Cc: Liming Gao <gaoliming@...>
Cc: Brijesh
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Introduce basic Tdx functions in BaseLib:
- TdCall ()
- TdVmCall ()
- TdIsEnabled ()
Cc: Liming Gao <gaoliming@...>
Cc: Brijesh
|
By
Min Xu
·
#86765
·
|
|
[PATCH V6 01/42] MdePkg: Add Tdx.h
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Tdx.h includes the Intel Trust Domain Extension definitions.
Detailed information can be found in below
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Tdx.h includes the Intel Trust Domain Extension definitions.
Detailed information can be found in below
|
By
Min Xu
·
#86764
·
|
|
[PATCH V6 00/42] Enable Intel TDX in OvmfPkg (Config-A)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3249
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=3249
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
·
#86763
·
|
|
Re: [PATCH v5 2/2] ShellPkg/AcpiView: PrintFormatter for FADT Flags field
Hi Abdul,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Abdul,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#86762
·
|
|
Re: [PATCH v5 1/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
Hi Abdul,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Abdul,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#86761
·
|
|
Re: [PATCH 2/2] UefiPayloadPkg: Hookup SD/MMC timeout
Reviewed-by: Maurice Ma <maurice.ma@...>
Reviewed-by: Maurice Ma <maurice.ma@...>
|
By
Ma, Maurice <maurice.ma@...>
·
#86760
·
|
|
[PATCH 2/2] UefiPayloadPkg: Hookup SD/MMC timeout
Hook SD_MMC_TIMEOUT build option to SdMmcGenericTimeoutValue PCD.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: Sean
Hook SD_MMC_TIMEOUT build option to SdMmcGenericTimeoutValue PCD.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: Sean
|
By
Sean Rhodes
·
#86759
·
|
|
Re: [PATCH 2/2] UefiPayloadPkg: Hookup SD Card timeout
This patch depends on other changes in MdeModulePkg to add a new SdMmcGenericTimeoutValue PCD.
The changes for UefiPayloadPkg look fine to me.
One minor comment is about the macro name. Is this
This patch depends on other changes in MdeModulePkg to add a new SdMmcGenericTimeoutValue PCD.
The changes for UefiPayloadPkg look fine to me.
One minor comment is about the macro name. Is this
|
By
Ma, Maurice <maurice.ma@...>
·
#86758
·
|
|
[PATCH v2 1/1] UefiCpuPkg: Extend SMM CPU Service with rendezvous support.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3815
This patch define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3815
This patch define a new Protocol with the new services
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait for
|
By
Li, Zhihao
·
#86757
·
|
|
[PATCH] MdeModulePkg/Usb/Keyboard.c: Don't request protocol before setting
No need to check the interface protocol then conditionally setting,
just set it to BOOT_PROTOCOL and check for error.
This is what Linux does for HID devices as some don't follow the USB spec.
One
No need to check the interface protocol then conditionally setting,
just set it to BOOT_PROTOCOL and check for error.
This is what Linux does for HID devices as some don't follow the USB spec.
One
|
By
Sean Rhodes
·
#86756
·
|
|
[PATCH 1/2] MdeModulePkg/SdMmcPciHcDxe: Make timeout for SD card configurable
From: Matt DeVillier <matt.devillier@...>
The default 1s timeout can delay boot splash on some hardware with no
benefit.
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang
From: Matt DeVillier <matt.devillier@...>
The default 1s timeout can delay boot splash on some hardware with no
benefit.
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang
|
By
Sean Rhodes
·
#86755
·
|
|
[PATCH 2/2] UefiPayloadPkg: Hookup SD Card timeout
Hook SD_CARD_TIMEOUT build option to SdMmcGenericTimeoutValue PCD.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: Sean
Hook SD_CARD_TIMEOUT build option to SdMmcGenericTimeoutValue PCD.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: Sean
|
By
Sean Rhodes
·
#86754
·
|
|
Re: [edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure.
Fix has pushed: https://github.com/tianocore/edk2-platforms/commit/c398756604f54515da7af75a3f60a0380429a78c
Thanks,
Chasel
Fix has pushed: https://github.com/tianocore/edk2-platforms/commit/c398756604f54515da7af75a3f60a0380429a78c
Thanks,
Chasel
|
By
Chiu, Chasel
·
#86753
·
|
|
Re: [PATCH 0/2] Reduce the ASSERT patch to save the binary size
Guomin,
I think there is a cleaner solution to this problem using
compiler flags to change the contents of the __FILE__
Guomin,
I think there is a cleaner solution to this problem using
compiler flags to change the contents of the __FILE__
|
By
Michael D Kinney
·
#86752
·
|
|
Re: [edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure.
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
·
#86751
·
|
|
[edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3829
Commit cbc8e420ac4505e9c51aa0d4f049026691024ca5 caused GCC build failure
which should be fixed.
Cc: Nate DeSimone
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3829
Commit cbc8e420ac4505e9c51aa0d4f049026691024ca5 caused GCC build failure
which should be fixed.
Cc: Nate DeSimone
|
By
Chiu, Chasel
·
#86750
·
|
|
Re: PcdDebugPropertyMask in DSC: How to I set different values for PEI and DXE?
Mike,
Yea I’m thinking this is a good reason to maybe not add more knobs.
I was trying to get tricky and have code conditionally use a global so I could use the lib XIP when I shot myself in the
Mike,
Yea I’m thinking this is a good reason to maybe not add more knobs.
I was trying to get tricky and have code conditionally use a global so I could use the lib XIP when I shot myself in the
|
By
Andrew Fish
·
#86749
·
|