From 9027237a40dc78a250ee1f890f64ed517b4d132d Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 16 Nov 2011 15:50:04 +0100 Subject: sam9x5: New machine Signed-off-by: Ulf Samuelsson --- conf/machine/at91sam9g35ek.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 conf/machine/at91sam9g35ek.conf diff --git a/conf/machine/at91sam9g35ek.conf b/conf/machine/at91sam9g35ek.conf new file mode 100644 index 0000000000..587d1e4b59 --- /dev/null +++ b/conf/machine/at91sam9g35ek.conf @@ -0,0 +1,34 @@ +#@TYPE: Machine +#@Name: Atmel AT91SAM9x5EK Development Platform +#@DESCRIPTION: Machine configuration for the at91sam9x5ek board with a at91sam9g35 CPU module + +include conf/machine/include/at91-2.6.39.inc +include conf/machine/include/at91-xserver-xorg.inc + +# Has linux config file in OpenEmbedded +# +# LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig" +# LINUX26_DEFCONFIG = "at91sam9g35ek_defconfig" + +# Supported u-boot machines +UBOOT_MACHINES = "\ + at91sam9x5ek_nandflash \ + at91sam9x5ek_dataflash \ + at91sam9x5ek \ + " + +AT91BOOTSTRAP_BOARD = " at91sam9x5df_defconfig \ + at91sam9x5nf_defconfig \ + at91sam9x5sd_defconfig \ + at91sam9x5sduboot_defconfig \ + " + +#800 * 480 Widescreen +MACHINE_DISPLAY_WIDTH_PIXELS = "800" +MACHINE_DISPLAY_HEIGHT_PIXELS = "480" +MACHINE_GUI_CLASS = "bigscreen" + +MACHINE_FEATURES += "usbhost" + + + -- cgit 1.2.3-korg