* [STABLE][PATCH] 1/3 Added at91sam9g20ek machine
@ 2009-04-02 12:58 Marco Cavallini
2009-04-02 13:54 ` Koen Kooi
2009-04-02 14:45 ` Marcin Juszkiewicz
0 siblings, 2 replies; 3+ messages in thread
From: Marco Cavallini @ 2009-04-02 12:58 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: 0001-Added-at91sam9g20ek-machine.patch --]
[-- Type: text/x-diff, Size: 1546 bytes --]
From 40e45e43ad83fb8492b0af35554c35f047832478 Mon Sep 17 00:00:00 2001
From: Marco Cavallini <m.cavallini@koansoftware.com>
Date: Thu, 2 Apr 2009 14:49:07 +0200
Subject: [PATCH] Added at91sam9g20ek machine
---
conf/machine/at91sam9g20ek.conf | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
create mode 100644 conf/machine/at91sam9g20ek.conf
diff --git a/conf/machine/at91sam9g20ek.conf b/conf/machine/at91sam9g20ek.conf
new file mode 100644
index 0000000..1fd165c
--- /dev/null
+++ b/conf/machine/at91sam9g20ek.conf
@@ -0,0 +1,30 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9G20EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9g20ek development board with a at91sam9g20 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 = "at92sam9g20ek_config"
+
+PREFERRED_VERSION_at91bootstrap = "2.10"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
+#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
--
1.5.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-04-02 14:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 12:58 [STABLE][PATCH] 1/3 Added at91sam9g20ek machine Marco Cavallini
2009-04-02 13:54 ` Koen Kooi
2009-04-02 14:45 ` Marcin Juszkiewicz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.