Comments
Patch
@@ -1,23 +1,26 @@
#@TYPE: Machine
#@Name: Atmel AT91SAM9M10G45EK Development Platform
-#@DESCRIPTION: Machine configuration for the at91sam9m10g45ek board with a at91sam9m10 processor
+#@DESCRIPTION: Machine configuration for the at91sam9m10g45ek development board with an at91sam9m10 processor
-include conf/machine/include/at91-2.6.30.inc
-include conf/machine/include/at91-lcd.inc
+TARGET_ARCH = "arm"
-# Has linux config file in OpenEmbedded
-#
-# LINUX26_DEFCONFIG = "at91sam9m10ekes_defconfig"
-# LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-# Supported u-boot machines
-#UBOOT_MACHINE = "at91sam9m10g45ek_nandflash_config"
-#UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_config"
-UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
-#UBOOT_MACHINE = "at91sam9m10g45ek_config"
-#UBOOT_MACHINE = "at91sam9m10g45ek_sd_config"
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "0x70008000"
+UBOOT_LOADADDRESS = "0x70008000"
-AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf"
+#don't try to access tty1
+USE_VT = "0"
-MACHINE_FEATURES += "usbhost"
+MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen"
+# 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
+
+AT91BOOTSTRAP_BOARD = "at91sam9m10df at91sam9m10ek at91sam9m10nf"