OSDN Git Service

ARM: mstar: Add machine for MStar/Sigmastar Armv7 SoCs
authorDaniel Palmer <daniel@0x0f.com>
Fri, 10 Jul 2020 09:45:38 +0000 (18:45 +0900)
committerArnd Bergmann <arnd@arndb.de>
Tue, 28 Jul 2020 09:13:49 +0000 (11:13 +0200)
commit312b62b6610cabea4cb535fd4889c41e9a84afca
tree560bf75e81ce1f993fc7675b6e8f18f25df2f60c
parent343e8f7286e87f60ef7cc8c8b140e254f550886f
ARM: mstar: Add machine for MStar/Sigmastar Armv7 SoCs

Initial support for the MStar/Sigmastar Armv7 based IP camera
and dashcam SoCs.

These chips are interesting in that they contain a Cortex-A7,
peripherals and system memory in a single tiny QFN package that
can be hand soldered allowing almost anyone to embed Linux
in their projects.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
MAINTAINERS
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-mstar/Kconfig [new file with mode: 0644]
arch/arm/mach-mstar/Makefile [new file with mode: 0644]
arch/arm/mach-mstar/mstarv7.c [new file with mode: 0644]