Nokia RX-51: Add support for booting kernel in zImage format
authorPali Rohár <pali@kernel.org>
Fri, 18 Jun 2021 13:27:03 +0000 (15:27 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Jul 2021 12:26:04 +0000 (17:56 +0530)
commitcc434fccba4ccf8e3645346f3ae49e7b33733dc9
tree31fd5198ac8c7fbed0efea9596e344811a3bc848
parent149389424f6644e56909e68bb1fe2ee612dc0274
Nokia RX-51: Add support for booting kernel in zImage format

Enable U-Boot bootz command and update env scripts to try loading also
zImage file and to try booting via bootz command.

Update also lowlevel_init.S code for checking validity of zImage magic to
correctly relocate kernel in zImage format.

This change allows U-Boot to directly boot Linux kernel without need for
converting kernel image into U-Boot uImage format.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210618132704.32066-1-pali@kernel.org
board/nokia/rx51/lowlevel_init.S
configs/nokia_rx51_defconfig
doc/README.nokia_rx51
include/configs/nokia_rx51.h
test/nokia_rx51_test.sh