]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: MediaTek: add basic support for MT7623 boards
authorWeijie Gao <weijie.gao@mediatek.com>
Thu, 15 Nov 2018 02:07:53 +0000 (10:07 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 29 Nov 2018 04:04:50 +0000 (23:04 -0500)
commit361e13f1d5c893caf40a6026405c0e1b615e90ea
treedf0edbe4275f4f05d0bfc92494615e746a994636
parentcbd2fba1eca11300649052e289685e7404e0b81c
arm: MediaTek: add basic support for MT7623 boards

This adds a general board file based on MT7623 SoCs from MediaTek.

As this u-boot is loaded by MTK proprietary preloader, there is no
low level initializtion codes.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Tested-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
12 files changed:
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-mediatek/Makefile
arch/arm/mach-mediatek/mt7623/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mt7623/init.c [new file with mode: 0644]
arch/arm/mach-mediatek/mt7623/lowlevel_init.S [new file with mode: 0644]
arch/arm/mach-mediatek/mt7623/preloader.h [new file with mode: 0644]
board/mediatek/mt7623/Kconfig [new file with mode: 0644]
board/mediatek/mt7623/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt7623/Makefile [new file with mode: 0644]
board/mediatek/mt7623/mt7623_rfb.c [new file with mode: 0644]
configs/mt7623n_bpir2_defconfig [new file with mode: 0644]
include/configs/mt7623.h [new file with mode: 0644]