This website requires JavaScript.
Explore
Help
Register
Sign In
FEX-Emu
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://github.com/FEX-Emu/linux.git
synced
2025-02-11 06:16:10 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
linux
/
arch
/
arm
/
mach-alpine
/
Makefile
3 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: Alpine: Initial support for Alpine platform This patch introduces initial architecture and device-tree support. Signed-off-by: Saeed Bishara <saeed@annapurnalabs.com> Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2015-03-12 13:53:00 +02:00
obj-y
+=
alpine_machine.o
ARM: Alpine: smp support This patch introduces support for waking up secondary CPU cores on Alpine platform. Signed-off-by: Barak Wasserstrom <barak@annapurnalabs.com> Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2015-03-12 13:53:06 +02:00
obj-$(CONFIG_SMP)
+=
platsmp.o alpine_cpu_pm.o
Reference in New Issue
Copy Permalink