]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: uniphier: enable distro boot
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 20 Jul 2018 12:47:18 +0000 (21:47 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 24 Jul 2018 23:47:53 +0000 (08:47 +0900)
commit7ef5b1e7ed040683ff551f0234c471ce0d76828c
tree1a04d89e858efb520d1b0cd43d1e816bf14ac36b
parentae7a0d5b662bbffc2fb8cb9883a71a8db43df651
ARM: uniphier: enable distro boot

Switch to the distro boot for UniPhier platform.

 - Remove the environment vairalbes used to load images from raw
   block devices.

 - Keep the command to download images via tftp.  This will be
   useful to boot the kernel when no valid kernel image is ready
   yet in the file system.

 - Use root.cpio.gz instead of root.cpio.uboot because we always know
   the file size of the init ramdisk; it is loaded via either a file
   system or network.

 - Rename fit_addr_r to kernel_addr_r, which the distro command
   checks to get the load address of FIT image.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/Kconfig
arch/arm/mach-uniphier/board_late_init.c
doc/README.uniphier
include/configs/uniphier.h