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
13 lines
440 B
Plaintext
13 lines
440 B
Plaintext
# $FreeBSD$
|
|
|
|
files "../mv/files.mv"
|
|
cpu CPU_MV_PJ4B
|
|
machine arm armv7
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
|
|
# This was originally defined as "(KERNBASE-(1024*1024*1024))" but that
|
|
# (in opt_global.h) clashed with the value emitted by genassym which
|
|
# reduces the original macro text to its numeric value. The only way
|
|
# to avoid that is to define it here as the numeric value genassym emits.
|
|
options VM_MAXUSER_ADDRESS="0x80000000"
|