summaryrefslogtreecommitdiffstats
path: root/configs/mx53loco_defconfig
diff options
context:
space:
mode:
authorMathieu Briand <mbriand@adeneo-embedded.com>2012-02-13 10:43:46 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-02-17 14:48:50 +0100
commit28df1bc780c17f5fb340665ff89f05c9030b8b6f (patch)
tree2e86fbeced848362f1f10938a75f9fe2d9533dd7 /configs/mx53loco_defconfig
parent68f651954705e3f90ede5b3fb647ccdb6c9226bf (diff)
downloadbuildroot-novena-28df1bc780c17f5fb340665ff89f05c9030b8b6f.tar.gz
buildroot-novena-28df1bc780c17f5fb340665ff89f05c9030b8b6f.zip
configs: Add Freescale MX53 support
Buildroot config and Linux Kernel config. Freescale binaries (xf86 video driver and multimedia codecs) not supported yet. Signed-off-by: Mathieu Briand <mbriand@adeneo-embedded.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/mx53loco_defconfig')
-rw-r--r--configs/mx53loco_defconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
new file mode 100644
index 000000000..eab5b1869
--- /dev/null
+++ b/configs/mx53loco_defconfig
@@ -0,0 +1,18 @@
+# Architecture
+BR2_arm=y
+BR2_cortex_a8=y
+
+# System
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="mx53_loco"
+BR2_TARGET_UBOOT_CUSTOM_GIT=y
+BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="http://opensource.freescale.com/pub/scm/imx/uboot-imx.git"
+BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="rel_imx_2.6.35_11.09.01"
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="http://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="rel_imx_2.6.35_11.09.01"
+BR2_LINUX_KERNEL_DEFCONFIG="imx5"