summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/std.at91sam9
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-06-15 07:50:26 +0000
committerimp <imp@FreeBSD.org>2012-06-15 07:50:26 +0000
commit1e270a72ac700a69c21bf19b74b004009fa0ffbb (patch)
tree0a2e35c6391f414d369180ccc2f68e3ede7342ef /sys/arm/at91/std.at91sam9
parent5e0236a3e4829ab4f9d2ec6afc10c63532d0fcf3 (diff)
downloadFreeBSD-src-1e270a72ac700a69c21bf19b74b004009fa0ffbb.zip
FreeBSD-src-1e270a72ac700a69c21bf19b74b004009fa0ffbb.tar.gz
Collapse the files.at91 and files.at91sam9 back into files.at91.
Create a new option for at91rm9200 support. Set this option in std.at91. Create a new option for the at91sam9 standard devices. Set this option in std.at91sam9. Retire files.at91sam9. Add options for at91sam9x25 SoC and SAM9X25EK board, but don't connect it just yet as the supporting files aren't quite ready. Note: device at91rm9200 and device at91sam9 are presently mutually exclusive.
Diffstat (limited to 'sys/arm/at91/std.at91sam9')
-rw-r--r--sys/arm/at91/std.at91sam99
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/arm/at91/std.at91sam9 b/sys/arm/at91/std.at91sam9
index ab1fa95..91ce69d 100644
--- a/sys/arm/at91/std.at91sam9
+++ b/sys/arm/at91/std.at91sam9
@@ -1,9 +1,12 @@
# $FreeBSD$
-files "../at91/files.at91sam9"
+files "../at91/files.at91"
cpu CPU_ARM9
-makeoptions CONF_CFLAGS="-mcpu=arm9"
+makeoptions CONF_CFLAGS=-mcpu=arm9
options PHYSADDR=0x20000000
-device at91sam9g20
+# bring in the sam specific timers and such
+device at91sam9
+
device at91sam9260
+device at91sam9g20
OpenPOWER on IntegriCloud