]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6c0bbb9f2569832b11382c14668ee1d8a05a2412
tree1774a9292dabd1c133c487d944f3fdc4bbd7e869
parentc28e20bfd903ae39d4f02793febe7ec72a50eaac
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