freebsd-dev/sys/arm/annapurna/alpine
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
..
alpine_ccu.c Introduce support for Annapurna Alpine CCU and NB devices 2016-09-07 05:34:41 +00:00
alpine_machdep_mp.c Move including fdt_pinctrl.h after openfirm.h to get th edefinition of 2016-11-14 11:52:22 +00:00
alpine_machdep.c Stop including fdt_common.h from the arm code when it's unneeded. 2016-11-14 11:41:22 +00:00
alpine_nb_service.c Introduce support for Annapurna Alpine CCU and NB devices 2016-09-07 05:34:41 +00:00
alpine_pci_msix.c Support for MSI-X on Annapurna Alpine 2016-10-20 11:23:59 +00:00
alpine_pci.c To allow for an ACPI attachment to the generic PCIe driver split off the 2016-11-21 18:24:05 +00:00
alpine_serdes.c Support for Alpine Serializer/Deserializer. 2016-10-20 11:26:51 +00:00
alpine_serdes.h Support for Alpine Serializer/Deserializer. 2016-10-20 11:26:51 +00:00
common.c Restrict where we need to define fdt_fixup_table to just PowerPC and 2016-09-23 14:11:23 +00:00
files.alpine Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using the 2016-02-28 09:35:37 +00:00
std.alpine Remake support for SMP kernel on UP cpu: 2017-02-02 06:14:44 +00:00