Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Paul Menzel, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44377
to look at the new patch set (#4).
Change subject: arch/arm: Enable FIT payloads ......................................................................
arch/arm: Enable FIT payloads
Implements fit_payload_arch for the arm (aarch32) architecture, so that FIT images can be used. The implementation is very similar to the existing implementations for arm64 and riscv, and has mostly been lifted from these other ports.
TEST: Booted Beaglebone Black (in progress port, to be submitted soon!) with a FIT image containing a 5.4 kernel, dtb and initramfs.
Change-Id: I6b50c6f06b83c00a5b3622b5bbafe67130b6d233 Signed-off-by: Sam Lewis sam.vr.lewis@gmail.com --- M Documentation/lib/payloads/fit.md M payloads/Kconfig M src/arch/arm/Makefile.inc A src/arch/arm/fit_payload.c 4 files changed, 120 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/44377/4