This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-06 05:04:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1788a9697f
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 a new issue
Copy permalink