arm: actions: Add common framework for Actions Owl Semi SoCs
authorAmit Singh Tomar <amittomer25@gmail.com>
Sun, 19 Apr 2020 13:58:25 +0000 (19:28 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 20:40:09 +0000 (16:40 -0400)
commitb1a6bb3b5998f0f2e84f0a6d255e936be3eb17f5
treefe4c51474dd35475bb3edcac1bfa949f7df4cf01
parentc11f0d88ba462976335a4990a30a99d1d0b49195
arm: actions: Add common framework for Actions Owl Semi SoCs

This commit adds common arch support for Actions Semi Owl
series SoCs and removes the Bubblegum96 board files.

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
12 files changed:
MAINTAINERS
arch/arm/Kconfig
arch/arm/mach-owl/Kconfig
arch/arm/mach-owl/Makefile
arch/arm/mach-owl/soc.c [new file with mode: 0644]
board/ucRobotics/bubblegum_96/Kconfig [deleted file]
board/ucRobotics/bubblegum_96/MAINTAINERS [deleted file]
board/ucRobotics/bubblegum_96/Makefile [deleted file]
board/ucRobotics/bubblegum_96/bubblegum_96.c [deleted file]
configs/bubblegum_96_defconfig
include/configs/bubblegum_96.h [deleted file]
include/configs/owl-common.h [new file with mode: 0644]