
3 Dec
2021
3 Dec
'21
4 p.m.
On Thu, Dec 02, 2021 at 07:26:21PM -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.
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
We should build coreboot in the Dockerfile like we do grub and so forth, then not have to worry about the toolchain things since it's just a one-time cost to me (or anyone else doing docker build).
--
Tom