ARM: MediaTek: add basic support for MT8518 boards
authormingming lee <mingming.lee@mediatek.com>
Thu, 7 Nov 2019 11:28:44 +0000 (19:28 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 3 Dec 2019 17:00:03 +0000 (12:00 -0500)
commitabf2c68566ae007904633fb882cb71c56eb41ff0
tree13aa033d8177ab459154699fe1419554131d72c7
parent485627dd5f2a08f0b20ddc3baa9e60929f7d86fc
ARM: MediaTek: add basic support for MT8518 boards

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

Apart from the generic parts (cpu) we add some low level init codes
and initialize the early clocks.

This commit is adding the basic boot support for the MT8518 eMMC board.

Signed-off-by: mingming lee <mingming.lee@mediatek.com>
[trini: Migrate env location to defconfig, set ENV_IS_IN_MMC]
Signeed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/Makefile
arch/arm/dts/mt8518-ap1-emmc.dts [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig
board/mediatek/mt8518/Kconfig [new file with mode: 0644]
board/mediatek/mt8518/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt8518/Makefile [new file with mode: 0644]
board/mediatek/mt8518/mt8518_ap1.c [new file with mode: 0644]
configs/mt8518_ap1_emmc_defconfig [new file with mode: 0644]
include/configs/mt8518.h [new file with mode: 0644]