|
[PATCH v8 10/12] CI: Don't install cspell
3 messages
cspell is already included in the container image. Signed-off-by: Oliver Steffen <osteffen@...> --- .azurepipelines/templates/spell-check-prereq-steps.yml | 4 ---- 1 file changed, 4 deletions(-) diff
cspell is already included in the container image. Signed-off-by: Oliver Steffen <osteffen@...> --- .azurepipelines/templates/spell-check-prereq-steps.yml | 4 ---- 1 file changed, 4 deletions(-) diff
|
By
Oliver Steffen
·
|
|
[PATCH v8 11/12] .pytool: CISettings.py: don't add scopes for GCC
All ext_dep.yml files for gcc have been removed and gcc is expected to be installed on the system (GCC5_*_PREFIX may indicate the location). No need to adjust the toolchain scopes for Linux builds any
All ext_dep.yml files for gcc have been removed and gcc is expected to be installed on the system (GCC5_*_PREFIX may indicate the location). No need to adjust the toolchain scopes for Linux builds any
|
By
Oliver Steffen
·
|
|
[PATCH v8 06/12] BaseTools: 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 v8 08/12] OvmfPkg: 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 v8 04/12] 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 v8 07/12] ArmVirtPkg: 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 v8 01/12] CI: make Python version configurable
Add a new parameter "usePythonVersion" to the CI job templates. This makes it possible to specify the version of Python to use. The default value is '', in which case Python will not be downloaded at
Add a new parameter "usePythonVersion" to the CI job templates. This makes it possible to specify the version of Python to use. The default value is '', in which case Python will not be downloaded at
|
By
Oliver Steffen
·
|
|
[PATCH v8 05/12] 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 v8 02/12] OvmfPkg: CI: use Python version from defaults template
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows CI jobs. Previous changes to the CI job templates make it necessary to specify a versi
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows CI jobs. Previous changes to the CI job templates make it necessary to specify a versi
|
By
Oliver Steffen
·
|
|
[PATCH v8 03/12] EmulatorPkg: CI: use Python version from defaults template
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows CI jobs. Previous changes to the CI job templates make it necessary to specify a versi
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows CI jobs. Previous changes to the CI job templates make it necessary to specify a versi
|
By
Oliver Steffen
·
|
|
[PATCH v8 00/12] CI: Use Fedora 35 container for Linux jobs
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom containers. This decouples the CI environment from the virtual machine images that Azure DevOps provides. The currently used ubuntu-18.0
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom containers. This decouples the CI environment from the virtual machine images that Azure DevOps provides. The currently used ubuntu-18.0
|
By
Oliver Steffen
·
|
|
[PATCH v7 1/6] CI: make Python version configurable
4 messages
Add a new parameter "usePythonVersion" to the CI job templates. This makes it possible to specify the version of Python to use. The default value is ">=3.10.6". If '' is specified, Python will not be
Add a new parameter "usePythonVersion" to the CI job templates. This makes it possible to specify the version of Python to use. The default value is ">=3.10.6". If '' is specified, Python will not be
|
By
Oliver Steffen
·
|
|
[PATCH v7 0/6] CI: Use Fedora 35 container for Linux jobs
3 messages
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom containers. This decouples the CI environment from the virtual machine images that Azure DevOps provides. The currently used ubuntu-18.0
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom containers. This decouples the CI environment from the virtual machine images that Azure DevOps provides. The currently used ubuntu-18.0
|
By
Oliver Steffen
·
|
|
[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Fix typo
Fix typo in RedfishPlatformConfigImpl.c Signed-off-by: Nickle Wang <nicklew@...> Cc: Abner Chang <abner.chang@...> Cc: Igor Kulchytskyy <igork@...> Cc: Nick Ramirez <nramirez@...> --- .../RedfishPlatf
Fix typo in RedfishPlatformConfigImpl.c Signed-off-by: Nickle Wang <nicklew@...> Cc: Abner Chang <abner.chang@...> Cc: Igor Kulchytskyy <igork@...> Cc: Nick Ramirez <nramirez@...> --- .../RedfishPlatf
|
By
Nickle Wang
·
|
|
[PATCH v7 1/2] tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS
They are not used anywhere. Remove them. Signed-off-by: Gerd Hoffmann <kraxel@...> --- BaseTools/Conf/tools_def.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/BaseTools/Conf/tools_def.tem
They are not used anywhere. Remove them. Signed-off-by: Gerd Hoffmann <kraxel@...> --- BaseTools/Conf/tools_def.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/BaseTools/Conf/tools_def.tem
|
By
Gerd Hoffmann
·
|
|
[PATCH v7 0/2] Fix stack switching.
Gerd Hoffmann (2): tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS BaseTools/Conf/tools_def.template | 6 ++---- 1 file changed,
Gerd Hoffmann (2): tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS BaseTools/Conf/tools_def.template | 6 ++---- 1 file changed,
|
By
Gerd Hoffmann
·
|
|
[PATCH v1] From: Mateusz Mówka <mateusz.mowka@intel.com> Subject: [edk2-libc] Add strnlen function wrapper
3 messages
This patch adds strnlen function wrapper that internally calls AsciiStrnLenS defined in BaseLib. Signed-off-by: Mateusz Mówka <mateusz.mowka@...> --- StdLib/Include/string.h | 11 +++++++++++ StdLib/Li
This patch adds strnlen function wrapper that internally calls AsciiStrnLenS defined in BaseLib. Signed-off-by: Mateusz Mówka <mateusz.mowka@...> --- StdLib/Include/string.h | 11 +++++++++++ StdLib/Li
|
By
mateusz-mowka
·
|
|
USB: reducing/removing EHCI and XHCI logging when bulk transfer requests timeout
6 messages
I've been working on the UsbNetworkPkg drivers that Richard Ho submitted. One problem I've run into is that since we poll for bulk requests, most of the time they will timeout - and currently both EHC
I've been working on the UsbNetworkPkg drivers that Richard Ho submitted. One problem I've run into is that since we poll for bulk requests, most of the time they will timeout - and currently both EHC
|
By
Rebecca Cran
·
|
|
[PATCH v2 09/12] ShellPkg: 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: 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] IntelSiliconPkg/VTd: Use 256-bit invaildation queue descriptor
256-bit invaildation queue descriptor could be used for both abort DMA mode and legacy mode. Signed-off-by: Sheng Wei <w.sheng@...> Cc: Ray Ni <ray.ni@...> Cc: Rangasai V Chaganty <rangasai.v.chaganty
256-bit invaildation queue descriptor could be used for both abort DMA mode and legacy mode. Signed-off-by: Sheng Wei <w.sheng@...> Cc: Ray Ni <ray.ni@...> Cc: Rangasai V Chaganty <rangasai.v.chaganty
|
By
Sheng Wei
·
|