|
[PATCH 0/3] Add reset support in Emulator/WinHost PEI 3 messages
Ray Ni (3): EmulatorPkg/WinHost: pre-allocate "physical" RAM EmulatorPkg/WinHost: XIP for SEC and PEI_CORE EmulatorPkg/WinHost: Add Reset2 PPI EmulatorPkg/Win/Host/WinHost.c | 139 ++++++++++++++++++++
Ray Ni (3): EmulatorPkg/WinHost: pre-allocate "physical" RAM EmulatorPkg/WinHost: XIP for SEC and PEI_CORE EmulatorPkg/WinHost: Add Reset2 PPI EmulatorPkg/Win/Host/WinHost.c | 139 ++++++++++++++++++++
|
By
Ni, Ray
·
|
|
[PATCH v8 09/12] 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
·
|
|
[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Fix GCC build error 3 messages
Fix below GCC build error: 1) "Head" dereference issue. 2) "BooleanArrayBuffer" uninitialized variable issue. 3) Multiple definition of mRedfishVariableGuid. 4) Multiple definition of medfishResourceC
Fix below GCC build error: 1) "Head" dereference issue. 2) "BooleanArrayBuffer" uninitialized variable issue. 3) Multiple definition of mRedfishVariableGuid. 4) Multiple definition of medfishResourceC
|
By
Nickle Wang
·
|
|
回复: [edk2-devel] [PATCH] MdeModulePkg: Disable PciDegrade support for LoongArch64
Reviewed-by: Liming Gao <gaoliming@...> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Chao Li 发送时间: 2022年11月21日 14:40 收件人: devel@edk2.groups.io; lichao@... 抄送: " devel@edk2.groups.io " <devel@ed
Reviewed-by: Liming Gao <gaoliming@...> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Chao Li 发送时间: 2022年11月21日 14:40 收件人: devel@edk2.groups.io; lichao@... 抄送: " devel@edk2.groups.io " <devel@ed
|
By
gaoliming
·
|
|
[PATCH v9 06/12] BaseTools: 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 v9 05/12] CI: Allow running in a container. 2 messages
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 v9 04/12] CI: add ~/.local/bin to PATH (Linux only) 2 messages
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 v9 03/12] 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 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 v9 02/12] 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 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 v9 11/12] CI: use latest vm_image (Linux only) 3 messages
Switch over to `ubuntu-latest` as the vm_image for Linux CI jobs (EmulatorPkg, ArmVirtPkg, OvmfPkg). The previously used ubuntu-18.04 will not be available after Dec 1st 2022. Signed-off-by: Oliver St
Switch over to `ubuntu-latest` as the vm_image for Linux CI jobs (EmulatorPkg, ArmVirtPkg, OvmfPkg). The previously used ubuntu-18.04 will not be available after Dec 1st 2022. Signed-off-by: Oliver St
|
By
Oliver Steffen
·
|
|
[PATCH v9 10/12] .pytool: CISettings.py: don't add scopes for GCC 2 messages
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 v9 01/12] 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 v2] UnitTestFrameworkPkg/UnitTestLib: Print expected Status on ASSERT fail 2 messages
Update the UnitTestAssertStatusEqual error message to print out the expected value in addition to the seen value. Change-Id: Ic651584dcdbcf1f8cd8166ad8058744fc0587d72 Signed-off-by: Jeshua Smith <jesh
Update the UnitTestAssertStatusEqual error message to print out the expected value in addition to the seen value. Change-Id: Ic651584dcdbcf1f8cd8166ad8058744fc0587d72 Signed-off-by: Jeshua Smith <jesh
|
By
Jeshua Smith
·
|
|
[PATCH] UnitTestFrameworkPkg/UnitTestLib: Print expected Status on ASSERT fail 3 messages
Update the UnitTestAssertStatusEqual error message to print out the expected value in addition to the seen value. Signed-off-by: Jeshua Smith <jeshuas@...> --- UnitTestFrameworkPkg/Library/UnitTestLib
Update the UnitTestAssertStatusEqual error message to print out the expected value in addition to the seen value. Signed-off-by: Jeshua Smith <jeshuas@...> --- UnitTestFrameworkPkg/Library/UnitTestLib
|
By
Jeshua Smith
·
|
|
[PATCH v9 12/12] do not merge: modify *.dsc to trigger CI 2 messages
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 v9 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 v9 09/12] EmulatorPkg: 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 v9 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 v9 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 12/12] CI: use latest vm_image (Linux only) 3 messages
Switch over to `ubuntu-latest` as the vm_image for Linux CI jobs (EmulatorPkg, ArmVirtPkg, OvmfPkg). The previously used ubuntu-18.04 will not be available after Dec 1st 2022. Signed-off-by: Oliver St
Switch over to `ubuntu-latest` as the vm_image for Linux CI jobs (EmulatorPkg, ArmVirtPkg, OvmfPkg). The previously used ubuntu-18.04 will not be available after Dec 1st 2022. Signed-off-by: Oliver St
|
By
Oliver Steffen
·
|