
Hi Tom,
On Fri, 21 Jan 2022 at 07:54, Tom Rini trini@konsulko.com wrote:
On Thu, Jan 20, 2022 at 08:43:25PM -0700, Simon Glass wrote:
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
Changes in v3:
- Drop RFC tag
Changes in v2:
- Drop the local CI changes; we need the real ones applied first anyway
.gitlab-ci.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+)
We need to do similar in Azure. Due to the nature of what hosts are available, GitLab ends up being a subset of Azure in terms of whats tested (we can't easily do Windows/macOS host tools in GitLab).
Oops I forgot to add that, will do.
Regards, Simon