[oe-commits] Ulf Samuelsson : Add support for AT91SAM9RL64

GIT User account git at amethyst.openembedded.net
Mon Apr 6 08:46:12 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b42626ddd44ce9f0062ada19c894e759934011c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b42626ddd44ce9f0062ada19c894e759934011c9

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Fri Mar 13 20:44:24 2009 +0100

Add support for AT91SAM9RL64

---

 conf/machine/at91sam9rlek.conf |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/conf/machine/at91sam9rlek.conf b/conf/machine/at91sam9rlek.conf
new file mode 100644
index 0000000..06f942b
--- /dev/null
+++ b/conf/machine/at91sam9rlek.conf
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9RLEK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9rlek development board with a at91sam9rl64 processor
+
+TARGET_ARCH = "arm"
+#PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_VERSION_linux = "2.6.28"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+KERNEL_IMAGETYPE = "uImage"
+PREFERRED_VERSION_u-boot = "2009.01"
+UBOOT_MACHINE = "at92sam9rlek_config"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen"
+EXTRA_IMAGEDEPENDS += "u-boot"
+#EXTRA_IMAGEDEPENDS += "at91bootstrap"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+IMAGE_FSTYPES ?= "jffs2"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+require conf/machine/include/tune-arm926ejs.inc
+





More information about the Openembedded-commits mailing list