|
[edk2-platforms][PATCH v1 2/7] U5SeriesPkg: Pipeline: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency
of PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
U5SeriesPkg platforms
The new changes in SecureBootVariableLib brought in a new dependency
of PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
U5SeriesPkg platforms
|
By
Kun Qin
·
#91197
·
|
|
[edk2-platforms][PATCH v1 1/7] RaspberryPi: Pipeline: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency
of PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
RaspberryPi platforms
The new changes in SecureBootVariableLib brought in a new dependency
of PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
RaspberryPi platforms
|
By
Kun Qin
·
#91196
·
|
|
[edk2-platforms][PATCH v1 0/7] Resolving SecureBootVariableLib dependency
The new changes in SecureBootVariableLib brought in a new dependency
of PlatformPKProtectionLib.
This patch series added the new library instance from SecurityPkg to
resolve edk2 platforms
The new changes in SecureBootVariableLib brought in a new dependency
of PlatformPKProtectionLib.
This patch series added the new library instance from SecurityPkg to
resolve edk2 platforms
|
By
Kun Qin
·
#91195
·
|
|
[PATCH v3 2/3] DynamicTablesPkg: AcpiSsdtPcieLibArm: Support UID > 0xF
Add support for PCIe devices with UID > 0xF.
This is done by using the next value in the name so
PCI5, PC26, etc
Signed-off-by: Jeff Brasen <jbrasen@...>
---
Add support for PCIe devices with UID > 0xF.
This is done by using the next value in the name so
PCI5, PC26, etc
Signed-off-by: Jeff Brasen <jbrasen@...>
---
|
By
Jeff Brasen
·
#91194
·
|
|
[PATCH v3 3/3] DynamicTablesPkg: AcpiSsdtPcieLibArm: Create support
library
Add support library to allow for customization of _OSC and slot info.
The functions in the library are unchanged,
with the exception of adding PciInfo pointer to the APIs.
Signed-off-by: Jeff Brasen
Add support library to allow for customization of _OSC and slot info.
The functions in the library are unchanged,
with the exception of adding PciInfo pointer to the APIs.
Signed-off-by: Jeff Brasen
|
By
Jeff Brasen
·
#91193
·
|
|
[PATCH v3 1/3] DynamicTablesPkg: AcpiSsdtPcieLibArm: Correct
translation value
The translation value in ACPI should be the difference between the CPU and PCIe address.
Signed-off-by: Jeff Brasen <jbrasen@...>
---
.../Arm/AcpiSsdtPcieLibArm/SsdtPcieGenerator.c | 18
The translation value in ACPI should be the difference between the CPU and PCIe address.
Signed-off-by: Jeff Brasen <jbrasen@...>
---
.../Arm/AcpiSsdtPcieLibArm/SsdtPcieGenerator.c | 18
|
By
Jeff Brasen
·
#91192
·
|
|
[PATCH v3 0/3] DynamicTablesPkg: Pcie generation updates
Add fixes/features to dynamic PCIe support
- Correct issue with translation in generated ACPI tables.
- Allow for more than 16 controllers to be generated.
- Add support library to allow for
Add fixes/features to dynamic PCIe support
- Correct issue with translation in generated ACPI tables.
- Allow for more than 16 controllers to be generated.
- Add support library to allow for
|
By
Jeff Brasen
·
#91191
·
|
|
Re: [PATCH v3 00/11] Enhance Secure Boot Variable Libraries
Hi Ard,
I thought pipeline should have caught this type of errors. Sorry for the inconvenience.
A patch was sent here to fix this issue:
https://edk2.groups.io/g/devel/message/91189
Regards,
Kun
Hi Ard,
I thought pipeline should have caught this type of errors. Sorry for the inconvenience.
A patch was sent here to fix this issue:
https://edk2.groups.io/g/devel/message/91189
Regards,
Kun
|
By
Kun Qin
·
#91190
·
|
|
[PATCH v1 1/1] ArmVirtPkg: Pipeline: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency
of PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
ArmVirtPkg builds.
Cc: Leif
The new changes in SecureBootVariableLib brought in a new dependency
of PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
ArmVirtPkg builds.
Cc: Leif
|
By
Kun Qin
·
#91189
·
|
|
Re: [PATCH] MinPlatformPkg: Resolve SecureBootVariableLib dependency
Pushed as 4775d4e4f8..a3f3f4bde7
Pushed as 4775d4e4f8..a3f3f4bde7
|
By
Isaac Oram
·
#91188
·
|
|
Re: [PATCH] MinPlatformPkg: Resolve SecureBootVariableLib dependency
Reviewed-by: Isaac Oram <isaac.w.oram@...>
Reviewed-by: Isaac Oram <isaac.w.oram@...>
|
By
Isaac Oram
·
#91187
·
|
|
Re: [PATCH v3 00/11] Enhance Secure Boot Variable Libraries
I think this series has broken some ARM platforms, please double check.
https://ci.linaro.org/job/leg-virt-tianocore-edk2-upstream/4573/console
I think this series has broken some ARM platforms, please double check.
https://ci.linaro.org/job/leg-virt-tianocore-edk2-upstream/4573/console
|
By
Ard Biesheuvel
·
#91186
·
|
|
Re: [PATCH 4/4] DynamicTablesPkg: AcpiSsdtPcieLibArm: Add support for
override protocol
I think this would work. Instead of GeneratePciDeviceInfo the function we would want to break out would be GeneratePciSlots. I'll work on changing my patch series to this. Unless you have a better
I think this would work. Instead of GeneratePciDeviceInfo the function we would want to break out would be GeneratePciSlots. I'll work on changing my patch series to this. Unless you have a better
|
By
Jeff Brasen
·
#91185
·
|
|
Re: [PATCH 2/4] DynamicTablesPkg: AcpiSsdtPcieLibArm: Allow use of
segment number as UID
So to detail the use case we have an embedded device on a known controller (we know the segment number) by forcing the autogeneration to the segment number we could in another SSDT create the
So to detail the use case we have an embedded device on a known controller (we know the segment number) by forcing the autogeneration to the segment number we could in another SSDT create the
|
By
Jeff Brasen
·
#91184
·
|
|
Re: [PATCH v2 0/4] DynamicTablesPkg: Pcie generation updates
Ok, I never got those responses, will have to check what happened with my email. Will respond to those.
Ok, I never got those responses, will have to check what happened with my email. Will respond to those.
|
By
Jeff Brasen
·
#91183
·
|
|
[PATCH 1/1] BaseTools: add '-p' for Linux 'cp' command.
Currently BaseTools use 'cp' command for PcdValueInit and GenMake
process, as the command can not keep the time info of the source
file, which will cause incremental build issue in Linux system,
thus
Currently BaseTools use 'cp' command for PcdValueInit and GenMake
process, as the command can not keep the time info of the source
file, which will cause incremental build issue in Linux system,
thus
|
By
Yuwei Chen
·
#91182
·
|
|
[PATCH v3] [edk2-platforms] Silicon/Intel/FitGen: Fix CheckOverlap would do incorrect split BiosModule action in corner case
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3922
[Description]
CheckOverlap function would do incorrect split on the BiosModule which not =
happen
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3922
[Description]
CheckOverlap function would do incorrect split on the BiosModule which not =
happen
|
By
Lin, Jason1
·
#91181
·
|
|
[PATCH v3] BaseTools/Capsule: Add support for signtool to input subject name to sign capsule file
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3928
Windows-based system using signtool.exe to sign the capsule.
Add the support to using
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3928
Windows-based system using signtool.exe to sign the capsule.
Add the support to using
|
By
Lin, Jason1
·
#91180
·
|
|
[PATCH v2] BaseTools/Capsule: Add support for signtool to input subject name to sign capsule file
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3928
Windows-based system using signtool.exe to sign the capsule.
Add the support to using
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3928
Windows-based system using signtool.exe to sign the capsule.
Add the support to using
|
By
Lin, Jason1
·
#91179
·
|
|
Re: 回复: [edk2-devel] [PATCH v2 2/7] MdePkg: Allow PcdFSBClock to by Dynamic
What if you revert c37cbc030d96 ("OvmfPkg: Switch timer in build time
for OvmfPkg") instead? That commit seems to introduce PcdFSBClock as
dynamic in OvmfPkg*.dsc. But revert isn't going to be
What if you revert c37cbc030d96 ("OvmfPkg: Switch timer in build time
for OvmfPkg") instead? That commit seems to introduce PcdFSBClock as
dynamic in OvmfPkg*.dsc. But revert isn't going to be
|
By
Anthony PERARD
·
#91178
·
|