On Tue, Jun 25, 2024 at 3:46 PM Alistair Francis via groups.io
wrote:
>
> Initial commit of the PCIe 6.0 specification header file. This is used
> to define the EFI_PCIE_CAPABILITY_ID_DOE macro.
>
> Signed-off-by: Alistair Francis
> ---
I forgot to add that this is the same commit from
https://g
Initial commit of the PCIe 6.0 specification header file. This is used
to define the EFI_PCIE_CAPABILITY_ID_DOE macro.
Signed-off-by: Alistair Francis
---
MdePkg/Include/IndustryStandard/Pci.h | 2 +-
MdePkg/Include/IndustryStandard/PciExpress60.h | 17 +
2 files change
Yuanhao,
I have only one comment regarding the commit message.
The LockBox Dependency DXE Driver is designed for use with standalone
[Ray] This is a library not a driver.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119704): https://e
On Tue, Jun 25, 2024 at 10:07:37AM +1000, Alistair Francis wrote:
> On Mon, Jun 24, 2024 at 11:33 PM Leif Lindholm via groups.io
> wrote:
> >
> > Commit 4f32c34865de,
> > ("Platform/AMD: Initial commit of cross platform/board interfaces")
> > presumably by accident reverts the opensbi submodule up
On Mon, Jun 24, 2024 at 11:33 PM Leif Lindholm via groups.io
wrote:
>
> Commit 4f32c34865de,
> ("Platform/AMD: Initial commit of cross platform/board interfaces")
> presumably by accident reverts the opensbi submodule update done in
> commmit 2d8289634ec9 ("ProcessorPkg/opensbi: Update opensbi lib
*Tools, CI, Code base construction meeting series*
*When:*
Monday, June 24, 2024
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZDI2ZDg4NmMtMjI1My00MzI5LWFmYjAtMGQyNjUzNTBjZGYw%40thread.v2/0?context=%7b%22Tid%22%3a%2272f988bf-86f1-
*Reminder: Tools, CI, Code base construction meeting series*
*When:*
Monday, June 24, 2024
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZDI2ZDg4NmMtMjI1My00MzI5LWFmYjAtMGQyNjUzNTBjZGYw%40thread.v2/0?context=%7b%22Tid%22%3a%2272f9
On Mon, Jun 24, 2024 at 02:32:33PM +0100, Leif Lindholm wrote:
> Heinrich reported a build breakage of U540, due to it lacking a
> mapping for RiscVMmuLib. While looking into that, I found that
> 1) The Opensbi submodule version has been corrupted by a recent commit.
> 2) The Maintainers.txt entry
W dniu 22.06.2024 o 20:04, Rebecca Cran pisze:
I decided to do some testing around the cost of copying vs
decompressing and moved all the drivers in SbsaQemu into the
uncompressed section (as described in
https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg-Compression),
but firmware bu
Hi Rebecca,
Switching the external dependency to the below should resolve your issue:
"source":
"https://pkgs.dev.azure.com/projectmu/mu/_packaging/Basetools-Binary/nuget/v3/index.json";
"version": "20015.5.0"
Thanks,
Joey
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sen
Reviewed-by: Michael D Kinney
> -Original Message-
> From: Leif Lindholm
> Sent: Monday, June 24, 2024 6:33 AM
> To: devel@edk2.groups.io
> Cc: Kinney, Michael D ; Daniel Schaefer
>
> Subject: [PATCH edk2-platforms 1/4] Maintainers.txt: fix entry for SiFive
> U5SeriesPkg
>
> There was
Hi Rebecca,
I'm covering hosting for the meeting today. I've created a discussion
with your agenda topics here
https://github.com/tianocore/edk2/discussions/5818.
Thanks,
Michael
On 6/23/2024 1:39 PM, Rebecca Cran wrote:
Add edk2-devel
On 6/23/24 11:38 AM, Rebecca Cran wrote:
I have two i
Commit 4f32c34865de,
("Platform/AMD: Initial commit of cross platform/board interfaces")
presumably by accident reverts the opensbi submodule update done in
commmit 2d8289634ec9 ("ProcessorPkg/opensbi: Update opensbi library").
Correct this and restore the submodule version.
Cc: Daniel Schaefer
The freedom unleashed platform currently fails to build due to a
missing mapping for RiscVMmuLib, so add one.
Cc: Daniel Schaefer
Cc: Sunil V L
Cc: Abner Chang
Signed-off-by: Leif Lindholm
---
Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 1 +
1 file changed, 1 insert
Cc: Daniel Schaefer
Cc: Sunil V L
Cc: Abner Chang
Signed-off-by: Leif Lindholm
---
Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc
b/P
Heinrich reported a build breakage of U540, due to it lacking a
mapping for RiscVMmuLib. While looking into that, I found that
1) The Opensbi submodule version has been corrupted by a recent commit.
2) The Maintainers.txt entry for this group of platforms is incorrect.
Reported-by: Heinrich Schuch
There was an error in the wildcard path described for U5SeriesPkg, so
it failed to match. Fix the mistake.
Cc: Michael D Kinney
Cc: Daniel Schaefer
Signed-off-by: Leif Lindholm
---
Maintainers.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Maintainers.txt b/Maintai
The Lockbox Driver allows sensitive data to be securely stored in a
designated area, thus protected against unauthorized access.
This patch adds a Standalone MM Lockbox Driver with main modifications:
1. Separating shared code between the Standalone MM driver and the
DXE MM Driver.
2. Utilizing se
The Lockbox Driver allows sensitive data to be securely stored in a
designated area, thus protected against unauthorized access.
This patch does not introduce any functional modifications.
It refactors the existing logic into a common component to facilitates
the integration of the Standalone MM L
The LockBox Dependency DXE Driver is designed for use with standalone
mm where gBS are not accessible to indicates that LockBox API is ready
for use.
For DXE drivers use lockbox APIs via a communication mechanism
triggering an SMI, it's must to have the corresponding SMI handler
pre-installed for
This patch adds a Standalone MM Lockbox Driver
xieyuanh (3):
StandaloneMmPkg: Add LockBox Dependency DXE Driver
MdeModulePkg: Refactors SmmLockBox.c.
MdeModulePkg: Add Standalone MM Lockbox Driver.
MdeModulePkg/MdeModulePkg.dsc |
1 +
MdeModul
On Mon, Jun 24, 2024 at 08:49:52AM GMT, Ni, Ray wrote:
> If you can confirm my understanding (F24/F25 are EOL today and Laszlo's fix
> is not needed), I can create a PR to remove that change.
Yes, F24/F25 are long EOL.
Fedora releases come roughly every 6 months and are supported for ~13-14
mont
On Sat, Jun 22, 2024 at 21:53:02 -0700, Sami Mujawar wrote:
> Hi Leif,
>
> Thank you for this patch.
>
> These changes look good to me.
>
> Reviewed-by: Sami Mujawar
Thanks!
3/5 pushed as d9bcbf86b03f.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
Vie
Ard,
Thank you very much for your willingness to think about this topic.
Yes. we found the TCG MOR secure feature does not work in standalone MM env and
want to fix it.
That leads the review of the code change history.
If you can confirm my understanding (F24/F25 are EOL today and Laszlo's fix i
24 matches
Mail list logo