mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 23:48:53 +07:00
745373e3d6
The A80 is a big.LITTLE SoC with 1 cluster of 4 Cortex-A7s and 1 cluster of 4 Cortex-A15s. This patch adds support to bring up the second cluster and thus all cores using custom platform SMP code. Core/cluster power down has not been implemented, thus CPU hotplugging is not supported. Parts of the trampoline and re-entry code for the boot cpu was adapted from the MCPM framework. Signed-off-by: Chen-Yu Tsai <wens@csie.org>
6 lines
146 B
Makefile
6 lines
146 B
Makefile
CFLAGS_mc_smp.o += -march=armv7-a
|
|
|
|
obj-$(CONFIG_ARCH_SUNXI) += sunxi.o
|
|
obj-$(CONFIG_ARCH_SUNXI_MC_SMP) += mc_smp.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|