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
17 lines
334 B
Plaintext
17 lines
334 B
Plaintext
#
|
|
# std.zynq7 - Generic configuration for Xilinx Zynq-7000 PS.
|
|
#
|
|
# $FreeBSD$
|
|
|
|
cpu CPU_CORTEXA_MP
|
|
machine arm armv6
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
|
|
files "../xilinx/files.zynq7"
|
|
|
|
options KERNVIRTADDR=0xc0100000 # Used in ldscript.arm
|
|
makeoptions KERNVIRTADDR=0xc0100000
|
|
|
|
options IPI_IRQ_START=0
|
|
options IPI_IRQ_END=15
|