summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mediatek/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ARM: mediatek: clean up mach-mediatek/MakefileMasahiro Yamada2016-10-311-4/+2
| | | | | | | | | Kbuild descends into arch/arm/mach-mediatek/Makefile only when CONFIG_ARCH_MEDIATEK is enabled. So, obj-$(CONFIG_ARCH_MEDIATEK) is always equivalent to obj-y in this Makefile. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* ARM: mediatek: add smp bringup codeYingjoe Chen2015-10-141-0/+3
| | | | | | | | Add support for booting secondary CPUs on mt6589, mt8127 and mt8135. Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* arm: add basic support for Mediatek MT6589 boardsMatthias Brugger2014-07-221-0/+1
This adds a generic devicetree board file and a dtsi for boards based on MT6589 SoCs from Mediatek. Apart from the generic parts (gic, clocks) the only component currently supported are the timers. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
OpenPOWER on IntegriCloud