This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-19 22:17:10 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5fe3c0fa0d
linux_dsm_epyc7002
/
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 18:53:00 +07: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 18:53:06 +07:00
obj-$(CONFIG_SMP)
+=
platsmp.o alpine_cpu_pm.o
Reference in New Issue
Copy Permalink