]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit25de8293554a579fc56195829363ef7453e3dc67
treefe4c51474dd35475bb3edcac1bfa949f7df4cf01
parent77ecec063fd294a602bfe347bec30817a6de836e
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]