530031a8f1
There are many drivers missing, but we can reach single user mode now. Hardware graciously donated by Douglas Beattie.
16 lines
350 B
Plaintext
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"
|
|
|