immortalwrt/target/linux/ath79
Adrian Schmutzler 08fe581029
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-19 18:42:47 +08:00
..
base-files/etc/hotplug.d/ieee80211 ath79: add kernel 5.4 support 2020-04-23 12:00:03 +08:00
dts ath79: consistently use "info" label for default-mac partition 2020-09-19 18:42:47 +08:00
files kernel: Update kernel 5.4 to version 5.4.50 2020-07-05 13:29:49 +08:00
generic ath79: consistently use "info" label for default-mac partition 2020-09-19 18:42:47 +08:00
image ath79: add support for Buffalo WZR-600DHP 2020-09-19 18:35:49 +08:00
mikrotik ath79: sync with upstream source 2020-09-06 19:53:51 +08:00
nand ath79: sync with upstream source 2020-09-06 19:53:51 +08:00
patches-4.19 ath79: sync with upstream source 2020-09-06 19:53:51 +08:00
patches-5.4 kernel: bump 5.4 to 5.4.65 2020-09-12 23:34:20 +08:00
tiny ath79: sync with upstream source 2020-09-06 19:53:51 +08:00
config-4.19 ath79: enable elf mtd splitter 2020-09-10 17:28:10 +08:00
config-5.4 ath79: enable elf mtd splitter 2020-09-10 17:28:10 +08:00
Makefile ath79: sync with upstream source 2020-09-06 19:53:51 +08:00
modules.mk Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00