openwrt/target/linux/ath79
Adrian Schmutzler a99614a44f ath79: consistently use "info" label for default-mac partition
The tp-link safeloader devices typically contain a partition
"default-mac" which stores the MAC addresses. It is followed by other
partitions containing device info, like

  {"default-mac", 0x610000, 0x00020},
  {"pin", 0x610100, 0x00020},
  {"product-info", 0x611100, 0x01000},

In DTS, we typically assign a 0x10000 sized partition for these,
which is mostly labelled "mac" or "info". In rarer cases, the
partitions have been enclosed in a larger "tplink" or "config"
partition.

However, when comparing different devices, the implementation appears
relatively arbitrary at the moment.
Thus, this PR aims at harmonizing these partitions by always using
the name "info" for the DTS partition containing "default-mac".
"info" is preferred over "mac" as we never just have "default-mac"
alone, but always some other device-info partitions as well.

While at it, this also establishes a similar partitioning for the
few devices where the "info" partitions are part of a bigger
unspecific "config" partition or similar.

Besides the harmonization itself, this also allows to merge a few
cases in 11-ath10k-caldata.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-09-16 17:28:48 +02:00
..
base-files/etc/hotplug.d/ieee80211 ath79: add mikrotik subtarget 2020-03-17 11:50:47 +01:00
dts ath79: consistently use "info" label for default-mac partition 2020-09-16 17:28:48 +02:00
files kernel: Update kernel 4.19 to version 4.19.131 2020-07-04 21:12:42 +02:00
generic ath79: consistently use "info" label for default-mac partition 2020-09-16 17:28:48 +02:00
image ath79: support for TP-Link EAP225-Wall v2 2020-09-12 19:37:24 +02:00
mikrotik treewide: use wpad-basic-wolfssl as default 2020-08-20 14:19:39 +02:00
nand treewide: use wpad-basic-wolfssl as default 2020-08-20 14:19:39 +02:00
patches-4.19 kernel: Update kernel 4.19 to version 4.19.138 2020-08-10 19:34:37 +02:00
patches-5.4 kernel: bump 5.4 to 5.4.58 2020-08-18 18:14:54 +02:00
tiny treewide: use wpad-basic-wolfssl as default 2020-08-20 14:19:39 +02:00
config-4.19 ath79: enable elf mtd splitter 2020-09-09 20:41:50 +03:00
config-5.4 ath79: enable elf mtd splitter 2020-09-09 20:41:50 +03:00
Makefile ath79: switch to kernel 5.4 2020-07-07 10:33:17 +02:00
modules.mk ath79: add new OF only target for QCA MIPS silicon 2018-05-07 08:06:51 +02:00