aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-05-03 22:40:51 +0000
committerEric Bénard <eric@eukrea.com>2011-05-14 15:33:07 +0200
commitbbb61acb3676381630667030907da5f5f2eddc26 (patch)
tree9fb0360a0d0d216efd636d19c01d6281119e1dac /conf/machine/include
parentd824f308f394af13ef1aaed4e80b89bd4807194a (diff)
downloadopenembedded-bbb61acb3676381630667030907da5f5f2eddc26.tar.gz
mx28evk: Add new machine definition
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/imx28.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/include/imx28.inc b/conf/machine/include/imx28.inc
new file mode 100644
index 0000000000..38248a8f9a
--- /dev/null
+++ b/conf/machine/include/imx28.inc
@@ -0,0 +1,19 @@
+SOC_FAMILY = "mx28"
+TARGET_ARCH = "arm"
+
+require conf/machine/include/tune-arm926ejs.inc
+
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+
+# Increase this everytime you change something in the kernel
+MACHINE_KERNEL_PR = "r0"
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ENTRYPOINT = "0x8000"
+UBOOT_LOADADDRESS = "0x8000"
+
+EXTRA_IMAGEDEPENDS += "u-boot"
+
+IMAGE_FSTYPES += "jffs2 tar.bz2"
+