lantiq: add Falcon support
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 2 Oct 2016 16:39:50 +0000 (18:39 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 27 Nov 2016 16:40:20 +0000 (17:40 +0100)
commit93715427835e747f0e0b348c8a3ce91dd68ef4f9
treee16da2bf547e204e6a929324b405aea71281857e
parent5cdbc8632962a4e4451db771597cf84e1c5046d5
lantiq: add Falcon support

This adds support for the Intel Falcon SoC for GPON.

Support for the Falcon SoC was removed in commit c8218363951 svn rev:
40392 from OpenWrt, this commit adds it again.

This patch adds a new subtarget for the Falcon SoC, but it still misses
all the drivers needed to control the GPON part.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
20 files changed:
target/linux/lantiq/Makefile
target/linux/lantiq/dts/EASY88388.dts [new file with mode: 0644]
target/linux/lantiq/dts/EASY88444.dts [new file with mode: 0644]
target/linux/lantiq/dts/EASY98000-base.dtsi [new file with mode: 0644]
target/linux/lantiq/dts/EASY98000NAND.dts [new file with mode: 0644]
target/linux/lantiq/dts/EASY98000NOR.dts [new file with mode: 0644]
target/linux/lantiq/dts/EASY98000SFLASH.dts [new file with mode: 0644]
target/linux/lantiq/dts/EASY98020.dts [new file with mode: 0644]
target/linux/lantiq/dts/EASY98020V18.dts [new file with mode: 0644]
target/linux/lantiq/dts/EASY98021.dts [new file with mode: 0644]
target/linux/lantiq/dts/EASY98035SYNCE.dts [new file with mode: 0644]
target/linux/lantiq/dts/EASY98035SYNCE1588.dts [new file with mode: 0644]
target/linux/lantiq/dts/FALCON-MDU.dts [new file with mode: 0644]
target/linux/lantiq/dts/FALCON-SFP.dts [new file with mode: 0644]
target/linux/lantiq/dts/falcon-sflash-16M.dtsi [new file with mode: 0644]
target/linux/lantiq/dts/falcon.dtsi [new file with mode: 0644]
target/linux/lantiq/falcon/config-default [new file with mode: 0644]
target/linux/lantiq/falcon/profiles/00-default.mk [new file with mode: 0644]
target/linux/lantiq/falcon/target.mk [new file with mode: 0644]
target/linux/lantiq/image/Makefile