freebsd-nq/sys/arm/mv/armada38x
Michal Meloun 93a065e749 Remake support for SMP kernel on UP cpu:
- Use new option SMP_ON_UP instead of (mis)using specific CPU type.
   By this, any SMP kernel can be compiled with SMP_ON_UP support.
 - Enable runtime detection of CPU multiprocessor extensions only
   if SMP_ON_UP option is used. In other cases (pure SMP or UP),
   statically compile only required variant.
 - Don't leak multiprocessor instructions to UP kernel.
 - Correctly handle data cache write back to point of unification.
   DCCMVAU is supported on all armv7 cpus.
 - For SMP_ON_UP kernels, detect proper TTB flags on runtime.

Differential Revision: https://reviews.freebsd.org/D9133
2017-02-02 06:14:44 +00:00
..
armada38x_mp.c Almost all copies of platform_mp_init_secondary just called 2016-02-26 16:04:47 +00:00
armada38x.c Open window to bootROM memory on Armada38x to allow CPU1 to boot 2016-01-20 14:30:17 +00:00
files.armada38x Introduce armada_thermal driver for Armada family platforms 2017-01-25 06:08:10 +00:00
pmsu.c ARM: SEV/WFE instructions are implemented starting from ARMv6K, 2016-10-06 13:18:18 +00:00
pmsu.h Introduce initial driver for PMSU on Armada38x 2016-01-20 14:49:16 +00:00
rtc.c Add a new RTC driver for Armada38x 2016-01-20 14:18:49 +00:00
std.armada38x Remake support for SMP kernel on UP cpu: 2017-02-02 06:14:44 +00:00