freebsd-dev/sys/arm/freescale/imx/std.imx53
Rui Paulo 530031a8f1 Initial support for the Digi ConnectCore(c) i.MX53 / Wi-i.MX53 boards.
There are many drivers missing, but we can reach single user mode now.

Hardware graciously donated by Douglas Beattie.
2013-09-01 20:15:35 +00:00

16 lines
350 B
Plaintext

# $FreeBSD$
machine arm armv6
cpu CPU_CORTEXA
makeoptions ARM_LITTLE_ENDIAN
options ARM_L2_PIPT
options KERNVIRTADDR=0xc0100000
makeoptions KERNVIRTADDR=0xc0100000
options KERNPHYSADDR=0x70100000
makeoptions KERNPHYSADDR=0x70100000
options PHYSADDR=0x70000000
options STARTUP_PAGETABLE_ADDR=0x71000000
files "../freescale/imx/files.imx53"