[LEDE-DEV] [PATCH 0/9] lantiq: VGV7519 fixes

Mathias Kresin dev at kresin.me
Thu May 26 14:07:50 PDT 2016


Beside cleaning up the device tree source file, this patch series fixes
the following issues:

- second usb doesn't work
- switch not recognized by swconfig/no vlans
- no working UART bootable u-boot available
- only binary u-boot available/self compiled u-boot to big for partition

The last remaining issue that couldn't be fixed so far, are three leds
which do not blink on network tx/rx with the R01 revision of the
VGV7519.

This is related to a known bug of PEF 7071 v1.3 firmware. The firmware
counts the packages but doesn't trigger the led. To workaround the
issue it would be required to transfer control of the leds to the
switch by enabling the LED Externally Controlled Mode (ECM) of the phys.

All patches have been tested during the last weeks by the OpenWrt Forum
users pe0fko and especially Timeless with both revision of the VGV7519.

Mathias Kresin (9):
  lantiq: VGV7519 - remove/merge redundant parts in dts
  lantiq: VGV7519 - cleanup pinmux configuration
  lantiq: VGV7519 - add second usb port
  lantiq: VGV7519 - add vlan support
  lantiq: VGV7519 - get mac address from board_config partition
  lantiq: VGV7519 - fix brn partition layout
  uboot-lantiq: vrx200 - add support for dual nor flash
  uboot-lantiq: vrx200 - lzma compress gphy firmware
  uboot-lantiq: Add Arcadyan VGV7519 support

 package/boot/uboot-lantiq/Makefile                 |  35 ++-
 ...014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch |  74 ++++--
 .../0021-MIPS-vrx200-add-NAND-SPL-support.patch    |   2 +-
 ...PS-add-board-support-for-Arcadyan-VGV7519.patch | 288 +++++++++++++++++++++
 .../linux/lantiq/base-files/etc/board.d/02_network |   3 +-
 target/linux/lantiq/dts/VGV7519.dtsi               |  83 +++---
 target/linux/lantiq/dts/VGV7519BRN.dts             |  65 +++--
 target/linux/lantiq/dts/VGV7519NOR.dts             |  18 --
 8 files changed, 450 insertions(+), 118 deletions(-)
 create mode 100644 package/boot/uboot-lantiq/patches/0114-MIPS-add-board-support-for-Arcadyan-VGV7519.patch

-- 
1.9.1




More information about the Lede-dev mailing list