094fc1ed0f
Transition all boards that support arm cortex CPUs to armv7. This leaves two armv6 kernels in the tree. RPI-B, which uses the BCM2835 which has a ARM1176 core, and VERSATILEPB, which is a qemu board setup around the time RPI-B went in. Copy std.armv6 to std.armv7, even though that duplicates a lot of stuff. More work needs to be done to sort out the duplication. Differential Revision: https://reviews.freebsd.org/D12027
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
# Allwinner Uniprocessor common options
|
|
#$FreeBSD$
|
|
|
|
cpu CPU_CORTEXA
|
|
machine arm armv7
|
|
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"
|