|
[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
·
|
|
[PATCH v5 04/14] MdeModulePkg: Define the VarCheckPolicyLib and SMM interface
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
This is an instance of a VarCheckLib that is backed by
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
This is an instance of a VarCheckLib that is backed by
|
By
Bret Barkelew <bret@...>
·
#60646
·
|
|
[PATCH v5 03/14] MdeModulePkg: Define the VariablePolicyHelperLib
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
Add the VariablePolicyHelperLib library, containing
several
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
Add the VariablePolicyHelperLib library, containing
several
|
By
Bret Barkelew <bret@...>
·
#60645
·
|
|
[PATCH v5 01/14] MdeModulePkg: Define the VariablePolicy protocol interface
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
Add the VariablePolicy protocol interface
header and add to the
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
Add the VariablePolicy protocol interface
header and add to the
|
By
Bret Barkelew <bret@...>
·
#60644
·
|
|
[PATCH v5 02/14] MdeModulePkg: Define the VariablePolicyLib
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
Add the VariablePolicyLib library that implements
the portable
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
Add the VariablePolicyLib library that implements
the portable
|
By
Bret Barkelew <bret@...>
·
#60643
·
|
|
[PATCH v5 09/14] MdeModulePkg: Connect VariablePolicy business logic to VariableServices
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
Add connective code to publish the VariablePolicy protocol
and
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.
Add connective code to publish the VariablePolicy protocol
and
|
By
Bret Barkelew <bret@...>
·
#60642
·
|
|
[PATCH v5 08/14] UefiPayloadPkg: Add VariablePolicy engine to UefiPayloadPkg platform
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Cc: Guo Dong <guo.dong@...>
Cc: Benjamin You <benjamin.you@...>
Cc: Bret Barkelew <brbarkel@...>
Signed-off-by: Bret
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Cc: Guo Dong <guo.dong@...>
Cc: Benjamin You <benjamin.you@...>
Cc: Bret Barkelew <brbarkel@...>
Signed-off-by: Bret
|
By
Bret Barkelew <bret@...>
·
#60641
·
|
|
[PATCH v5 06/14] EmulatorPkg: Add VariablePolicy engine to EmulatorPkg platform
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Cc: Andrew Fish <afish@...>
Cc: Ray Ni <ray.ni@...>
Cc: Bret Barkelew <brbarkel@...>
Signed-off-by: Bret Barkelew
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Cc: Andrew Fish <afish@...>
Cc: Ray Ni <ray.ni@...>
Cc: Bret Barkelew <brbarkel@...>
Signed-off-by: Bret Barkelew
|
By
Bret Barkelew <bret@...>
·
#60640
·
|
|
[PATCH v5 05/14] OvmfPkg: Add VariablePolicy engine to OvmfPkg platform
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Cc: Laszlo Ersek <lersek@...>
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Bret Barkelew <brbarkel@...>
Signed-off-by: Bret
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Cc: Laszlo Ersek <lersek@...>
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Bret Barkelew <brbarkel@...>
Signed-off-by: Bret
|
By
Bret Barkelew <bret@...>
·
#60639
·
|
|
[PATCH v5 13/14] MdeModulePkg: Drop VarLock from RuntimeDxe variable driver
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Now that everything should be moved to
VariablePolicy, drop support for the
deprecated VarLock SMI interface and
associated functions from
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Now that everything should be moved to
VariablePolicy, drop support for the
deprecated VarLock SMI interface and
associated functions from
|
By
Bret Barkelew <bret@...>
·
#60638
·
|
|
[PATCH v5 11/14] SecurityPkg: Allow VariablePolicy state to delete authenticated variables
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Causes AuthService to check
IsVariablePolicyEnabled() before enforcing
write protections to allow variable deletion
when policy engine is
https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522
Causes AuthService to check
IsVariablePolicyEnabled() before enforcing
write protections to allow variable deletion
when policy engine is
|
By
Bret Barkelew <bret@...>
·
#60637
·
|
|
[PATCH v2 5/5] MdeModulePkg/MdeModulePkg.ci.yaml: Add configuration for Ecc check
This is a sample for users to add exceptions and ignored files for
their own use.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Hao A Wu <hao.a.wu@...>
Signed-off-by: Shenglei Zhang
This is a sample for users to add exceptions and ignored files for
their own use.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Hao A Wu <hao.a.wu@...>
Signed-off-by: Shenglei Zhang
|
By
Zhang, Shenglei
·
#60636
·
|