summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mediatek/mt7629/lowlevel_init.S
Commit message (Collapse)AuthorAgeFilesLines
* arm: mediatek: add missing arch timer configuration for MT7629Weijie Gao2019-07-181-0/+13
| | | | | | | | This patch sets CNTVOFF of ARM CP15 timer to zero to make sure the virtual counter is fully usable for linux kernel. Cc: Albert Aribaud <albert.u.boot@aribaud.net> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
* mt7629: use linux kernel compatible SMP initializationWeijie Gao2018-12-261-8/+44
| | | | | | | This patch changes mt7629 to use the compatible platform SMP initialization method of linux kernel. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
* arm: MediaTek: add basic support for MT7629 boardsRyder Lee2018-11-281-0/+50
This adds a general board file based on MT7629 SoCs from MediaTek. Apart from the generic parts (cpu) we add some low level init codes and initialize the early clocks. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com> Reviewed-by: Simon Glass <sjg@chromium.org>