summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/imx23evk.conf1
-rw-r--r--conf/machine/imx28evk.conf1
-rw-r--r--conf/machine/imx51evk.conf2
-rw-r--r--conf/machine/imx53ard.conf2
-rw-r--r--conf/machine/imx53qsb.conf2
-rw-r--r--conf/machine/imx6qsabrelite.conf4
-rw-r--r--conf/machine/include/imx-base.inc2
7 files changed, 12 insertions, 2 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
index 2722b25..a4a9078 100644
--- a/conf/machine/imx23evk.conf
+++ b/conf/machine/imx23evk.conf
@@ -7,6 +7,7 @@ include conf/machine/include/mxs-base.inc
7IMXBOOTLETS_MACHINE = "stmp378x_dev" 7IMXBOOTLETS_MACHINE = "stmp378x_dev"
8 8
9KERNEL_IMAGETYPE = "zImage" 9KERNEL_IMAGETYPE = "zImage"
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-evk.dts"
10 11
11IMAGE_BOOTLOADER = "imx-bootlets" 12IMAGE_BOOTLOADER = "imx-bootlets"
12 13
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index c00d358..62c468f 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -13,6 +13,7 @@ UBOOT_MAKE_TARGET = "u-boot.sb"
13UBOOT_SUFFIX = "sb" 13UBOOT_SUFFIX = "sb"
14 14
15KERNEL_IMAGETYPE = "uImage" 15KERNEL_IMAGETYPE = "uImage"
16KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-evk.dts"
16 17
17SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" 18SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
18IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" 19IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
diff --git a/conf/machine/imx51evk.conf b/conf/machine/imx51evk.conf
index 0f6771d..5d7bbab 100644
--- a/conf/machine/imx51evk.conf
+++ b/conf/machine/imx51evk.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa8.inc
8 8
9SOC_FAMILY = "mx5" 9SOC_FAMILY = "mx5"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx51-babbage.dts"
12
11UBOOT_ENTRYPOINT = "0xa0000000" 13UBOOT_ENTRYPOINT = "0xa0000000"
12UBOOT_LOADADDRESS = "0xa0000000" 14UBOOT_LOADADDRESS = "0xa0000000"
13UBOOT_MACHINE = "mx51evk_config" 15UBOOT_MACHINE = "mx51evk_config"
diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf
index d4ff4d7..9b070d0 100644
--- a/conf/machine/imx53ard.conf
+++ b/conf/machine/imx53ard.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa8.inc
8 8
9SOC_FAMILY = "mx5" 9SOC_FAMILY = "mx5"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-ard.dts"
12
11UBOOT_ENTRYPOINT = "0x70800000" 13UBOOT_ENTRYPOINT = "0x70800000"
12UBOOT_LOADADDRESS = "0x70800000" 14UBOOT_LOADADDRESS = "0x70800000"
13UBOOT_MACHINE = "mx53ard_config" 15UBOOT_MACHINE = "mx53ard_config"
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
index 69aa7b0..ca73671 100644
--- a/conf/machine/imx53qsb.conf
+++ b/conf/machine/imx53qsb.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa8.inc
8 8
9SOC_FAMILY = "mx5" 9SOC_FAMILY = "mx5"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
12
11UBOOT_ENTRYPOINT = "0x70800000" 13UBOOT_ENTRYPOINT = "0x70800000"
12UBOOT_LOADADDRESS = "0x70800000" 14UBOOT_LOADADDRESS = "0x70800000"
13UBOOT_MACHINE = "mx53loco_config" 15UBOOT_MACHINE = "mx53loco_config"
diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf
index f26f9a1..85b0bc9 100644
--- a/conf/machine/imx6qsabrelite.conf
+++ b/conf/machine/imx6qsabrelite.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa9.inc
8 8
9SOC_FAMILY = "mx6" 9SOC_FAMILY = "mx6"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts"
12
11UBOOT_ENTRYPOINT = "0x10800000" 13UBOOT_ENTRYPOINT = "0x10800000"
12UBOOT_LOADADDRESS = "0x10800000" 14UBOOT_LOADADDRESS = "0x10800000"
13UBOOT_MACHINE = "mx6qsabrelite_config" 15UBOOT_MACHINE = "mx6qsabrelite_config"
@@ -18,7 +20,7 @@ XSERVER = "xserver-xorg-lite \
18 xf86-video-fbdev" 20 xf86-video-fbdev"
19MACHINE_EXTRA_RRECOMMENDS = "kernel-modules \ 21MACHINE_EXTRA_RRECOMMENDS = "kernel-modules \
20 imx-audio \ 22 imx-audio \
21 udev-extra-rules" 23 udev-extraconf"
22 24
23SERIAL_CONSOLE = "115200 ttymxc1" 25SERIAL_CONSOLE = "115200 ttymxc1"
24 26
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index cecbe86..8de0aea 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -19,7 +19,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
19MACHINE_EXTRA_RRECOMMENDS += "imx-audio \ 19MACHINE_EXTRA_RRECOMMENDS += "imx-audio \
20 imx-firmware \ 20 imx-firmware \
21 imx-lib \ 21 imx-lib \
22 udev-extra-rules \ 22 udev-extraconf \
23 " 23 "
24 24
25# Gstreamer plugin 25# Gstreamer plugin