summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-07-14 15:20:31 +0000
committerimp <imp@FreeBSD.org>2006-07-14 15:20:31 +0000
commite5fffb857462d8a8f576916d4af4ad7e21d723e7 (patch)
treef5924454ed8517556b3dd30fb9521b1f150289e5 /sys/arm/at91
parent6ae97a774eb9eb77b71537b032d4b838a53f9d41 (diff)
downloadFreeBSD-src-e5fffb857462d8a8f576916d4af4ad7e21d723e7.zip
FreeBSD-src-e5fffb857462d8a8f576916d4af4ad7e21d723e7.tar.gz
Move some of the common parameters into the std. files for this platform.
Also migrate from MD disk to NFS boot.
Diffstat (limited to 'sys/arm/at91')
-rw-r--r--sys/arm/at91/std.at911
-rw-r--r--sys/arm/at91/std.kb920x4
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/arm/at91/std.at91 b/sys/arm/at91/std.at91
index 9c0b39b..bb320eb 100644
--- a/sys/arm/at91/std.at91
+++ b/sys/arm/at91/std.at91
@@ -2,3 +2,4 @@
files "../at91/files.at91"
cpu CPU_ARM9
+makeoptions CONF_CFLAGS=-mcpu=arm9
diff --git a/sys/arm/at91/std.kb920x b/sys/arm/at91/std.kb920x
index 2e4878a..3e8be49 100644
--- a/sys/arm/at91/std.kb920x
+++ b/sys/arm/at91/std.kb920x
@@ -4,3 +4,7 @@ files "../at91/files.kb920x"
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
+options KERNPHYSADDR=0x20000000
+options KERNVIRTADDR=0xc0000000
+options PHYSADDR=0x20000000
+options STARTUP_PAGETABLE_ADDR=0x20800000
OpenPOWER on IntegriCloud