- Add file sys/arm/mv/armada38x/armada38x_mp.c - Set mp_maxid and mp_ncpus based on FDT unless SCU register indicates only one core - Boot CPU1 in platform_mp_start_ap() - IPI range defined Obtained from: Semihalf Sponsored by: Stormshield Submitted by: Michal Stanek <mst@semihalf.com> Differential revision: https://reviews.freebsd.org/D4426
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
# $FreeBSD$
|
|
files "../mv/armada38x/files.armada38x"
|
|
files "../mv/files.mv"
|
|
cpu CPU_CORTEXA
|
|
machine arm armv6
|
|
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
makeoptions KERNVIRTADDR=0xc0000000
|
|
|
|
options KERNVIRTADDR=0xc0000000
|
|
options IPI_IRQ_START=0
|
|
options IPI_IRQ_END=15
|