|
[PATCH v2 02/16] ArmPkg/ArmMmuStandaloneMmLib: Update to match ArmMmuLib
From: Bret Barkelew <brbarkel@...>
Drop switch from the custom "StandaloneMmMmuLib" class to the
more generic "ArmMmuLib" class and add the missing functions
to fulfill that
From: Bret Barkelew <brbarkel@...>
Drop switch from the custom "StandaloneMmMmuLib" class to the
more generic "ArmMmuLib" class and add the missing functions
to fulfill that
|
By
Bret Barkelew
·
#83161
·
|
|
[PATCH v2 01/16] ArmPkg/ArmMmuBaseLib: Disallow STANDALONE_MM
From: Bret Barkelew <brbarkel@...>
Not sure what all module types this HAS been validated against, but it
doesn't work with STANDALONE_MM or STANDALONE_MM_CORE.
REF:
From: Bret Barkelew <brbarkel@...>
Not sure what all module types this HAS been validated against, but it
doesn't work with STANDALONE_MM or STANDALONE_MM_CORE.
REF:
|
By
Bret Barkelew
·
#83160
·
|
|
[PATCH v2 00/16] Un-siloing Arm common code
This series of patch commits moves a number of modules and libraries around in order
to better un-silo the Arm-specific code. Unnecessary abstractions were removed, some
duplicate code was abstracted,
This series of patch commits moves a number of modules and libraries around in order
to better un-silo the Arm-specific code. Unnecessary abstractions were removed, some
duplicate code was abstracted,
|
By
Bret Barkelew
·
#83159
·
|
|
Re: [PATCH] Enable wildcard host name matching in EDK2 HTTPS/TLS implementation
Hi Vineel,
I will integrate the change to edk2 tomorrow.
For now:
Reviewed-by: Maciej Rabeda <maciej.rabeda@...>
Thanks,
Maciej
Hi Vineel,
I will integrate the change to edk2 tomorrow.
For now:
Reviewed-by: Maciej Rabeda <maciej.rabeda@...>
Thanks,
Maciej
|
By
Maciej Rabeda
·
#83158
·
|
|
Re: [PATCH v1 12/16] ArmPkg: Move the StandaloneMmCpu driver to ArmPkg
If the implementation didn't make so many calls into Arm-specific libs for SMC servicing, it could stay right where it is.
It's just that untangling that Gordian knot is outside my ken.
If the implementation didn't make so many calls into Arm-specific libs for SMC servicing, it could stay right where it is.
It's just that untangling that Gordian knot is outside my ken.
|
By
Bret Barkelew
·
#83157
·
|
|
Re: [PATCH v1 11/16] ArmPkg: Add Basic MMU Lib for Arm silicon
Will address.
By
Bret Barkelew
·
#83156
·
|
|
Re: [PATCH v1 07/16] ArmPkg and MdePkg: Move the AsmMacroIoLib from ArmPkg to MdePkg
Will address. Thanks!
By
Bret Barkelew
·
#83155
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] [PATCH v1 06/16] ArmPkg and BaseTools: Move the GccLto binaries from ArmPkg to BaseTools
Good call. Maintainers, your opinion?
- Bret
Good call. Maintainers, your opinion?
- Bret
|
By
Bret Barkelew
·
#83154
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] [PATCH v1 05/16] ArmPkg and MdePkg: Move the Arm CompilerIntrinsicsLib to MdePkg
I’d be amenable to that. @Sean?
- Bret
I’d be amenable to that. @Sean?
- Bret
|
By
Bret Barkelew
·
#83153
·
|
|
Re: [PATCH] Enable wildcard host name matching in EDK2 HTTPS/TLS implementation
Hi Folks,
Thanks for reviewing the patch. May I know what are the next steps to get it in to edk2?
I have already updated the same in
Hi Folks,
Thanks for reviewing the patch. May I know what are the next steps to get it in to edk2?
I have already updated the same in
|
By
Vineel Kovvuri
·
#83152
·
|
|
Re: [edk2platforms][PATCH v2 1/1] IntelSiliconPkg: Add IntelDieInfoProtocol
Thanks for incorporating the feedback.
Few more minor comments based on the new patch:
1. The description of "DieIndex" perhaps should be modified to " Index of the die in the package" to make it
Thanks for incorporating the feedback.
Few more minor comments based on the new patch:
1. The description of "DieIndex" perhaps should be modified to " Index of the die in the package" to make it
|
By
Chaganty, Rangasai V
·
#83151
·
|
|
[PATCH v2 2/4] OvmfPkg: Copy TPM 1.2 DxeTcgPhysicalPresenceLib.c from SecuityPkg
Copy the TPM 1.2 physical presence interface support from SecurityPkg
DxeTcgPhysicalPresenceLib.c along with its .inf and .uni files into
OvmfPkg.
Fix EFI_F_INFO and EFI_D_ERROR to meet code
Copy the TPM 1.2 physical presence interface support from SecurityPkg
DxeTcgPhysicalPresenceLib.c along with its .inf and .uni files into
OvmfPkg.
Fix EFI_F_INFO and EFI_D_ERROR to meet code
|
By
Stefan Berger
·
#83150
·
|
|
[PATCH v2 0/4] Add support for TPM 1.2 Physical Presence Interface and Menu
This series adds support for the full TPM 1.2 Physical Presence Interface
(PPI) and activates the TPM 1.2 menu at the end. PPI is a prerequisite for
the menu to work.
The modifications to the
This series adds support for the full TPM 1.2 Physical Presence Interface
(PPI) and activates the TPM 1.2 menu at the end. PPI is a prerequisite for
the menu to work.
The modifications to the
|
By
Stefan Berger
·
#83149
·
|
|
[PATCH v2 4/4] OvmfPkg: add TPM 1.2 config menu
From: Gerd Hoffmann <kraxel@...>
When building OVMF with TPM 1.2 support enabled do also include the
configuration menu.
Suggested-by: Stefan Berger <stefanb@...>
Signed-off-by:
From: Gerd Hoffmann <kraxel@...>
When building OVMF with TPM 1.2 support enabled do also include the
configuration menu.
Suggested-by: Stefan Berger <stefanb@...>
Signed-off-by:
|
By
Stefan Berger
·
#83148
·
|
|
[PATCH v2 3/4] OvmfPkg: Enable physical presence interface for TPM 1.2
Enable the physical presence interface for TPM 1.2. It is required for the
TPM 1.2 menu to work.
The changes to DxeTcgPhysicalPresenceLib.c are due to the device we are using
in QEMU for presenting
Enable the physical presence interface for TPM 1.2. It is required for the
TPM 1.2 menu to work.
The changes to DxeTcgPhysicalPresenceLib.c are due to the device we are using
in QEMU for presenting
|
By
Stefan Berger
·
#83147
·
|
|
[PATCH v2 1/4] SecurityPkg: Store physical presence code by submitting to PreOS func
Modify SavePpRequest to look like its TPM 2 equivalent SaveTcg2PpRequest
and have it submit the physical presence opcode to the PreOS function so
that we can choose our own method for how to store
Modify SavePpRequest to look like its TPM 2 equivalent SaveTcg2PpRequest
and have it submit the physical presence opcode to the PreOS function so
that we can choose our own method for how to store
|
By
Stefan Berger
·
#83146
·
|
|
Re: About how to submit a new architecture called LoongArch
Chao,
This is probably a little out of date, but in case it helps http://vzimmer.blogspot.com/2014/11/porting-to-new-architecture.html?m=1
Chao,
This is probably a little out of date, but in case it helps http://vzimmer.blogspot.com/2014/11/porting-to-new-architecture.html?m=1
|
By
Andrew Fish
·
#83145
·
|
|
Re: [PATCH V3 13/29] MdePkg: Add macro to check SEV/TDX guest
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#83144
·
|
|
Re: [PATCH V3 12/29] UefiCpuPkg: Define ConfidentialComputingGuestAttr
Hi,
Subject doesn't match patch (UefiCpuPkg vs MdePkg).
take care,
Gerd
Hi,
Subject doesn't match patch (UefiCpuPkg vs MdePkg).
take care,
Gerd
|
By
Gerd Hoffmann
·
#83143
·
|
|
Re: [PATCH V3 11/29] UefiCpuPkg: Support TDX in BaseXApicX2ApicLib
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#83142
·
|