This series includes more or less dependent/related commits, so I decided to send them in one bulk.
In few points what this series is about: 1. Align features of SD card image with other targets using block boot devices, commits: "mvebu: make bootfs size for sdcard image configurable" "mvebu: base-files: autodetect upgrade device" "mvebu: sysupgrade: sdcard: keep user added partitons". 2. Move another device to usage of ext4 formated boot partition: "mvebu: use ext4 for clearfog image bootfs" 3. Packages clean-up of devices relying ond SD card image to boot: "mvebu: shrink amount of packages and reorganize them" 4. Activate possibility of booting ESPRESSObin from USB, SATA disks or eMMC flash, this still needs manual intervention, similar one as when the device got introduced, commits: "mvebu: espressobin: add node for eMMC in dts" "mvebu: espressobin: add u-boot environment" If sending this as one series is not acceptable, please speak up, I'll send them in separate series, one at a time. Changes in v2: - rebase Tomasz Maciej Nowak (7): mvebu: make bootfs size for sdcard image configurable mvebu: use ext4 for clearfog image bootfs mvebu: shrink amount of packages and reorganize them mvebu: base-files: autodetect upgrade device mvebu: sysupgrade: sdcard: keep user added partitons mvebu: espressobin: add node for eMMC in dts mvebu: espressobin: add u-boot environment config/Config-images.in | 2 +- target/linux/mvebu/Makefile | 2 +- .../base-files/lib/preinit/79_move_config | 21 ++-- .../mvebu/base-files/lib/upgrade/platform.sh | 9 +- .../mvebu/base-files/lib/upgrade/sdcard.sh | 87 +++++++++++++-- target/linux/mvebu/cortexa53/target.mk | 1 + target/linux/mvebu/cortexa72/target.mk | 1 + target/linux/mvebu/image/Makefile | 26 +++-- target/linux/mvebu/image/cortex-a53.mk | 4 +- target/linux/mvebu/image/cortex-a72.mk | 4 +- target/linux/mvebu/image/cortex-a9.mk | 11 +- .../image/globalscale-espressobin.bootscript | 14 ++- .../mvebu/image/globalscale-espressobin.uenv | 25 +++++ ...l-armada37xx-Add-emmc-sdio-pinctrl-d.patch | 40 +++++++ ...l-armada-37xx-Enable-emmc-on-espress.patch | 49 ++++++++ ...da-3720-espressobin-correct-spi-node.patch | 2 +- ...x-re-arrange-SDHCI-controllers-order.patch | 105 ++++++++++++++++++ 17 files changed, 360 insertions(+), 43 deletions(-) create mode 100644 target/linux/mvebu/image/globalscale-espressobin.uenv create mode 100644 target/linux/mvebu/patches-4.14/513-arm64-dts-marvell-armada37xx-Add-emmc-sdio-pinctrl-d.patch create mode 100644 target/linux/mvebu/patches-4.14/514-arm64-dts-marvell-armada-37xx-Enable-emmc-on-espress.patch create mode 100644 target/linux/mvebu/patches-4.14/522-arm64-dts-a37xx-re-arrange-SDHCI-controllers-order.patch -- 2.21.0 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel