openwrt/target/linux/mvebu/image
Petr Štetiar 5ac0b2b431 mvebu: omnia: make initramfs image usable out of the box
Currently it's not possible to boot the device with just initramfs image
without additional effort as the initramfs image doesn't contain device
tree.  Fix it by producing FIT based image which could be booted with
following commands:

 setenv bootargs earlyprintk console=ttyS0,115200
 tftpboot ${kernel_addr_r} openwrt-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin
 bootm ${kernel_addr_r}

Acked-by: Klaus Kudielka <klaus.kudielka@gmail.com>
Reviewed-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry-picked from commit 337ff74894)
2021-02-02 10:06:04 +01:00
..
clearfog.bootscript mvebu: image: introduce BOOT_SCRIPT variable 2019-05-11 23:11:04 +02:00
cortex-a9.mk mvebu: omnia: make initramfs image usable out of the box 2021-02-02 10:06:04 +01:00
cortex-a53.mk mvebu: Add bootscript for espressobin to support mainline firmware 2020-10-28 23:22:44 +01:00
cortex-a72.mk mvebu: use device-tree board detection 2019-05-11 23:11:04 +02:00
espressobin.bootscript mvebu: Add bootscript for espressobin to support mainline firmware 2020-10-28 23:22:44 +01:00
gen_mvebu_sdcard_img.sh mvebu: image: don't create unnecessarily shell variables 2019-05-11 23:11:04 +02:00
generic-arm64.bootscript mvebu: image: fix generic-arm64.bootscript mmc selection 2019-06-28 21:52:21 +02:00
Makefile mvebu: use device-tree board detection 2019-05-11 23:11:04 +02:00
turris-omnia.bootscript mvebu: Add turris-omnia.bootscript 2020-12-04 17:57:25 +01:00