This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
0
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
348064ee2c
u-boot
/
arch
/
arm
/
mach-owl
/
Makefile
5 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
arm: Add support for Actions Semi OWL SoC family This commit adds Actions Semi OWL SoC family support with S900 as the first target SoC. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2018-06-14 18:08:31 +00:00
# SPDX-License-Identifier: GPL-2.0+
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>
2020-04-19 13:58:25 +00:00
obj-y
+=
soc.o
arm: actions: rename sysmap-s900 to sysmap-owl Now that memory maps(for both S700 and S900 SoCs) can be managed using a common file, rename sysmap-s900 to sysmap-owl to reflect the same. Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
2020-04-19 13:58:26 +00:00
obj-$(CONFIG_ARM64)
+=
sysmap-owl.o
Reference in New Issue
Copy Permalink