1834282de6
for later Cortex-A CPUs that support the Multiprocessor Extensions. This will be needed to support both in a single GENERIC kernel while still being able to only build for a single SoC. Reviewed by: mmel Relnotes: yes Sponsored by: ABT Systems Ltd Differential Revision: https://reviews.freebsd.org/D8138
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
# $FreeBSD$
|
|
|
|
machine arm armv6
|
|
cpu CPU_CORTEXA_MP
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
options SOC_BCM2836
|
|
|
|
options IPI_IRQ_START=76
|
|
|
|
files "../broadcom/bcm2835/files.bcm2836"
|
|
files "../broadcom/bcm2835/files.bcm283x"
|
|
|