|
[PATCH v2 09/16] MdeModulePkg: Swap to MmuLib instead of Arm-specific lib
From: Bret Barkelew <brbarkel@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3651
Cc: Liming Gao <gaoliming@...>
Cc: Dandan Bi <dandan.bi@...>
Cc: Liming Gao
From: Bret Barkelew <brbarkel@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3651
Cc: Liming Gao <gaoliming@...>
Cc: Dandan Bi <dandan.bi@...>
Cc: Liming Gao
|
By
Bret Barkelew
·
#83168
·
|
|
[PATCH v2 08/16] MdePkg: Create the MMU access lib to abstract memory protection settings
From: Bret Barkelew <brbarkel@...>
There are a number of Arm-specific accesses that are abstracted
behind this. It may need to be refactored to work better across
architectures.
REF:
From: Bret Barkelew <brbarkel@...>
There are a number of Arm-specific accesses that are abstracted
behind this. It may need to be refactored to work better across
architectures.
REF:
|
By
Bret Barkelew
·
#83167
·
|
|
[PATCH v2 07/16] ArmPkg and MdePkg: Move the AsmMacroIoLib from ArmPkg to MdePkg
From: Bret Barkelew <brbarkel@...>
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Liming Gao <gaoliming@...>
Cc: Zhiguang Liu <zhiguang.liu@...>
Cc: Sean Brogan
From: Bret Barkelew <brbarkel@...>
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Liming Gao <gaoliming@...>
Cc: Zhiguang Liu <zhiguang.liu@...>
Cc: Sean Brogan
|
By
Bret Barkelew
·
#83166
·
|
|
[PATCH v2 06/16] ArmPkg and BaseTools: Move the GccLto binaries from ArmPkg to BaseTools
From: Bret Barkelew <brbarkel@...>
This aligns better with Mu's philosophy around dependency structuring
and is one of the steps to enable Basecore to have zero CI dependencies
on other Mu
From: Bret Barkelew <brbarkel@...>
This aligns better with Mu's philosophy around dependency structuring
and is one of the steps to enable Basecore to have zero CI dependencies
on other Mu
|
By
Bret Barkelew
·
#83165
·
|
|
[PATCH v2 05/16] ArmPkg and MdePkg: Move the Arm CompilerIntrinsicsLib to MdePkg
From: Bret Barkelew <brbarkel@...>
TODO: Might keep the name of the .inf. Pending discussion.
This aligns better with Mu's philosophy around dependency structuring
and is one of the steps
From: Bret Barkelew <brbarkel@...>
TODO: Might keep the name of the .inf. Pending discussion.
This aligns better with Mu's philosophy around dependency structuring
and is one of the steps
|
By
Bret Barkelew
·
#83164
·
|
|
[PATCH v2 04/16] ArmPkg: Disavow StandaloneMmMmuLib. It's just ArmMmuLib
From: Bret Barkelew <brbarkel@...>
This extra interface is redundant and unnecessary. Dropping it is
more EDK2-ish.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3647
Cc: Leif
From: Bret Barkelew <brbarkel@...>
This extra interface is redundant and unnecessary. Dropping it is
more EDK2-ish.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3647
Cc: Leif
|
By
Bret Barkelew
·
#83163
·
|
|
[PATCH v2 03/16] ArmPkg/StandaloneMmCoreEntryPoint: Swap to ArmMmuLib
From: Bret Barkelew <brbarkel@...>
StandaloneMmMmuLib has been turned into an implementation of the
ArmMmuLib class (without any change to the interface itself), so
this module can now
From: Bret Barkelew <brbarkel@...>
StandaloneMmMmuLib has been turned into an implementation of the
ArmMmuLib class (without any change to the interface itself), so
this module can now
|
By
Bret Barkelew
·
#83162
·
|
|
[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
·
|