|
Re: [Patch 1/1] [Edk2Platforms] FitGen: Update FitGen tool to be compliance with the FIT specification revision 1.2
Jorge:
The patch is good. But, the commit message is too long than 80. Please update the commit message to be short.
You can use edk2\BaseTools\Scripts\PatchCheck.py tool to check the patch
Jorge:
The patch is good. But, the commit message is too long than 80. Please update the commit message to be short.
You can use edk2\BaseTools\Scripts\PatchCheck.py tool to check the patch
|
By
Liming Gao
·
#60666
·
|
|
Re: [PATCH v2 0/5] Add a pipline to check Ecc issues for edk2 on open ci
Thanks for the ExceptionList / IgnoreFiles features; I think they are
really important. I've run ECC in the past, and in some cases it is
*way* too strict and opinionated, so I'm sure we'll end up
Thanks for the ExceptionList / IgnoreFiles features; I think they are
really important. I've run ECC in the past, and in some cases it is
*way* too strict and opinionated, so I'm sure we'll end up
|
By
Laszlo Ersek
·
#60665
·
|
|
Re: [PATCH v2 0/2] ArmPkg/PlatformBootManagerLib: add build time checks for serial terminal settings
Pushed as #655
Thanks all.
Pushed as #655
Thanks all.
|
By
Ard Biesheuvel
·
#60664
·
|
|
Re: [PATCH edk2-InfSpecification] Drop statement on package ordering
I can add this to my queue, sure. I'll get to it sometime. If it's
urgent, anyone please feel free to post the patch with the updated wording.
Thanks,
Laszlo
I can add this to my queue, sure. I'll get to it sometime. If it's
urgent, anyone please feel free to post the patch with the updated wording.
Thanks,
Laszlo
|
By
Laszlo Ersek
·
#60663
·
|
|
Re: [PATCH v5 00/14] Add the VariablePolicy feature
meta:
Thank you very much for your willingness to learn the mailing list based
workflow, even if that workflow is on its way out. I highly appreciate it!
Laszlo
meta:
Thank you very much for your willingness to learn the mailing list based
workflow, even if that workflow is on its way out. I highly appreciate it!
Laszlo
|
By
Laszlo Ersek
·
#60662
·
|
|
Re: [PATCH v2 3/5] MdeModulePkg/BootManagerUiLib: show inactive boot options
By
Gao, Zhichao
·
#60661
·
|
|
Where to put RISC-V packages
Hi all,
(CC edk2 devel ML - shouldn't be a private discussion again)
let me try to summarize the points of each:
- edk2-platforms isn't a less stable edk2 per se
- edk2-platforms can be used for
Hi all,
(CC edk2 devel ML - shouldn't be a private discussion again)
let me try to summarize the points of each:
- edk2-platforms isn't a less stable edk2 per se
- edk2-platforms can be used for
|
By
Daniel Schaefer
·
#60660
·
|
|
Re: [PATCH edk2-InfSpecification] Drop statement on package ordering
My wording "edk2-related" was imprecise to the level of being
incorrect, apologies for adding confusion.
My intended point wast that here is nothing specific about colliding
with headers in the edk2
My wording "edk2-related" was imprecise to the level of being
incorrect, apologies for adding confusion.
My intended point wast that here is nothing specific about colliding
with headers in the edk2
|
By
Leif Lindholm <leif@...>
·
#60659
·
|
|
Re: [PATCH] MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-update
May I know the schedule of pushing this change to edk2-master? Or what's next step I should do?
Thanks,
Walon
May I know the schedule of pushing this change to edk2-master? Or what's next step I should do?
Thanks,
Walon
|
By
Li, Walon
·
#60658
·
|
|
[PATCH edk2-platforms V2 2/2] Platform/NXP:LX2160: Enable support of USB controller
From: Meenakshi Aggarwal <meenakshi.aggarwal@...>
Enable support of USB drives on lx2160 RDB board.
LX2160 has DWC3 controller
Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@...>
---
From: Meenakshi Aggarwal <meenakshi.aggarwal@...>
Enable support of USB drives on lx2160 RDB board.
LX2160 has DWC3 controller
Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@...>
---
|
By
Meenakshi Aggarwal <meenakshi.aggarwal@...>
·
#60657
·
|
|
[PATCH edk2-platforms V2 1/2] Silicon/NXP: Add DWC3 USB controller initialization driver
From: Meenakshi Aggarwal <meenakshi.aggarwal@...>
Add support of DWC3 controller driver which performs
DWC3 controller initialization and register itself
From: Meenakshi Aggarwal <meenakshi.aggarwal@...>
Add support of DWC3 controller driver which performs
DWC3 controller initialization and register itself
|
By
Meenakshi Aggarwal <meenakshi.aggarwal@...>
·
#60656
·
|
|
[PATCH edk2-platforms V2 0/2] Add USB driver support
This patchset implement USB driver for DWC3 controller and enable
USB for LX2160A Platform.
Changes in v2:
- Indentation changes
- Incorporated review comments
- create EndOfDxe event and
This patchset implement USB driver for DWC3 controller and enable
USB for LX2160A Platform.
Changes in v2:
- Indentation changes
- Incorporated review comments
- create EndOfDxe event and
|
By
Meenakshi Aggarwal <meenakshi.aggarwal@...>
·
#60655
·
|
|
[PATCH 2/2] UefiPayloadPkg/Pci: Use the PCIE Base Addr stored in AcpiBoardInfo HOB
Today's UefiPayloadPkg always uses 0xE0000000 as the PCIE base address
and ignores the value set in AcpiBoardInfo HOB created by the boot
loader. This makes the payload binary cannot work in
Today's UefiPayloadPkg always uses 0xE0000000 as the PCIE base address
and ignores the value set in AcpiBoardInfo HOB created by the boot
loader. This makes the payload binary cannot work in
|
By
Ni, Ray
·
#60654
·
|
|
[PATCH 1/2] MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo()
All public APIs should have EFIAPI modifier. Somehow PciSegmentInfoLib
missed the EFIAPI modifier.
The patch updates the library header file and NULL instance in MdePkg
to add the missing
All public APIs should have EFIAPI modifier. Somehow PciSegmentInfoLib
missed the EFIAPI modifier.
The patch updates the library header file and NULL instance in MdePkg
to add the missing
|
By
Ni, Ray
·
#60653
·
|
|
[PATCH 0/2] UefiPayloadPkg: Use PCIE base address set by boot loader
Ray Ni (2):
MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo()
UefiPayloadPkg/Pci: Use the PCIE Base Addr stored in AcpiBoardInfo HOB
MdePkg/Include/Library/PciSegmentInfoLib.h
Ray Ni (2):
MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo()
UefiPayloadPkg/Pci: Use the PCIE Base Addr stored in AcpiBoardInfo HOB
MdePkg/Include/Library/PciSegmentInfoLib.h
|
By
Ni, Ray
·
#60652
·
|
|
[PATCH v5 00/14] Add the VariablePolicy feature
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2522
The 14 patches in this series add the VariablePolicy feature to the core,
deprecate Edk2VarLock (while adding a compatibility layer to reduce
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2522
The 14 patches in this series add the VariablePolicy feature to the core,
deprecate Edk2VarLock (while adding a compatibility layer to reduce
|
By
Bret Barkelew <bret@...>
·
#60651
·
|
|
[PATCH v5 14/14] MdeModulePkg: Add a shell-based functional test for VariablePolicy
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
To verify that VariablePolicy is correctly integrated
on platforms, add a Shell-based functional test to
confirm expected behavior.
NOTE: This
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
To verify that VariablePolicy is correctly integrated
on platforms, add a Shell-based functional test to
confirm expected behavior.
NOTE: This
|
By
Bret Barkelew <bret@...>
·
#60650
·
|
|
[PATCH v5 12/14] MdeModulePkg: Change TCG MOR variables to use VariablePolicy
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
These were previously using VarLock, which is
being deprecated.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Liming Gao <liming.gao@...>
Cc: Bret
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
These were previously using VarLock, which is
being deprecated.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Liming Gao <liming.gao@...>
Cc: Bret
|
By
Bret Barkelew <bret@...>
·
#60649
·
|
|
[PATCH v5 10/14] MdeModulePkg: Allow VariablePolicy state to delete protected variables
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
TcgMorLockSmm provides special protections for
the TCG MOR variables. This will check
IsVariablePolicyEnabled() before enforcing
them to allow
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
TcgMorLockSmm provides special protections for
the TCG MOR variables. This will check
IsVariablePolicyEnabled() before enforcing
them to allow
|
By
Bret Barkelew <bret@...>
·
#60648
·
|
|
[PATCH v5 07/14] ArmVirtPkg: Add VariablePolicy engine to ArmVirtPkg platform
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Leif Lindholm <leif@...>
Cc: Bret Barkelew <brbarkel@...>
Signed-off-by: Bret
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Leif Lindholm <leif@...>
Cc: Bret Barkelew <brbarkel@...>
Signed-off-by: Bret
|
By
Bret Barkelew <bret@...>
·
#60647
·
|