42f0d1fa49
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
16 lines
295 B
Plaintext
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"
|
|
|