diff options
Diffstat (limited to 'sys/arm/lpc/std.lpc')
-rw-r--r-- | sys/arm/lpc/std.lpc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/arm/lpc/std.lpc b/sys/arm/lpc/std.lpc new file mode 100644 index 0000000..ee5f2f3 --- /dev/null +++ b/sys/arm/lpc/std.lpc @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# DM644x +# + +files "../lpc/files.lpc" +cpu CPU_ARM9 +makeoptions CONF_CFLAGS="-march=armv5te" +options PHYSADDR=0x80000000 +options STARTUP_PAGETABLE_ADDR=0x80000000 +makeoptions KERNPHYSADDR=0x80100000 +options KERNPHYSADDR=0x80100000 +makeoptions KERNVIRTADDR=0xc0100000 +options KERNVIRTADDR=0xc0100000 |