mbox series

[OpenWrt-Devel,v2,0/7] ath79: fixes for devices with RedBoot bootloader

Message ID 20190823135052.2305-1-tomek_n@o2.pl
Headers show
Series ath79: fixes for devices with RedBoot bootloader | expand

Message

Tomasz Maciej Nowak Aug. 23, 2019, 1:50 p.m. UTC
Few fixes with common denominator being RedBoot bootloader, mostly
related to images generation. Some of these will need a cherry-pick to
19.07 branch - I'll prepare the patches if theese will be commited.
I would like to also put some focus on FS#2428 [1] bug, which will
disable sysupgrade for few devices and which I don't have knowledge to
tackle. Hope someone will help.

1. https://bugs.openwrt.org/index.php?do=details&task_id=2428

Changes in v2:
- remove also sysupgrade image recipes instead of only disabling them, as
  requested by Adrian Schmutzler in:
  "ath79: image: disable sysupgrade images for routerstations and
  ja76pf2"

Tomasz Maciej Nowak (7):
  ath79: dts: fix ja76pf2 spi frequency
  ath79: image: retire combined-image for Adtran/Bluesocket devices
  ar71xx: sysupgrade: accept ath79 combined-image
  ath79: image: append metadata to routerstations and ja76pf2 images
  ath79: image: add supported string for routerstations and ja76pf2
  ath79: fix FIS partition detection for 4.19 kernel
  ath79: image: disable sysupgrade images for routerstations and ja76pf2

 .../ar71xx/base-files/lib/upgrade/platform.sh |  2 +-
 .../linux/ath79/dts/ar7161_jjplus_ja76pf2.dts |  2 +-
 target/linux/ath79/image/generic-ubnt.mk      |  6 +--
 target/linux/ath79/image/generic.mk           |  8 ++--
 .../408-mtd-redboot_partition_scan.patch      | 44 +++++++++++++++++++
 5 files changed, 54 insertions(+), 8 deletions(-)
 create mode 100644 target/linux/ath79/patches-4.19/408-mtd-redboot_partition_scan.patch