]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/ap143_defconfig
mips: ath79: add AP143 reference board
authorWills Wang <wills.wang@live.com>
Wed, 16 Mar 2016 09:00:00 +0000 (17:00 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:25:50 +0000 (01:25 +0200)
commita2277cc30cdb40298aca80344f3764db6a0cfb8d
tree923d5a68add3d518461c0826c6543d6e7c33d574
parent6a7b52bc8d30090633d098f9e988276beb7a53d5
mips: ath79: add AP143 reference board

This patch add board-level code and base DT for AP143.

Signed-off-by: Wills Wang <wills.wang@live.com>
[updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/dts/Makefile
arch/mips/dts/ap143.dts [new file with mode: 0644]
arch/mips/dts/qca953x.dtsi [new file with mode: 0644]
arch/mips/mach-ath79/Kconfig
board/qca/ap143/Kconfig [new file with mode: 0644]
board/qca/ap143/MAINTAINERS [new file with mode: 0644]
board/qca/ap143/Makefile [new file with mode: 0644]
board/qca/ap143/ap143.c [new file with mode: 0644]
configs/ap143_defconfig [new file with mode: 0644]
include/configs/ap143.h [new file with mode: 0644]