]> git.ipfire.org Git - thirdparty/u-boot.git/commit - .gitlab-ci.yml
gitlab/azure: x86: Add a coreboot test
authorSimon Glass <sjg@chromium.org>
Fri, 21 Jan 2022 17:23:01 +0000 (10:23 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 28 Jan 2022 22:58:41 +0000 (17:58 -0500)
commitbfb2a7fbd168776f50f715818dbe7822cf65aa96
tree1ee7e924617c28558c2db4f238b7a47bc743897c
parentc506ef1b0b27c2712dd3e599cc3bf315376f6744
gitlab/azure: x86: Add a coreboot test

Coreboot supports U-Boot as a payload and this recently got a bit of a
facelist. Add a test for this.

For now this uses a binary build of coreboot (v4.15). Future work could
potentially build it from source, but we need to figure out the
toolchain problems first, since coreboot uses its own toolchain. It
turns out that this is tricky, because coreboot fails to build with a
vanilla gcc.

This needs some changes to the hooks scripts as well. An example build
is at https://source.denx.de/u-boot/custodians/u-boot-dm/-/jobs/359687

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml