[oe-commits] org.oe.dev at91sam9263ek: add support for the at91sam9263-ek evaluation board

nicolas.ferre commit openembedded-commits at lists.openembedded.org
Tue Jun 12 17:47:31 UTC 2007


at91sam9263ek: add support for the at91sam9263-ek evaluation board

Author: nicolas.ferre at rfo.atmel.com
Branch: org.openembedded.dev
Revision: ad05460d382bab9b9a47c4935336dad3b90cb041
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ad05460d382bab9b9a47c4935336dad3b90cb041
Files:
1
conf/machine/at91sam9263ek.conf
Diffs:

#
# mt diff -r76e34db518cfed4bf495f4a193274c0b4a86acf7 -rad05460d382bab9b9a47c4935336dad3b90cb041
#
# 
# 
# add_file "conf/machine/at91sam9263ek.conf"
#  content [a12a160b9d47bf6628878f786ae1c756afbb45eb]
# 
============================================================
--- conf/machine/at91sam9263ek.conf	a12a160b9d47bf6628878f786ae1c756afbb45eb
+++ conf/machine/at91sam9263ek.conf	a12a160b9d47bf6628878f786ae1c756afbb45eb
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9263EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9263ek development board with a at91sam9263 processor
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget screen"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+
+require conf/machine/include/tune-arm926ejs.conf






More information about the Openembedded-commits mailing list