]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: MediaTek: Add support for MediaTek MT8512 SoC
authormingming lee <mingming.lee@mediatek.com>
Tue, 31 Dec 2019 03:29:19 +0000 (11:29 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 14:39:45 +0000 (09:39 -0500)
commit029ae58bfa2c51e8f212d18fb38fed9c9bd4f509
tree647d13c9cac927987abe913af5f0481b82a4093f
parent0587756d0a182de9226970e42561fc7947d658af
ARM: MediaTek: Add support for MediaTek MT8512 SoC

Add support for MediaTek MT8512 SoC. This include the file
that will initialize the SoC after boot and its device tree.

Signed-off-by: mingming lee <mingming.lee@mediatek.com>
arch/arm/dts/mt8512.dtsi [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-mediatek/Makefile
arch/arm/mach-mediatek/mt8512/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mt8512/init.c [new file with mode: 0644]
arch/arm/mach-mediatek/mt8512/lowlevel_init.S [new file with mode: 0644]