Message ID | 20240329032836.141899-1-sjg@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: Add a build target for Flat Image Tree | expand |
On Fri, 29 Mar 2024 16:28:34 +1300, Simon Glass wrote: > Flat Image Tree (FIT) is a widely used file format for packaging a > kernel and associated devicetree files[1]. It is not specific to any > one bootloader, as it is supported by U-Boot, coreboot, Linuxboot, > Tianocore and Barebox. > > This series adds support for building a FIT as part of the kernel > build. This makes it easy to try out the kernel - just load the FIT > onto your tftp server and it will run automatically on any supported > arm64 board. > > [...] Applied to arm64 (for-next/kbuild), thanks! [1/2] arm64: Add BOOT_TARGETS variable https://git.kernel.org/arm64/c/0dc1670bd0ce [2/2] arm64: boot: Support Flat Image Tree https://git.kernel.org/arm64/c/7a23b027ec17 Cheers,