summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/std.at91
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.at91
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.at91')
-rw-r--r--sys/arm/at91/std.at913
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/at91/std.at91 b/sys/arm/at91/std.at91
index b2b9dd6..fe57721 100644
--- a/sys/arm/at91/std.at91
+++ b/sys/arm/at91/std.at91
@@ -4,3 +4,6 @@ files "../at91/files.at91"
cpu CPU_ARM9
makeoptions CONF_CFLAGS=-mcpu=arm9
options PHYSADDR=0x20000000
+
+# For now, just do the AT91RM9200
+device at91rm9200
OpenPOWER on IntegriCloud