From 9d4875fd723cc3501086631f00ec7ceb47a5b2e6 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Mon, 21 Feb 2011 16:10:22 +0100 Subject: ronetix-pm9g45: Added new machine, with kernel 2.6.30. --- conf/machine/ronetix-pm9g45.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/ronetix-pm9g45.conf (limited to 'conf') diff --git a/conf/machine/ronetix-pm9g45.conf b/conf/machine/ronetix-pm9g45.conf new file mode 100644 index 0000000000..766fe91ca6 --- /dev/null +++ b/conf/machine/ronetix-pm9g45.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@Name: Ronetix SAM9G45 +#@DESCRIPTION: Machine configuration for Ronetix module with AT91SAM9G45 processor + +include conf/machine/include/at91-2.6.30.inc +include conf/machine/include/at91-lcd.inc + +#PREFERRED_VERSION_linux = "2.6.30" + +# Has linux config file in OpenEmbedded +# +LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig" + +# Supported u-boot machines +UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config" +#UBOOT_MACHINE = "icnova_arm9sodimm_config" +UBOOT_ENTRYPOINT = "0x70008000" + +AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf" + +MACHINE_FEATURES += "usbhost" + -- cgit 1.2.3-korg