summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/std.atmel
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-07-01 06:56:41 +0000
committerimp <imp@FreeBSD.org>2012-07-01 06:56:41 +0000
commit8ed7d610d02694a27b0ef146fe4a1f6ccf6ca862 (patch)
treef8a0a00694c6cee65667c28291439614eb166c75 /sys/arm/at91/std.atmel
parent4ed0f242810392486e5bd814935d6d4fcb2f20b1 (diff)
downloadFreeBSD-src-8ed7d610d02694a27b0ef146fe4a1f6ccf6ca862.zip
FreeBSD-src-8ed7d610d02694a27b0ef146fe4a1f6ccf6ca862.tar.gz
Create a pseudo-lint kernel for all at91 SoCs. This kernel will not
currently boot, but will serve as a good linting. make universe could now be altered to skip building all the other at91 kernels...
Diffstat (limited to 'sys/arm/at91/std.atmel')
-rw-r--r--sys/arm/at91/std.atmel15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/arm/at91/std.atmel b/sys/arm/at91/std.atmel
new file mode 100644
index 0000000..c278cf0
--- /dev/null
+++ b/sys/arm/at91/std.atmel
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+files "../at91/files.at91"
+cpu CPU_ARM9
+makeoptions CONF_CFLAGS=-mcpu=arm9
+options PHYSADDR=0x20000000
+
+# Supported SoCs for the at91 platform
+device at91rm9200
+device at91sam9260
+device at91sam9g20
+device at91sam9x25
+
+# bring in the sam specific timers and such
+device at91sam9
OpenPOWER on IntegriCloud