mips: mtmips: add support for mt7628-rfb
authorWeijie Gao <weijie.gao@mediatek.com>
Tue, 21 Apr 2020 07:28:49 +0000 (09:28 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 27 Apr 2020 18:30:13 +0000 (20:30 +0200)
commit6bd888b63be40342bfa8f7780ac778310140f4d9
treeec55b391d5575900ba7a2334601fbe671dc05120
parent757cbbe95692745ec7cbe74ef676dba1c00c3b49
mips: mtmips: add support for mt7628-rfb

This patch adds support for mt7628 reference board. SPL_DM and DT are not
enabled for SPL to save about 17KiB for u-boot-spl.bin.

Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
arch/mips/dts/Makefile
arch/mips/dts/mediatek,mt7628-rfb.dts [new file with mode: 0644]
arch/mips/mach-mtmips/Kconfig
board/mediatek/mt7628/Kconfig [new file with mode: 0644]
board/mediatek/mt7628/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt7628/Makefile [new file with mode: 0644]
board/mediatek/mt7628/board.c [new file with mode: 0644]
configs/mt7628_rfb_defconfig [new file with mode: 0644]
include/configs/mt7628.h [new file with mode: 0644]