]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: MediaTek: add basic support for MT8512 boards
authormingming lee <mingming.lee@mediatek.com>
Tue, 31 Dec 2019 03:29:26 +0000 (11:29 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 14:39:45 +0000 (09:39 -0500)
commit8efd7eb0d19bf18db4c911836d2f91b77b789d6e
tree34a5b39e239c0dd9a259aa5849c2c613fb910702
parent48e7c0d8aaa57dcc7a44cec59c2add2168a2217c
ARM: MediaTek: add basic support for MT8512 boards

This adds a general board file based on MT8512 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 MT8512 eMMC board.

Signed-off-by: mingming lee <mingming.lee@mediatek.com>
arch/arm/dts/Makefile
arch/arm/dts/mt8512-bm1-emmc.dts [new file with mode: 0644]
board/mediatek/mt8512/Kconfig [new file with mode: 0644]
board/mediatek/mt8512/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt8512/Makefile [new file with mode: 0644]
board/mediatek/mt8512/mt8512.c [new file with mode: 0644]
configs/mt8512_bm1_emmc_defconfig [new file with mode: 0644]
include/configs/mt8512.h [new file with mode: 0644]