|
Compilation failed for Kuno after python upgrade.
I am facing the issue during the build of Kuno meta image after python update from python3.6.9 to python 3.9.13. I am attaching the screenshot. Please help me to resolve this issue. Thank you Girjesh
I am facing the issue during the build of Kuno meta image after python update from python3.6.9 to python 3.9.13. I am attaching the screenshot. Please help me to resolve this issue. Thank you Girjesh
|
By
Girjesh Kumar
·
|
|
[PATCH 3/4] 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@...> --- .../Acpi/Arm/AcpiSsdtPcieLibArm/SsdtPcieGe
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@...> --- .../Acpi/Arm/AcpiSsdtPcieLibArm/SsdtPcieGe
|
By
Jeff Brasen
·
|
|
[PATCH 0/4] 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. - Allow optional use of segment number as UI
Add fixes/features to dynamic PCIe support - Correct issue with translation in generated ACPI tables. - Allow for more than 16 controllers to be generated. - Allow optional use of segment number as UI
|
By
Jeff Brasen
·
|
|
[PATCH 1/1] BaseTools: Fix DSC LibraryClass precedence rule
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3965 Currently DSC LibraryClass precedence rule is not align with DSC Spec. The expectation rule should be: [LibraryClasses.$(ARCH)] < [LibraryClass
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3965 Currently DSC LibraryClass precedence rule is not align with DSC Spec. The expectation rule should be: [LibraryClasses.$(ARCH)] < [LibraryClass
|
By
Yuwei Chen
·
|
|
[Patch V2] pip-requirements.txt: Update basetools version to 0.1.24 2 messages
Upgrade the edk2-basetools version from 0.1.17 to 0.1.24 features and bug fixes: 1. Add FMMT Python Tool 2. Remove RVCT support 3. Fix dependency issue in PcdValueInit 4. Output the intermediate libra
Upgrade the edk2-basetools version from 0.1.17 to 0.1.24 features and bug fixes: 1. Add FMMT Python Tool 2. Remove RVCT support 3. Fix dependency issue in PcdValueInit 4. Output the intermediate libra
|
By
Bob Feng
·
|
|
[PATCH] MdePkg/Acpi62: Add bit definitions to NFIT Platform Capabilities Structure
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3915 This commit adds each capability bit definition for NFIT Platform Capabilities Structure. The type has been added since ACPI Specification Ve
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3915 This commit adds each capability bit definition for NFIT Platform Capabilities Structure. The type has been added since ACPI Specification Ve
|
By
Miki Shindo
·
|
|
[edk2-platforms][PATCH V1 2/2] MinPlatformPkg/Build: Reduce duplication
Removed needless duplication between sections. Addes spaces after commas. Remove commented out code. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Liming Gao <gaol
Removed needless duplication between sections. Addes spaces after commas. Remove commented out code. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Liming Gao <gaol
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 1/2] MinPlatformPkg/Build: Add NOOPT build
Add NOOPT build support to enable easy debugging of unoptimized code. Generally the same libraries are desired for DEBUG and NOOPT. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.des
Add NOOPT build support to enable easy debugging of unoptimized code. Generally the same libraries are desired for DEBUG and NOOPT. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.des
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 0/2] Add MinPlatformPkg NOOPT build option
Add the NOOPT build option. Use the same libraries for DEBUG and NOOPT Clean up some duplication and coding style issues with the include files. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <na
Add the NOOPT build option. Use the same libraries for DEBUG and NOOPT Clean up some duplication and coding style issues with the include files. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <na
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 1/1] MinPlatformPkg: Add missing FV PCD
Add missing PCD for BSP FV Base/Size/Offsets. Cc: Eric Dong <eric.dong@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Isaac Oram <isaac.w.oram@...> --- Platform/Intel/MinPlatformPkg/MinPlatformPkg
Add missing PCD for BSP FV Base/Size/Offsets. Cc: Eric Dong <eric.dong@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Isaac Oram <isaac.w.oram@...> --- Platform/Intel/MinPlatformPkg/MinPlatformPkg
|
By
Oram, Isaac W
·
|
|
[PATCH v1 10/10] SecurityPkg/RngDxe: Use DrbgLib in RngDxe for Arm
From: Pierre Gondois <pierre.gondois@...> Make use of the new DrbgLib and advertise support for the SP800-90 Ctr 256 bits Drbg. The algorithm will be used for Arm and AArch64 arch. Signed-off-by: Pier
From: Pierre Gondois <pierre.gondois@...> Make use of the new DrbgLib and advertise support for the SP800-90 Ctr 256 bits Drbg. The algorithm will be used for Arm and AArch64 arch. Signed-off-by: Pier
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 09/10] SecurityPkg: Update Securitypkg.ci.yaml
From: Pierre Gondois <pierre.gondois@...> Add ArmPkg.dec as a valid dependency for the SecurityPkg. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- SecurityPkg/SecurityPkg.ci.yaml | 1 + 1 file
From: Pierre Gondois <pierre.gondois@...> Add ArmPkg.dec as a valid dependency for the SecurityPkg. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- SecurityPkg/SecurityPkg.ci.yaml | 1 + 1 file
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 9/9] SecurityPkg/RngDxe: Use DrbgLib in RngDxe for Arm
From: Pierre Gondois <pierre.gondois@...> Make use of the new DrbgLib and advertise support for the SP800-90 Ctr 256 bits Drbg. The algorithm will be used for Arm and AArch64 arch. Signed-off-by: Pier
From: Pierre Gondois <pierre.gondois@...> Make use of the new DrbgLib and advertise support for the SP800-90 Ctr 256 bits Drbg. The algorithm will be used for Arm and AArch64 arch. Signed-off-by: Pier
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 8/9] ArmVirtPkg: Kvmtool: Add AesLib/DrbgLib for RngDxe
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971 The RngDxe will require both AesLib and DrbgLib for Arm. Thus add the libraries to ArmVirtKvmTool.ds
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971 The RngDxe will require both AesLib and DrbgLib for Arm. Thus add the libraries to ArmVirtKvmTool.ds
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 7/9] MdePkg/DrbgLib: Add Drbg mechanism functions and module
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971 From the NIST Special Publication 800-90A, the implementation of a Drbg can be split into: 1. DRBG M
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971 From the NIST Special Publication 800-90A, the implementation of a Drbg can be split into: 1. DRBG M
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 6/9] MdePkg/DrbgLib: Add Ctr Drbg mechanism functions
From: Pierre Gondois <Pierre.Gondois@...> From the NIST Special Publication 800-90A, the implementation of a Drbg can be split into: 1. DRBG Mechanism Functions (s9 of the spec), describing the operat
From: Pierre Gondois <Pierre.Gondois@...> From the NIST Special Publication 800-90A, the implementation of a Drbg can be split into: 1. DRBG Mechanism Functions (s9 of the spec), describing the operat
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 5/9] MdePkg/DrbgLib: Add common wrappers
From: Pierre Gondois <pierre.gondois@...> Add common wrappers around the TRNG and AES libraries: - GetEntropy() relies an Arm Trng - BlockEncrypt relies on Arm implementation of the AES library Signed
From: Pierre Gondois <pierre.gondois@...> Add common wrappers around the TRNG and AES libraries: - GetEntropy() relies an Arm Trng - BlockEncrypt relies on Arm implementation of the AES library Signed
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 4/9] MdePkg/DrbgLib: Add Get_entropy_input() implementation
From: Pierre Gondois <Pierre.Gondois@...> NIST Special Publication 800-90C, s10.3.3 'Get_entropy_input Constructions for Accessing Entropy Sources' specifies multiple way to implement the Get_entropy_
From: Pierre Gondois <Pierre.Gondois@...> NIST Special Publication 800-90C, s10.3.3 'Get_entropy_input Constructions for Accessing Entropy Sources' specifies multiple way to implement the Get_entropy_
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 3/9] MdePkg/DrbgLib: Add BitStream implementation
From: Pierre Gondois <Pierre.Gondois@...> The Ctr Drbg does bitstream operations (additions, right/left shifting, ...). To have a clearer implementation of the NIST specifications, add a BitStream rep
From: Pierre Gondois <Pierre.Gondois@...> The Ctr Drbg does bitstream operations (additions, right/left shifting, ...). To have a clearer implementation of the NIST specifications, add a BitStream rep
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 2/9] MdePkg/DrbgLib: Add NULL instance of Drbg Library
From: Pierre Gondois <Pierre.Gondois@...> Add a Null instance of the DrbgLib satisfy potential build dependencies issues. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- MdePkg/Library/DrbgLibN
From: Pierre Gondois <Pierre.Gondois@...> Add a Null instance of the DrbgLib satisfy potential build dependencies issues. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- MdePkg/Library/DrbgLibN
|
By
PierreGondois
·
|