OSDN Git Service

ARM: milbeaut: Add basic support for Milbeaut m10v SoC
authorSugaya Taichi <sugaya.taichi@socionext.com>
Wed, 27 Feb 2019 04:52:33 +0000 (13:52 +0900)
committerArnd Bergmann <arnd@arndb.de>
Fri, 1 Mar 2019 14:18:26 +0000 (15:18 +0100)
commit9fb29c734f9e98adc1f2f3c4629fe487cb93f2dd
tree8cbdd536737f1b15b2c96db99bb799781a5db087
parentf2a3aa163cf88103c9148ad63f086c6f677220ec
ARM: milbeaut: Add basic support for Milbeaut m10v SoC

This adds the basic M10V SoC support under arch/arm.
Since all cores are activated in the custom bootloader before booting
linux, it is necessary to wait for the secondary-cores using cpu-enable-
method and special sram.

Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-milbeaut/Kconfig [new file with mode: 0644]
arch/arm/mach-milbeaut/Makefile [new file with mode: 0644]
arch/arm/mach-milbeaut/platsmp.c [new file with mode: 0644]