Include all files from TP-Link GPL sources needed to make TL-WR820N based on QCA953x...
authorPiotr Dymacz <pepe2k@gmail.com>
Mon, 16 Nov 2015 02:15:39 +0000 (03:15 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Mon, 16 Nov 2015 02:15:39 +0000 (03:15 +0100)
commited50e35bbea02dc6d2bf38b4c6b39d6ea58a176e
tree72a0ca134ad576a203cd089f19e10fbd37a06e52
parent8c60fa6fad800662601719b73ae1b568ff95b9c4
Include all files from TP-Link GPL sources needed to make TL-WR820N based on QCA953x compile and work... we will clean this mess later
18 files changed:
u-boot/board/ar7240/ap143/Makefile [new file with mode: 0644]
u-boot/board/ar7240/ap143/ap143.c [new file with mode: 0644]
u-boot/board/ar7240/ap143/config.mk [new file with mode: 0644]
u-boot/board/ar7240/ap143/u-boot-bootstrap.lds [new file with mode: 0644]
u-boot/board/ar7240/ap143/u-boot.lds [new file with mode: 0644]
u-boot/board/ar7240/common/953x.S [new file with mode: 0755]
u-boot/board/ar7240/common/ath_pci.c [new file with mode: 0755]
u-boot/board/ar7240/common/athr_s27_phy.c [new file with mode: 0755]
u-boot/board/ar7240/common/athr_s27_phy.h [new file with mode: 0755]
u-boot/board/ar7240/common/init-953x.c [new file with mode: 0755]
u-boot/board/ar7240/common/qca-eth-953x.c [new file with mode: 0755]
u-boot/board/ar7240/common/qca-eth-953x.h [new file with mode: 0755]
u-boot/board/ar7240/common/qca-eth-953x_phy.h [new file with mode: 0755]
u-boot/board/ar7240/common/tap-953x.S [new file with mode: 0755]
u-boot/include/953x.h [new file with mode: 0755]
u-boot/include/atheros.h [new file with mode: 0755]
u-boot/include/configs/ap143.h [new file with mode: 0644]
u-boot/net/eth.c