From patchwork Sun May 15 07:43:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: at91: Add support for at91cap9stk Date: Sun, 15 May 2011 07:43:10 -0000 From: Ulf Samuelsson X-Patchwork-Id: 4069 Message-Id: <1305445390-4253-1-git-send-email-ulf.samuelsson@atmel.com> To: openembedded-devel@lists.openembedded.org Cc: Ulf Samuelsson From: Ulf Samuelsson Signed-off-by: Ulf Samuelsson --- conf/machine/at91cap9stk.conf | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 conf/machine/at91cap9stk.conf diff --git a/conf/machine/at91cap9stk.conf b/conf/machine/at91cap9stk.conf new file mode 100644 index 0000000..5a6385f --- /dev/null +++ b/conf/machine/at91cap9stk.conf @@ -0,0 +1,21 @@ +#@TYPE: Machine +#@Name: Atmel AT91CAP9STK Development Platform +#@DESCRIPTION: Machine configuration for the at91cap9stk board with a at91cap9 processor + +include conf/machine/include/at91-2.6.38.inc +include conf/machine/include/at91-lcd.inc + +# Has linux config file in OpenEmbedded +# +# LINUX26_DEFCONFIG = "at91cap9stk_defconfig" + + +# Supported u-boot machines +UBOOT_MACHINE = "at91cap9adk_config" + +UBOOT_MACHINES = " at91cap9adk " + +AT91BOOTSTRAP_BOARD = " at91cap9stk at91cap9stkdf at91cap9stkf " + +MACHINE_FEATURES += " usbhost " +