mbox series

[v2,0/7] ath79: RedBoot devices cleanup and improvment

Message ID 20220327200534.377029-1-tmn505@gmail.com
Headers show
Series ath79: RedBoot devices cleanup and improvment | expand

Message

Tomasz Maciej Nowak March 27, 2022, 8:05 p.m. UTC
Main changes revolve around changing the image format for devices which
share FIS directory and RedBoot config on same flash erase block and
cleanup following aftermath of this change.

Tomasz Maciej Nowak (7):
v1 -> v2
  ath79: jj76pf2: enable TCN75 sensor
    - none
  ath79: switch some RedBoot based divices to OKLI loader
    - add Fixes: tag
  ath79: move image check for devices with RedBoot
    - none
  ath79: ja76pf2: use nvmem cells to specify MAC adresses
    - none
  ath79: bsap18x0: pad rootfs image
    - none
  treewide: use upstream compatible for RedBoot FIS parser
    - rebase
  ath79: bsap18x0: specify FIS directory location in dts
    - replaced/extended "ath79: remove patch scaning for FIS directory"

 .../ath79/dts/ar7161_adtran_bsap1880.dtsi     |  3 +-
 .../linux/ath79/dts/ar7161_jjplus_ja76pf2.dts | 67 ++++++++++++++++++-
 .../ath79/dts/ar7161_ubnt_routerstation.dtsi  | 35 +++++++++-
 .../generic/base-files/etc/board.d/02_network |  4 --
 .../etc/uci-defaults/05_fix-compat-version    |  5 +-
 .../base-files/lib/upgrade/platform.sh        | 46 +++++--------
 .../base-files/lib/upgrade/redboot-fis.sh     | 31 +++++++++
 target/linux/ath79/generic/config-default     |  1 -
 target/linux/ath79/image/Makefile             |  8 ---
 target/linux/ath79/image/generic-ubnt.mk      | 26 ++++---
 target/linux/ath79/image/generic.mk           | 29 +++++---
 .../408-mtd-redboot_partition_scan.patch      | 44 ------------
 .../dts/bcm6348-inventel-livebox-1.dts        |  2 +-
 target/linux/gemini/image/Makefile            |  4 +-
 ...t-add-of_match_table-with-DT-binding.patch | 22 ------
 ...t-add-of_match_table-with-DT-binding.patch | 22 ------
 16 files changed, 191 insertions(+), 158 deletions(-)
 create mode 100644 target/linux/ath79/generic/base-files/lib/upgrade/redboot-fis.sh
 delete mode 100644 target/linux/ath79/patches-5.10/408-mtd-redboot_partition_scan.patch
 delete mode 100644 target/linux/generic/pending-5.10/419-mtd-redboot-add-of_match_table-with-DT-binding.patch
 delete mode 100644 target/linux/generic/pending-5.15/419-mtd-redboot-add-of_match_table-with-DT-binding.patch