openwrt/target/linux/mvebu/image
Vladimir Vid 7dff6a8c89 mvebu: uDPU: add sysupgrade support
This patch adds sysupgrade, uboot-env and networking support
for Methode uDPU device.

Device features 4 partitions:

-----------------------------------------
|  boot   | recovery  | rootfs |  misc  |
| (ext4)  |  (ext4)   | (fsf2) | (f2fs) |
_________________________________________

Idea was to use f2fs only but the u-boot currently lacks support
so first 2 partition are ext4 to be u-boot readable, and this was
a reason why custom build and sysupgrade sections were required.

On the sysupgrade, boot and rootfs partitions are updated, firmare
image and user configuration is saved on the misc partition and if
the upgrade was successfull, recovery partition will be updated on
after the reboot from preinit script. If the sysupgrade fails for any
reason, device will fallback to recovery initramfs image.

Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
2019-08-24 23:11:15 +02:00
..
clearfog.bootscript mvebu: image: introduce BOOT_SCRIPT variable 2019-05-11 23:11:04 +02:00
cortex-a9.mk mvebu: add kmod-i2c-mux-pca954x for Turris Omnia 2019-05-15 13:34:23 +02:00
cortex-a53.mk mvebu: uDPU: add sysupgrade support 2019-08-24 23:11:15 +02:00
cortex-a72.mk mvebu: use device-tree board detection 2019-05-11 23:11:04 +02: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-18 16:12:52 +02:00
Makefile mvebu: uDPU: add sysupgrade support 2019-08-24 23:11:15 +02:00
udpu.bootscript mvebu: uDPU: add sysupgrade support 2019-08-24 23:11:15 +02:00