8a0fd1a7cd
Clocks, GPIO, UART, SD card / eMMC, USB, watchdog, and ethernet are supported. Note that the A83T contains two clusters of four Cortex-A7 CPUs, and only CPUs in first cluster are started for now. Tested on a Sinovoip Banana Pi BPI-M3.
18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
# Allwinner 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/a20/files.a20"
|
|
files "../allwinner/a31/files.a31"
|
|
files "../allwinner/a83t/files.a83t"
|