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
15 lines
351 B
Plaintext
15 lines
351 B
Plaintext
# Allwinner Uniprocessor common options
|
|
#$FreeBSD$
|
|
|
|
cpu CPU_CORTEXA8
|
|
machine arm armv6
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
|
|
makeoptions KERNVIRTADDR=0xc0200000
|
|
options KERNVIRTADDR=0xc0200000
|
|
|
|
files "../allwinner/files.allwinner_up"
|
|
files "../allwinner/files.allwinner"
|
|
files "../allwinner/a10/files.a10"
|
|
files "../allwinner/a13/files.a13"
|