This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-22 19:01:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5571196135
linux
/
arch
/
arm
/
mach-meson
/
Makefile
3 lines
67 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: meson: add basic support for MesonX SoCs This patch adds the basic machine file for the MesonX SoCs. Only Meson6 is populated. Signed-off-by: Carlo Caione <carlo@caione.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2014-09-10 20:16:59 +00:00
obj-$(CONFIG_ARCH_MESON)
+=
meson.o
ARM: meson: Add SMP bringup code for Meson8 and Meson8b This adds the necessary SMP-operations and startup code to use the additional cores on the Amlogic Meson8/Meson8m2 (both are using the same sequence) and Meson8b (using a slightly difference sequence) SoCs. Signed-off-by: Carlo Caione <carlo@endlessm.com> [add Meson8/Meson8m2 support and allow taking CPU cores offline as well] Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2017-09-17 16:45:21 +00:00
obj-$(CONFIG_SMP)
+=
platsmp.o
Reference in New Issue
Copy Permalink