svn commit: r238921 - head/sys/arm/at91

Warner Losh imp at FreeBSD.org
Mon Jul 30 21:19:19 UTC 2012


Author: imp
Date: Mon Jul 30 21:19:19 2012
New Revision: 238921
URL: http://svn.freebsd.org/changeset/base/238921

Log:
  List the members of the AT91SAM9G45 family.

Modified:
  head/sys/arm/at91/std.at91sam9g45

Modified: head/sys/arm/at91/std.at91sam9g45
==============================================================================
--- head/sys/arm/at91/std.at91sam9g45	Mon Jul 30 21:02:44 2012	(r238920)
+++ head/sys/arm/at91/std.at91sam9g45	Mon Jul 30 21:19:19 2012	(r238921)
@@ -1,6 +1,9 @@
 # $FreeBSD$
 #
-# PHYSADDR is different on at91sam9g45 than the other at91sam SoCs
+# Unlike other Atmel SoCs, which have their SDRAM at CS1, the
+# at91sam9g45 family has it on CS6, so PHYSADDR must be adjusted
+# accordingly.  The at91sam9g45, at91sam9g46, at91sam9m10 and at91sam9m11
+# SoCs are members of this family.
 
 files		"../at91/files.at91"
 cpu		CPU_ARM9


More information about the svn-src-head mailing list