freebsd-nq/sys/arm/qemu/std.virt
Andrew Turner 42f0d1fa49 Add support for the QEMU virt SoC. This is a SoC built depending on the
command line arguments passed in. It will then generate a dtb on the fly,
as such no dts will be added as it may be incorrect.

Relnotes:	yes
2015-04-11 17:52:47 +00:00

16 lines
295 B
Plaintext

# $FreeBSD$
machine arm armv6
cpu CPU_CORTEXA
makeoptions CONF_CFLAGS="-march=armv7a"
makeoptions ARM_LITTLE_ENDIAN
options ARM_L2_PIPT
options KERNVIRTADDR = 0xc0000000
makeoptions KERNVIRTADDR = 0xc0000000
options IPI_IRQ_START=0
options IPI_IRQ_END=15
files "../qemu/files.qemu"