summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mediatek
Commit message (Collapse)AuthorAgeFilesLines
* 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 MT7623 boardsWeijie Gao2018-11-286-0/+193
| | | | | | | | | | | | 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>
* arm: MediaTek: add basic support for MT7629 boardsRyder Lee2018-11-288-0/+302
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>