|
[PATCH 0/2] ArmPkg: Improve doxygen comments in ArmExceptionLib
Fix incorrect parameters and improve formatting of doxygen comments in ArmExceptionLib. Rebecca Cran (2): ArmPkg: Fix incorrect parameter list in doxygen comments ArmPkg: Improve formatting of docs in
Fix incorrect parameters and improve formatting of doxygen comments in ArmExceptionLib. Rebecca Cran (2): ArmPkg: Fix incorrect parameter list in doxygen comments ArmPkg: Improve formatting of docs in
|
By
Rebecca Cran
·
|
|
[PATCH 1/1] NetworkPkg: Improve grammar in comment about MediaPresent in PxeReceive
Improve the grammar of the comment in PxeReceive about ensuring that MediaPresent is set to the correct value. Signed-off-by: Rebecca Cran <rebecca@...> --- NetworkPkg/SnpDxe/Receive.c | 8 ++++---- 1
Improve the grammar of the comment in PxeReceive about ensuring that MediaPresent is set to the correct value. Signed-off-by: Rebecca Cran <rebecca@...> --- NetworkPkg/SnpDxe/Receive.c | 8 ++++---- 1
|
By
Rebecca Cran
·
|
|
[PATCH v10 16/17] CI: use ubuntu-22.04 image (Linux only)
2 messages
Use the same vm_image as the other Linux CIs in ArmVirtPkg, EmulatorPkg, and OvmfPkg. Switch over to ubuntu-22.04 form ubuntu-latest. Signed-off-by: Oliver Steffen <osteffen@...> --- .azurepipelines/U
Use the same vm_image as the other Linux CIs in ArmVirtPkg, EmulatorPkg, and OvmfPkg. Switch over to ubuntu-22.04 form ubuntu-latest. Signed-off-by: Oliver Steffen <osteffen@...> --- .azurepipelines/U
|
By
Oliver Steffen
·
|
|
[PATCH v10 12/17] BaseTools: remove ext_dep files for gcc
2 messages
Remove BaseTools/Bin/gcc_*_ext_dep.yaml to stop downloading gcc from external locations; use the gcc provided by the container image instead. The container image sets the variable GCC5_*_PREFIX accord
Remove BaseTools/Bin/gcc_*_ext_dep.yaml to stop downloading gcc from external locations; use the gcc provided by the container image instead. The container image sets the variable GCC5_*_PREFIX accord
|
By
Oliver Steffen
·
|
|
[PATCH v10 10/17] OvmfPkg: CI: Use Fedora 35 container (Linux only)
2 messages
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 v10 09/17] EmulatorPkg: CI: Use Fedora 35 container (Linux only)
2 messages
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 v10 08/17] ArmVirtPkg: CI: Use Fedora 35 container (Linux only)
2 messages
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 v10 04/17] OvmfPkg: CI: use Python version from defaults template
2 messages
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows and Linux CI jobs. Previous changes to the CI job templates make it necessary to speci
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows and Linux CI jobs. Previous changes to the CI job templates make it necessary to speci
|
By
Oliver Steffen
·
|
|
[PATCH v10 03/17] EmulatorPkg: CI: use Python version from defaults template
2 messages
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows and Linux CI jobs. Previous changes to the CI job templates make it necessary to speci
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows and Linux CI jobs. Previous changes to the CI job templates make it necessary to speci
|
By
Oliver Steffen
·
|
|
[PATCH v10 02/17] ArmVirtPkg: CI: use Python version from defaults template
2 messages
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows and Linux CI jobs. Previous changes to the CI job templates make it necessary to speci
Use the default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows and Linux CI jobs. Previous changes to the CI job templates make it necessary to speci
|
By
Oliver Steffen
·
|
|
[PATCH v10 01/17] CI: make Python version configurable
2 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 '', 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 v10 17/17] do not merge: modify *.dsc to trigger CI
Modify all *.dsc files to make sure all parts of the CI actually run. This is only needed to trigger the CI in the PR and shall not be merged. Signed-off-by: Oliver Steffen <osteffen@...> --- ArmPkg/A
Modify all *.dsc files to make sure all parts of the CI actually run. This is only needed to trigger the CI in the PR and shall not be merged. Signed-off-by: Oliver Steffen <osteffen@...> --- ArmPkg/A
|
By
Oliver Steffen
·
|
|
[PATCH v10 15/17] OvmfPkg: CI: use ubuntu-22.04 vm_image (Linux only)
Switch over to ubuntu-22.04 as the vm_image for Linux CI jobs. The previously used ubuntu-18.04 which is not available anymore since Dec 1st 2022. Signed-off-by: Oliver Steffen <osteffen@...> Reviewed
Switch over to ubuntu-22.04 as the vm_image for Linux CI jobs. The previously used ubuntu-18.04 which is not available anymore since Dec 1st 2022. Signed-off-by: Oliver Steffen <osteffen@...> Reviewed
|
By
Oliver Steffen
·
|
|
[PATCH v10 14/17] EmulatorPgk: CI: use ubuntu-22.04 vm_image (Linux only)
Switch over to ubuntu-22.04 as the vm_image for Linux CI jobs. The previously used ubuntu-18.04 which is not available anymore since Dec 1st 2022. Signed-off-by: Oliver Steffen <osteffen@...> Reviewed
Switch over to ubuntu-22.04 as the vm_image for Linux CI jobs. The previously used ubuntu-18.04 which is not available anymore since Dec 1st 2022. Signed-off-by: Oliver Steffen <osteffen@...> Reviewed
|
By
Oliver Steffen
·
|
|
[PATCH v10 13/17] ArmVirtPkg: CI: use ubuntu-22.04 vm_image (Linux only)
Switch over to ubuntu-22.04 as the vm_image for Linux CI jobs. The previously used ubuntu-18.04 which is not available anymore since Dec 1st 2022. Signed-off-by: Oliver Steffen <osteffen@...> Reviewed
Switch over to ubuntu-22.04 as the vm_image for Linux CI jobs. The previously used ubuntu-18.04 which is not available anymore since Dec 1st 2022. Signed-off-by: Oliver Steffen <osteffen@...> Reviewed
|
By
Oliver Steffen
·
|
|
[PATCH v10 11/17] .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 v10 06/17] 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 v10 05/17] CI: add ~/.local/bin to PATH (Linux only)
Without adding ~/.local/bin to PATH, `pip install` will throw an error when running inside a container. Containers will be introduced to the CI in the following commits. Signed-off-by: Oliver Steffen
Without adding ~/.local/bin to PATH, `pip install` will throw an error when running inside a container. Containers will be introduced to the CI in the following commits. Signed-off-by: Oliver Steffen
|
By
Oliver Steffen
·
|
|
[PATCH v10 00/17] 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 2/4] MdeModulePkg/XhciDxe/Xhci: Don't check for invalid PSIV
From: Matt DeVillier <matt.devillier@...> PSID matching relies on comparing the PSIV against the PortSpeed value. This patch stops edk2 from checking for a PSIV of 0, as it is not valid; this reduces
From: Matt DeVillier <matt.devillier@...> PSID matching relies on comparing the PSIV against the PortSpeed value. This patch stops edk2 from checking for a PSIV of 0, as it is not valid; this reduces
|
By
Sean Rhodes
·
|