summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mediatek/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ARM: MediaTek: Add support for MediaTek MT7622 SoCSam Shih2020-01-161-0/+1
| | | | | | | | Add support for MediaTek MT7622 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by: Sam Shih <sam.shih@mediatek.com> Reviewed-by: Ryder Lee <ryder.lee@mediatek.com>
* ARM: MediaTek: Add support for MediaTek MT8512 SoCmingming lee2020-01-161-0/+1
| | | | | | | 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>
* ARM: MediaTek: Add support for MediaTek MT8518 SoCmingming lee2019-12-031-0/+1
| | | | | | | Add support for MediaTek MT8518 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>
* ARM: MediaTek: Add support for MT8516 SoCFabien Parent2019-04-231-0/+1
| | | | | | | | Add support for MediaTek MT8516 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by: Fabien Parent <fparent@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com>
* arm: MediaTek: add basic support for MT7623 boardsWeijie Gao2018-11-281-0/+1
| | | | | | | | | | | | 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-281-0/+6
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>