|
[PATCH v2 10/11] OvmfPkg: Pipeline: Resolve SecureBootVariableLib dependency
The new changes in SecureBootVariableLib brought in a new dependency of
PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
pipeline builds.
Cc: Jiewen
The new changes in SecureBootVariableLib brought in a new dependency of
PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
pipeline builds.
Cc: Jiewen
|
By
Kun Qin
·
#90501
·
|
|
[PATCH v2 09/11] SecurityPkg: SecureBootVariableLib: Added unit tests
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This change added unit test and enabled it from pipeline for the updated
SecureBootVariableLib.
The unit
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This change added unit test and enabled it from pipeline for the updated
SecureBootVariableLib.
The unit
|
By
Kun Qin
·
#90500
·
|
|
[PATCH v2 08/11] SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909
This change is in pair with the previous SecureBootVariableLib change,
which updated the interface of
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909
This change is in pair with the previous SecureBootVariableLib change,
which updated the interface of
|
By
Kun Qin
·
#90499
·
|
|
[PATCH v2 07/11] SecurityPkg: Secure Boot Drivers: Added common header files
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
This change added common header files to consumer drivers to unblock
pipeline builds.
Cc: Jiewen Yao
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
This change added common header files to consumer drivers to unblock
pipeline builds.
Cc: Jiewen Yao
|
By
Kun Qin
·
#90498
·
|
|
[PATCH v2 06/11] SecurityPkg: SecureBootVariableProvisionLib: Updated implementation
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
This change is in pair with the previous SecureBootVariableLib, which
removes the explicit invocation of
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
This change is in pair with the previous SecureBootVariableLib, which
removes the explicit invocation of
|
By
Kun Qin
·
#90497
·
|
|
[PATCH v2 05/11] SecurityPkg: SecureBootVariableLib: Added newly supported interfaces
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This change updated the interfaces provided by SecureBootVariableLib.
The new additions provided
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This change updated the interfaces provided by SecureBootVariableLib.
The new additions provided
|
By
Kun Qin
·
#90496
·
|
|
[PATCH v2 04/11] SecurityPkg: SecureBootVariableLib: Updated signature list creator
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
This change removes the interface of SecureBootFetchData, and replaced
it with
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
This change removes the interface of SecureBootFetchData, and replaced
it with
|
By
Kun Qin
·
#90495
·
|
|
[PATCH v2 03/11] SecurityPkg: SecureBootVariableLib: Updated time based payload creator
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909
This change updated the interface of 'CreateTimeBasedPayload' by
requiring the caller to provide a
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909
This change updated the interface of 'CreateTimeBasedPayload' by
requiring the caller to provide a
|
By
Kun Qin
·
#90494
·
|
|
[PATCH v2 02/11] SecurityPkg: PlatformPKProtectionLib: Added PK protection interface
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This patch provides an abstracted interface for platform to implement PK
variable related protection
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This patch provides an abstracted interface for platform to implement PK
variable related protection
|
By
Kun Qin
·
#90493
·
|
|
[PATCH v2 01/11] SecurityPkg: UefiSecureBoot: Definitions of cert and payload structures
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
This change added certificate and payload structures that can be consumed
by SecureBootVariableLib and
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
This change added certificate and payload structures that can be consumed
by SecureBootVariableLib and
|
By
Kun Qin
·
#90492
·
|
|
[PATCH v2 00/11] Enhance Secure Boot Variable Libraries
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This is a revamp of a
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This is a revamp of a
|
By
Kun Qin
·
#90491
·
|
|
Physical Address of buffer
Hello
I'm trying to port some code which interacts with memory mapped hardware registers.
The original code was developed in 2015-18 on edk2, and does not want to compile anymore.
The way it works is
Hello
I'm trying to port some code which interacts with memory mapped hardware registers.
The original code was developed in 2015-18 on edk2, and does not want to compile anymore.
The way it works is
|
By
M.T.
·
#90490
·
|
|
Re: RFC v2: Static Analysis in edk2 CI
+devel@edk2.groups.io
Mike
+devel@edk2.groups.io
Mike
|
By
Michael D Kinney
·
#90489
·
|
|
Re: [PATCH edk2-platforms 0/3] Ext4Pkg: Add ext2/3 support and move crc16/32c to BaseLib
Liming,
Sorry for the question, but can I merge this with your Ack and my RB or do I have to wait for another RB?
I want to solve this as soon as possible since right now Ext4Pkg won't build with
Liming,
Sorry for the question, but can I merge this with your Ack and my RB or do I have to wait for another RB?
I want to solve this as soon as possible since right now Ext4Pkg won't build with
|
By
Pedro Falcato
·
#90488
·
|
|
Re: [PATCH v1 0/2] Add EDKII_PCI_DEVICE_PPI support to EDK2
For now, the priority will be to add the support for AHCI and NVMe. However, in the future the plan is to have support in all of these drivers.
Regards,
Maciej
For now, the priority will be to add the support for AHCI and NVMe. However, in the future the plan is to have support in all of these drivers.
Regards,
Maciej
|
By
Maciej Czajkowski
·
#90487
·
|
|
Re: [PATCH v1 2/2] MdeModulePkg/AhciPei: Use PCI_DEVICE_PPI to manage AHCI device
Hello,
1. Yes, I will try to fix that in the v2 patch.
2. We have a review opened to add such instance - https://edk2.groups.io/g/devel/message/89970
3. For now it will be implemented in the silicon
Hello,
1. Yes, I will try to fix that in the v2 patch.
2. We have a review opened to add such instance - https://edk2.groups.io/g/devel/message/89970
3. For now it will be implemented in the silicon
|
By
Maciej Czajkowski
·
#90486
·
|
|
Re: [PATCH 2/2] DxeMain: Fix the bug that StackGuard is not enabled
Hi Ray,
Thank you for this patch.
This change looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Ray,
Thank you for this patch.
This change looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#90485
·
|
|
Re: [PATCH 1/2] ArmPkg/ArmExceptionLib: Follow new CpuExceptionHandlerLib APIs
Hi Ray,
Thank you for this patch.
I have one minor suggestion marked inline as [SAMI], otherwise this patch looks good to me.
With that updated.
Reviewed-by: Sami Mujawar
Hi Ray,
Thank you for this patch.
I have one minor suggestion marked inline as [SAMI], otherwise this patch looks good to me.
With that updated.
Reviewed-by: Sami Mujawar
|
By
Sami Mujawar
·
#90484
·
|
|
Re: [PATCH v3 1/1] [edk2-platforms]Tools\FitGen: Add extra parameter fixed FIT address
This patch looks good to me.
Reviewed-by: Bob Feng <bob.c.feng@...>
This patch looks good to me.
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#90483
·
|
|
[edk2-staging][PATCH 5/5] edk2-staging/RedfishClientPkg: Add missing module
Add missing module import for conditional, RfCollection, RfResource,
RfResourceRaw, hashlib and OrderedDict
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc: Abner Chang <abner.chang@...>
Cc:
Add missing module import for conditional, RfCollection, RfResource,
RfResourceRaw, hashlib and OrderedDict
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc: Abner Chang <abner.chang@...>
Cc:
|
By
Nickle Wang
·
#90482
·
|