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

Tomasz Maciej Nowak tmn505 at gmail.com
Sun Mar 27 13:05:27 PDT 2022


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

-- 
2.35.1




More information about the openwrt-devel mailing list