473bbf691b
supports A20, A31, and A31S. Adds support for the BananaPi M2 (A31S) board. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> Reviewed by: jmcneill Differential Revision: https://reviews.freebsd.org/D5580
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
# Allwinner A31 common options
|
|
#$FreeBSD$
|
|
|
|
cpu CPU_CORTEXA
|
|
machine arm armv6
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
|
|
makeoptions KERNVIRTADDR=0xc0200000
|
|
options KERNVIRTADDR=0xc0200000
|
|
|
|
options IPI_IRQ_START=0
|
|
options IPI_IRQ_END=15
|
|
|
|
files "../allwinner/files.allwinner"
|
|
files "../allwinner/a31/files.a31"
|