|
[PATCH v8 04/32] OvmfPkg/ResetVector: introduce metadata descriptor for VMM use
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
The OvmfPkgX86 build reserves memory regions in MEMFD. The memory regions
get accessed in the SEC phase. Both Intel TDX and AMD SEV-SNP
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
The OvmfPkgX86 build reserves memory regions in MEMFD. The memory regions
get accessed in the SEC phase. Both Intel TDX and AMD SEV-SNP
|
By
Brijesh Singh
·
#80888
·
|
|
[PATCH v8 03/32] OvmfPkg/ResetVector: move clearing GHCB in SecMain
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
In preparation for SEV-SNP support move clearing of the GHCB memory from
the ResetVector/AmdSev.asm to SecMain/AmdSev.c. The GHCB page is
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
In preparation for SEV-SNP support move clearing of the GHCB memory from
the ResetVector/AmdSev.asm to SecMain/AmdSev.c. The GHCB page is
|
By
Brijesh Singh
·
#80887
·
|
|
[PATCH v8 02/32] UefiCpuPkg/MpInitLib: move SEV specific routines in AmdSev.c
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
Move all the SEV specific function in AmdSev.c.
No functional change intended.
Cc: Ray Ni <ray.ni@...>
Cc: Michael Roth
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
Move all the SEV specific function in AmdSev.c.
No functional change intended.
Cc: Ray Ni <ray.ni@...>
Cc: Michael Roth
|
By
Brijesh Singh
·
#80886
·
|
|
[PATCH v8 01/32] OvmfPkg/SecMain: move SEV specific routines in AmdSev.c
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
Move all the SEV specific function in AmdSev.c.
No functional change intended.
Cc: James Bottomley <jejb@...>
Cc: Jiewen Yao
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
Move all the SEV specific function in AmdSev.c.
No functional change intended.
Cc: James Bottomley <jejb@...>
Cc: Jiewen Yao
|
By
Brijesh Singh
·
#80885
·
|
|
[PATCH v8 00/32] Add AMD Secure Nested Paging (SEV-SNP) support
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
SEV-SNP builds upon existing SEV and SEV-ES functionality while adding
new hardware-based memory protections. SEV-SNP adds strong memory
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
SEV-SNP builds upon existing SEV and SEV-ES functionality while adding
new hardware-based memory protections. SEV-SNP adds strong memory
|
By
Brijesh Singh
·
#80884
·
|
|
Re: [edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Reduce debug output for default boot.
It is a noticeable impact on performance. At some point we need to build out more optimal options for DEBUG and RELEASE but the server code isn't really built that way currently as very often people
It is a noticeable impact on performance. At some point we need to build out more optimal options for DEBUG and RELEASE but the server code isn't really built that way currently as very often people
|
By
Isaac Oram
·
#80883
·
|
|
Re: [PATCH] MdeModulePkg/PciBusDxe: Enumerator to check for RCiEP before looking for RP
Thank you for input. Submitted V2.
Damian
Thank you for input. Submitted V2.
Damian
|
By
Bassa, Damian <damian.bassa@...>
·
#80882
·
|
|
[PATCH V2] MdeModulePkg/PciBusDxe: Enumerator to check for RCiEP before looking for RP
Before trying to access parent root port to check ARI capabilities,
enumerator should see if Endpoint device is not Root Complex integrated
to avoid undefined parent register accesses.
Before trying to access parent root port to check ARI capabilities,
enumerator should see if Endpoint device is not Root Complex integrated
to avoid undefined parent register accesses.
|
By
Bassa, Damian <damian.bassa@...>
·
#80881
·
|
|
Re: [PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning
GDT buffer
Just to make it clear, this is an immediate solution that is good enough to fix the bug. However, a more proper solution would be to introduce the _Alignas concept to EDK II. I would suggest the
Just to make it clear, this is an immediate solution that is good enough to fix the bug. However, a more proper solution would be to introduce the _Alignas concept to EDK II. I would suggest the
|
By
Vitaly Cheptsov
·
#80880
·
|
|
Re: [PATCH V6 1/1] OvmfPkg: Enable TDX in ResetVector
Actually, I am not able to boot a non SEV guest with your attached binary. It appears that sometime during an easy boot, we are getting a triple fault (maybe guest is accessing invalid memory) and
Actually, I am not able to boot a non SEV guest with your attached binary. It appears that sometime during an easy boot, we are getting a triple fault (maybe guest is accessing invalid memory) and
|
By
Brijesh Singh
·
#80879
·
|
|
[PATCH v2 1/1] MdeModulePkg: Add MpServicesTest application to exercise MP Services
Add a new MpServicesTest application under MdeModulePkg/Application that
exercises the EFI_MP_SERVICES_PROTOCOL.
Signed-off-by: Rebecca Cran <rebecca@...>
---
Add a new MpServicesTest application under MdeModulePkg/Application that
exercises the EFI_MP_SERVICES_PROTOCOL.
Signed-off-by: Rebecca Cran <rebecca@...>
---
|
By
Rebecca Cran <rebecca@...>
·
#80878
·
|
|
[PATCH v2 0/1] MdeModulePkg: Add MpServicesTest.efi to exercise EFI_MP_SERVICES_PROTOCOL
Add a new application to MdeModulePkg to exercise
EFI_MP_SERVICES_PROTOCOL.
Changes from v1 to v2:
Added Doxygen comments to the functions.
Rebecca Cran (1):
MdeModulePkg: Add MpServicesTest
Add a new application to MdeModulePkg to exercise
EFI_MP_SERVICES_PROTOCOL.
Changes from v1 to v2:
Added Doxygen comments to the functions.
Rebecca Cran (1):
MdeModulePkg: Add MpServicesTest
|
By
Rebecca Cran <rebecca@...>
·
#80877
·
|
|
Re: 回复: [PATCH] [edk2-devel] RecordAssertion function parameter issue.
The patch is upstreamed through the commit: https://github.com/tianocore/edk2-test/commit/92a0343c1553342c53fae9d9d646b763add232c0
The patch is upstreamed through the commit: https://github.com/tianocore/edk2-test/commit/92a0343c1553342c53fae9d9d646b763add232c0
|
By
G Edhaya Chandran
·
#80876
·
|
|
Re: [PATCH] UefiPayloadPkg: Add Macro to enable or diable some drivers.
Reviewed-by: Maurice Ma <maurice.ma@...>
Reviewed-by: Maurice Ma <maurice.ma@...>
|
By
Ma, Maurice <maurice.ma@...>
·
#80875
·
|
|
[PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning
GDT buffer
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3639
Cc: Eric Dong <eric.dong@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Jeff Fan <vanjeff_919@...>
Cc: Mikhail Krichanov
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3639
Cc: Eric Dong <eric.dong@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Jeff Fan <vanjeff_919@...>
Cc: Mikhail Krichanov
|
By
Vitaly Cheptsov
·
#80874
·
|
|
[RFC PATCH edk2-platforms v1 7/7] Platform/ARM: Alphabetically order sections in inf files
From: Pierre Gondois <Pierre.Gondois@...>
Removing the "Platform/ARM/" prefix changes the order of
alphabetically ordered files in the "Package" section of inf files.
Re-order them.
Also to
From: Pierre Gondois <Pierre.Gondois@...>
Removing the "Platform/ARM/" prefix changes the order of
alphabetically ordered files in the "Package" section of inf files.
Re-order them.
Also to
|
By
PierreGondois
·
#80873
·
|
|
[RFC PATCH edk2-platforms v1 6/7] Platform/ARM: Remove Platform/ARM prefix
From: Pierre Gondois <Pierre.Gondois@...>
Some modules/configuration files are referenced from the
edk2-repository/ folder, e.g. Platform/ARM/.../module.inf.
Reasons to remove the Platform/ARM
From: Pierre Gondois <Pierre.Gondois@...>
Some modules/configuration files are referenced from the
edk2-repository/ folder, e.g. Platform/ARM/.../module.inf.
Reasons to remove the Platform/ARM
|
By
PierreGondois
·
#80872
·
|
|
[RFC PATCH edk2-platforms v1 5/7] Platform/ARM: Resolve ArmCommonPkg library references
From: Pierre Gondois <Pierre.Gondois@...>
The Platform/ARM/ARM.dec file implies that the Platform/ARM/ folder
is a package. This folder however hosts other packages describing
platforms (JunoPkg,
From: Pierre Gondois <Pierre.Gondois@...>
The Platform/ARM/ARM.dec file implies that the Platform/ARM/ folder
is a package. This folder however hosts other packages describing
platforms (JunoPkg,
|
By
PierreGondois
·
#80871
·
|
|
[RFC PATCH edk2-platforms v1 4/7] Platform/ARM: Move FdtPlatformDxe package to ArmCommonPkg
From: Pierre Gondois <Pierre.Gondois@...>
The Platform/ARM/ARM.dec file implies that the Platform/ARM/ folder
is a package. This folder however hosts other packages describing
platforms (JunoPkg,
From: Pierre Gondois <Pierre.Gondois@...>
The Platform/ARM/ARM.dec file implies that the Platform/ARM/ folder
is a package. This folder however hosts other packages describing
platforms (JunoPkg,
|
By
PierreGondois
·
#80870
·
|
|
[RFC PATCH edk2-platforms v1 3/7] Platform/ARM: Move BootMonFs package to ArmCommonPkg
From: Pierre Gondois <Pierre.Gondois@...>
The Platform/ARM/ARM.dec file implies that the Platform/ARM/ folder
is a package. This folder however hosts other packages describing
platforms (JunoPkg,
From: Pierre Gondois <Pierre.Gondois@...>
The Platform/ARM/ARM.dec file implies that the Platform/ARM/ folder
is a package. This folder however hosts other packages describing
platforms (JunoPkg,
|
By
PierreGondois
·
#80869
·
|