openwrt/target/linux/ath79/generic
Michael Pratt 5e973dd61f ath79: add eth0 mac and initvals for Engenius EPG5000
Although VLANs are used, the "eth0" device by itself
does not have a valid MAC, so fix that with preinit script.

More initvals added by editing the driver to print switch registers,
after the bootloader sets them but before openwrt changes them.

The register bits needed for the QCA8337 switch
can be read from interrupted boot (tftpboot, bootm)
by adding print lines in the switch driver ar8327.c
before 'qca,ar8327-initvals' is parsed from DTS and written
for example:

  pr_info("0x04 %08x\n", ar8xxx_read(priv, AR8327_REG_PAD0_MODE));

Signed-off-by: Michael Pratt <mcpratt@pm.me>
2023-02-12 18:07:31 +01:00
..
base-files ath79: add eth0 mac and initvals for Engenius EPG5000 2023-02-12 18:07:31 +01:00
config-default ath79: use rtl8366s and rtl8366_smi as a module 2022-07-01 20:22:53 +02:00
target.mk treewide: replace wpad-basic-wolfssl default 2023-02-04 02:35:03 +01:00