freebsd-dev/sys/arm/qemu/files.qemu
Andrew Turner 31289e44b0 Enable SMP on the qemu virt platform. We use the device tree to find which
cpus to enable, and PSCI to start them.
2015-05-24 12:33:12 +00:00

19 lines
364 B
Plaintext

# $FreeBSD$
#
# Standard ARM support.
#
arm/arm/bus_space_base.c standard
arm/arm/bus_space_generic.c standard
kern/kern_clocksource.c standard
#
# Standard qemu virt devices and support.
#
arm/arm/generic_timer.c standard
arm/qemu/virt_common.c standard
arm/qemu/virt_machdep.c standard
arm/qemu/virt_mp.c optional smp
dev/ofw/ofw_cpu.c standard