|
[PATCH V2] edk II C Coding Standard: Remove section 5.4.2.2 STATIC
From: Abner Chang <abner.chang@...> BZ #1766 Revise the sections that mention the usage of "static" and remove section 5.4.2.2.1 and 5.4.2.2.2 section. We are not allowed to use upper-case STATIC in t
From: Abner Chang <abner.chang@...> BZ #1766 Revise the sections that mention the usage of "static" and remove section 5.4.2.2.1 and 5.4.2.2.2 section. We are not allowed to use upper-case STATIC in t
|
By
Chang, Abner
·
|
|
[PATCH] Multiple Coverity issues were found from EDK2 ShellPkg 3 messages
Attached is the report for Coverity issues identified in ShellPkg based on edk2-stable202205. Cc: Vasudevan Sambandan <vasudevans@...> Cc: Sundaresan Selvaraj <sundaresans@...> Cc: Arun k <arunk@...>
Attached is the report for Coverity issues identified in ShellPkg based on edk2-stable202205. Cc: Vasudevan Sambandan <vasudevans@...> Cc: Sundaresan Selvaraj <sundaresans@...> Cc: Arun k <arunk@...>
|
By
Kalaivani P
·
|
|
EDK II Stable Tag release edk2-stable202211 completed
Hi, all The tag edk2-stable202211 has been created. https://github.com/tianocore/edk2/releases/tag/edk2-stable202211 git clone -b edk2-stable202211 https://github.com/tianocore/edk2.git The quiet peri
Hi, all The tag edk2-stable202211 has been created. https://github.com/tianocore/edk2/releases/tag/edk2-stable202211 git clone -b edk2-stable202211 https://github.com/tianocore/edk2.git The quiet peri
|
By
gaoliming
·
|
|
[PATCH EDK2 v1 0/1] CryptoPkg/BaseCryptLib:time overflow
Main Changes : 1.Change type of time_t to INT64. 2.Using function DivS64x64Remainder to deal with INT64 divide. Zihong Yi (1): CryptoPkg/BaseCryptLib:time overflow CryptoPkg/Library/Include/CrtLibSupp
Main Changes : 1.Change type of time_t to INT64. 2.Using function DivS64x64Remainder to deal with INT64 divide. Zihong Yi (1): CryptoPkg/BaseCryptLib:time overflow CryptoPkg/Library/Include/CrtLibSupp
|
By
wenyi,xie
·
|
|
[PATCH] UefiPayloadPkg: Support multiple-firmware volume 3 messages
From: MarsX Lin <marsx.lin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4164 To support multiple FVs provided by UPL Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Sean Rhodes <
From: MarsX Lin <marsx.lin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4164 To support multiple FVs provided by UPL Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Sean Rhodes <
|
By
marsx.lin@...
·
|
|
[AddResetEnd v1] ShellPkg/DpDynamicCommand: Add ResetEnd support in DP command 2 messages
From: zhenhuay <zhenhua.yang@...> DP command should be able to parse the FPDT ACPI table and dump the ResetEnd which was logged at the beginning of the firmware image execution. So that DP can calcula
From: zhenhuay <zhenhua.yang@...> DP command should be able to parse the FPDT ACPI table and dump the ResetEnd which was logged at the beginning of the firmware image execution. So that DP can calcula
|
By
Zhenhua Yang
·
|
|
[PATCH v3 4/4] SecurityPkg/RngDxe: Fix Rng algo selection for Arm
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4151 The EFI_RNG_PROTOCOL can advertise multiple algorithms through Guids. The PcdCpuRngSupportedAlgorith
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4151 The EFI_RNG_PROTOCOL can advertise multiple algorithms through Guids. The PcdCpuRngSupportedAlgorith
|
By
PierreGondois
·
|
|
[PATCH v3 3/4] SecurityPkg/RngDxe: Conditionally install EFI_RNG_PROTOCOL
From: Pierre Gondois <pierre.gondois@...> On Arm platforms, the number of available RNG algorithms is dynamically detected and can be 0 in the absence of FEAT_RNG and firmware TRNG. In this case, the
From: Pierre Gondois <pierre.gondois@...> On Arm platforms, the number of available RNG algorithms is dynamically detected and can be 0 in the absence of FEAT_RNG and firmware TRNG. In this case, the
|
By
PierreGondois
·
|
|
[PATCH v3 2/4] SecurityPkg/RngDxe: Correctly update mAvailableAlgoArrayCount
From: Pierre Gondois <pierre.gondois@...> mAvailableAlgoArrayCount holds the count of available RNG algorithms. In a following patch, its value will be used to prevent the EFI_RNG_PROTOCOL to be insta
From: Pierre Gondois <pierre.gondois@...> mAvailableAlgoArrayCount holds the count of available RNG algorithms. In a following patch, its value will be used to prevent the EFI_RNG_PROTOCOL to be insta
|
By
PierreGondois
·
|
|
[PATCH v3 1/4] ArmPkg/ArmTrngLib: Remove ASSERTs in ArmTrngLibConstructor()
From: Pierre Gondois <pierre.gondois@...> Remove ASSERTs in ArmTrngLibConstructor() that prevent from booting on DEBUG builds. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- ArmPkg/Library/Arm
From: Pierre Gondois <pierre.gondois@...> Remove ASSERTs in ArmTrngLibConstructor() that prevent from booting on DEBUG builds. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- ArmPkg/Library/Arm
|
By
PierreGondois
·
|
|
[PATCH 1/1] ArmPlatformPkg: Remove AP support from PrePi/PrePeiCore 6 messages
Modern platforms use TF-A, so there's no need for support of secondary cores in EDK2 since TF-A will keep them in a holding pen until the PSCI_CPU_ON SMC call is received. Therefore, remove the code t
Modern platforms use TF-A, so there's no need for support of secondary cores in EDK2 since TF-A will keep them in a holding pen until the PSCI_CPU_ON SMC call is received. Therefore, remove the code t
|
By
Rebecca Cran
·
|
|
[PATCH 1/1 v2] EmulatorPkg: fixes for NetBSD
Signed-off-by: Thierry Laronde <tlaronde@...> Fixes for compilation on NetBSD. --- EmulatorPkg/Unix/Host/BlockIo.c | 16 +++++++++++++++- EmulatorPkg/Unix/Host/Host.c | 7 +++++-- EmulatorPkg/Unix/Host/
Signed-off-by: Thierry Laronde <tlaronde@...> Fixes for compilation on NetBSD. --- EmulatorPkg/Unix/Host/BlockIo.c | 16 +++++++++++++++- EmulatorPkg/Unix/Host/Host.c | 7 +++++-- EmulatorPkg/Unix/Host/
|
By
tlaronde@polynum.com
·
|
|
回复: [edk2-devel] FW: [PATCH] ShellPkg: Displaying SMBIOS Type38 fields in formatted manner 2 messages
Prakash: I don't see the reason for the change of I2CSlaveAddress. Can you help to add it? And, can you create pull request for this patch and make sure it pass open CI? Thanks Liming > -----邮件原件-----
Prakash: I don't see the reason for the change of I2CSlaveAddress. Can you help to add it? And, can you create pull request for this patch and make sure it pass open CI? Thanks Liming > -----邮件原件-----
|
By
gaoliming
·
|
|
[PATCH v1 08/12] PcAtChipsetPkg: Fix conditionally uninitialized variables 3 messages
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Erich McMillan <emcmillan@...> Cc: Michael D Kinney <michael.d.kinney@.
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Erich McMillan <emcmillan@...> Cc: Michael D Kinney <michael.d.kinney@.
|
By
Michael Kubacki
·
|
|
[PATCH v1 09/12] ShellPkg: Fix conditionally uninitialized variables 3 messages
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Erich McMillan <emcmillan@...> Cc: Michael D Kinney <michael.d.kinney@.
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Erich McMillan <emcmillan@...> Cc: Michael D Kinney <michael.d.kinney@.
|
By
Michael Kubacki
·
|
|
[PATCH v1 12/12] .github/codeql/edk2.qls: Enable CWE 120, 787, and 805 queries 2 messages
From: Michael Kubacki <michael.kubacki@...> As recommended by CodeQL this change replaces cpp/potential-buffer-overflow with cpp/overrunning-write-with-float and cpp/overrunning-write. Enables: 1. cpp
From: Michael Kubacki <michael.kubacki@...> As recommended by CodeQL this change replaces cpp/potential-buffer-overflow with cpp/overrunning-write-with-float and cpp/overrunning-write. Enables: 1. cpp
|
By
Michael Kubacki
·
|
|
[PATCH v1 11/12] .github/codeql/edk2.qls: Enable CWE 457, 676, and 758 queries 2 messages
From: Michael Kubacki <michael.kubacki@...> The previous commits fixed issues with these queries across various packages. Now that those are resolved, enable the queries in the edk2 query set so regre
From: Michael Kubacki <michael.kubacki@...> The previous commits fixed issues with these queries across various packages. Now that those are resolved, enable the queries in the edk2 query set so regre
|
By
Michael Kubacki
·
|
|
[PATCH v1 07/12] NetworkPkg: Fix conditionally uninitialized variables 2 messages
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Erich McMillan <emcmillan@...> Cc: Jiaxin Wu <jiaxin.wu@...> Cc: Maciej
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Erich McMillan <emcmillan@...> Cc: Jiaxin Wu <jiaxin.wu@...> Cc: Maciej
|
By
Michael Kubacki
·
|
|
[PATCH v1 06/12] MdePkg: Fix conditionally uninitialized variables 3 messages
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Erich McMillan <emcmillan@...> Cc: Liming Gao <gaoliming@...> Cc: Micha
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Erich McMillan <emcmillan@...> Cc: Liming Gao <gaoliming@...> Cc: Micha
|
By
Michael Kubacki
·
|
|
[PATCH v1 04/12] CryptoPkg: Fix conditionally uninitialized variable 3 messages
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Checks the return value from `ASN1_get_object()` to verify values set by th
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Checks the return value from `ASN1_get_object()` to verify values set by th
|
By
Michael Kubacki
·
|