Add in the ability to load and boot an uncompressed kernel image during the Falcon...
authorNathan Barrett-Morrison <nathan.morrison@timesys.com>
Wed, 2 Feb 2022 20:05:18 +0000 (15:05 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 14 Sep 2022 19:23:03 +0000 (15:23 -0400)
commit7a0d88076b9cd8ccc88d41383f92ac2494d4168e
tree1774a9292dabd1c133c487d944f3fdc4bbd7e869
parent1520af3f8450bb58168fe1cc827a56d435e9f74c
Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence.

This is required for architectures which do not support compressed kernel images (i.e. ARM64).  This is only used while not booting via FIT image.

Signed-off-by: Nathan Barrett-Morrison <nathan.morrison@timesys.com>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/lib/Makefile
common/spl/spl.c