]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd53192a415fccb7c8b5b0357aacc304a50cf1770
tree1ee7e924617c28558c2db4f238b7a47bc743897c
parent0cd3c7ef55eb0561e7a96258b0ec9278cd00b0b0
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