|
[PATCH v7 4/6] CI: Use Fedora 35 container (Linux only)
Run all Linux based jobs in a container, using a custom Fedora 35 image (gcc 11). The image is hosted on ghcr.io and the Dockerfiles are here: https://github.com/tianocore/containers The version numbe
Run all Linux based jobs in a container, using a custom Fedora 35 image (gcc 11). The image is hosted on ghcr.io and the Dockerfiles are here: https://github.com/tianocore/containers The version numbe
|
By
Oliver Steffen
·
|
|
[PATCH v7 3/6] CI: Allow running in a container.
Add a parameter of the pr-gate-build-job template to specify a container image URL. If the value is not '' (default), then the jobs will be run inside a container based on that image. Signed-off-by: O
Add a parameter of the pr-gate-build-job template to specify a container image URL. If the value is not '' (default), then the jobs will be run inside a container based on that image. Signed-off-by: O
|
By
Oliver Steffen
·
|
|
[PATCH v7 2/6] CI: add ~/.local/bin to PATH (Linux only)
Fix pip install under certain conditions. Signed-off-by: Oliver Steffen <osteffen@...> --- .azurepipelines/templates/platform-build-run-steps.yml | 6 ++++++ .azurepipelines/templates/pr-gate-steps.yml
Fix pip install under certain conditions. Signed-off-by: Oliver Steffen <osteffen@...> --- .azurepipelines/templates/platform-build-run-steps.yml | 6 ++++++ .azurepipelines/templates/pr-gate-steps.yml
|
By
Oliver Steffen
·
|
|
[PATCH v1 1/1] .github/ISSUE_TEMPLATE/config.yml: Add initial issue template
2 messages
From: Michael Kubacki <michael.kubacki@...> Adds a GitHub issue template to direct contributors familiar with GitHub's issue tracker to the external resources used by TianoCore. Cc: Sean Brogan <sean.
From: Michael Kubacki <michael.kubacki@...> Adds a GitHub issue template to direct contributors familiar with GitHub's issue tracker to the external resources used by TianoCore. Cc: Sean Brogan <sean.
|
By
Michael Kubacki
·
|
|
[edk2-libc Patch 1/1] edk2-libc: migration of edk2module from chipsec repo
5 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4161 This patch merges the enhancements done by chipsec tool to edk2 module into edk2-libc repo. The chipsec enhancements can be used for various ot
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4161 This patch merges the enhancements done by chipsec tool to edk2 module into edk2-libc repo. The chipsec enhancements can be used for various ot
|
By
Jayaprakash, N
·
|
|
[PATCH v2 12/12] .github/codeql/edk2.qls: Enable CWE 120, 787, and 805 queries
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 v2 11/12] .github/codeql/edk2.qls: Enable CWE 457, 676, and 758 queries
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 v2 10/12] UefiCpuPkg: Fix conditionally uninitialized variables
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Eric Dong <eric.dong@...> Cc: Erich McMillan <emcmillan@...> Cc: Michae
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Eric Dong <eric.dong@...> Cc: Erich McMillan <emcmillan@...> Cc: Michae
|
By
Michael Kubacki
·
|
|
[PATCH v2 08/12] PcAtChipsetPkg: Fix conditionally uninitialized variables
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 v2 07/12] NetworkPkg: Fix conditionally uninitialized variables
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 v2 06/12] MdePkg: Fix conditionally uninitialized variables
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Note that this change affects the actual return value from the following fu
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Note that this change affects the actual return value from the following fu
|
By
Michael Kubacki
·
|
|
[PATCH v2 05/12] MdeModulePkg: Fix conditionally uninitialized variables
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Dandan Bi <dandan.bi@...> Cc: Eric Dong <eric.dong@...> Cc: Erich McMil
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Dandan Bi <dandan.bi@...> Cc: Eric Dong <eric.dong@...> Cc: Erich McMil
|
By
Michael Kubacki
·
|
|
[PATCH v2 03/12] BaseTools/VfrCompile: Fix potential buffer overwrites
From: Michael Kubacki <michael.kubacki@...> While more portable methods exist to handle these cases, this change does not attempt to do more than fix the immediate problem and follow the conventions a
From: Michael Kubacki <michael.kubacki@...> While more portable methods exist to handle these cases, this change does not attempt to do more than fix the immediate problem and follow the conventions a
|
By
Michael Kubacki
·
|
|
[PATCH v2 02/12] BaseTools/PatchCheck.py: Add PCCTS to tab exemption list
From: Michael Kubacki <michael.kubacki@...> Purdue Compiler Construction Tool Set (PCCTS) source code was copied/ pasted into BaseTools/Source/C/VfrCompile/Pccts/. The code contains tab characters ins
From: Michael Kubacki <michael.kubacki@...> Purdue Compiler Construction Tool Set (PCCTS) source code was copied/ pasted into BaseTools/Source/C/VfrCompile/Pccts/. The code contains tab characters ins
|
By
Michael Kubacki
·
|
|
[PATCH v2 01/12] MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alerts
From: Erich McMillan <emcmillan@...> Details for these CodeQL alerts can be found here: - Pointer overflow check (cpp/pointer-overflow-check): - https://cwe.mitre.org/data/definitions/758.html - Poten
From: Erich McMillan <emcmillan@...> Details for these CodeQL alerts can be found here: - Pointer overflow check (cpp/pointer-overflow-check): - https://cwe.mitre.org/data/definitions/758.html - Poten
|
By
Michael Kubacki
·
|
|
[PATCH v2 00/12] Enable New CodeQL Queries
From: Michael Kubacki <michael.kubacki@...> Adds queries for the following: 1. cpp/conditionallyuninitializedvariable 2. cpp/pointer-overflow-check 3. cpp/overrunning-write 4. cpp/overrunning-write-wi
From: Michael Kubacki <michael.kubacki@...> Adds queries for the following: 1. cpp/conditionallyuninitializedvariable 2. cpp/pointer-overflow-check 3. cpp/overrunning-write 4. cpp/overrunning-write-wi
|
By
Michael Kubacki
·
|
|
[PATCH v2 1/1] pip: bump antlr4-python3-runtime from 4.7.1 to 4.11.1
4 messages
From: Michael Kubacki <michael.kubacki@...> Bumps [antlr4-python3-runtime](http://www.antlr.org) from 4.7.1 to 4.11.1. Original automated dependabot PR: https://github.com/tianocore/edk2/pull/3672 Cc:
From: Michael Kubacki <michael.kubacki@...> Bumps [antlr4-python3-runtime](http://www.antlr.org) from 4.7.1 to 4.11.1. Original automated dependabot PR: https://github.com/tianocore/edk2/pull/3672 Cc:
|
By
Michael Kubacki
·
|
|
[PATCH v3 1/1] pip: bump antlr4-python3-runtime from 4.7.1 to 4.11.1
From: Michael Kubacki <michael.kubacki@...> Bumps [antlr4-python3-runtime](http://www.antlr.org) from 4.7.1 to 4.11.1. Original automated dependabot PR: https://github.com/tianocore/edk2/pull/3672 For
From: Michael Kubacki <michael.kubacki@...> Bumps [antlr4-python3-runtime](http://www.antlr.org) from 4.7.1 to 4.11.1. Original automated dependabot PR: https://github.com/tianocore/edk2/pull/3672 For
|
By
Michael Kubacki
·
|
|
[PATCH edk2-platforms 3/3] Platform/ARM/JunoPkg: Set PcdArmArchTimerFreqInHz to 0 to read from CNTFRQ_EL0
If PcdArmArchTimerFreqInHz is zero, the value of the timer frequency will be read from CNTFRQ_EL0. Avoid hard-coding the value in ArmJuno.dsc and instead let the ArmArchTimerLib driver read it from th
If PcdArmArchTimerFreqInHz is zero, the value of the timer frequency will be read from CNTFRQ_EL0. Avoid hard-coding the value in ArmJuno.dsc and instead let the ArmArchTimerLib driver read it from th
|
By
Rebecca Cran
·
|
|
[PATCH edk2-platforms 1/3] Platform/ARM/JunoPkg: Switch to MdeModulePkg/Universal/Metronome driver
The MetronomeDxe driver uses the PCD PcdMetronomeTickPeriod to calculate how many ticks to wait in MicroSecondDelay. Given that the timer clock on Juno runs at 50 MHz, it ticks every 20 ns; therefore,
The MetronomeDxe driver uses the PCD PcdMetronomeTickPeriod to calculate how many ticks to wait in MicroSecondDelay. Given that the timer clock on Juno runs at 50 MHz, it ticks every 20 ns; therefore,
|
By
Rebecca Cran
·
|