aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx35pdk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx35pdk.conf')
-rw-r--r--conf/machine/imx35pdk.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/imx35pdk.conf b/conf/machine/imx35pdk.conf
new file mode 100644
index 00000000..a3fc60cb
--- /dev/null
+++ b/conf/machine/imx35pdk.conf
@@ -0,0 +1,25 @@
+#@TYPE: Machine
+#@NAME: Freescale i.MX35 Platform Development Kit
+#@SOC: i.MX35
+#@DESCRIPTION: Machine configuration for Freescale i.MX35 Platform Development Kit
+
+include conf/machine/include/imx-base.inc
+require conf/machine/include/tune-arm1136jf-s.inc
+
+SOC_FAMILY = "mx3:mx35"
+
+UBOOT_MACHINE = "mx35pdk_config"
+UBOOT_SUFFIX = "bin"
+UBOOT_BINARY = "u-boot.bin"
+UBOOT_MAKE_TARGET = "u-boot.bin"
+KERNEL_IMAGETYPE = "uImage"
+
+GUI_MACHINE_CLASS = "bigscreen"
+
+ROOT_FLASH_SIZE = "256"
+
+JFFS2_ERASEBLOCK = "0x20000"
+
+IMAGE_FSTYPES += "jffs2 tar.bz2"
+
+MACHINE_FEATURES += "ext2 ext3 screen"