freebsd-dev/sys/arm/rockchip
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
..
files.rk30xx Remove more unneeded users of the fdt_pic_decode_t table. 2016-11-11 14:22:35 +00:00
rk30xx_gpio.c Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to read 2016-11-14 12:03:08 +00:00
rk30xx_grf.c Stop including fdt_common.h from the arm code when it's unneeded. 2016-11-14 11:41:22 +00:00
rk30xx_grf.h Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
rk30xx_machdep.c All armv6 platforms have the same implementation of platform_lastaddr. 2016-12-16 10:31:13 +00:00
rk30xx_mp.c Switch Rockchip RK3188 SoC to use the platform code. 2016-12-13 11:43:46 +00:00
rk30xx_mp.h Switch Rockchip RK3188 SoC to use the platform code. 2016-12-13 11:43:46 +00:00
rk30xx_pmu.c Stop including fdt_common.h from the arm code when it's unneeded. 2016-11-14 11:41:22 +00:00
rk30xx_pmu.h Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
rk30xx_wdog.c Add the missing void to function signatures in much of the arm code. 2016-12-13 13:43:22 +00:00
rk30xx_wdog.h Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
std.rk30xx Remake support for SMP kernel on UP cpu: 2017-02-02 06:14:44 +00:00