summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-07-05 18:15:55 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-07-21 10:59:32 -0300
commit4b9a587d6d781e5922ac7b747d8a9adf708994d9 (patch)
tree12f35ab9a2144043dcdb80db97261beae1b94dc9 /conf
parent97052301a516faa9ab8bc01b85d882b0884e98f4 (diff)
downloadmeta-fsl-arm-4b9a587d6d781e5922ac7b747d8a9adf708994d9.tar.gz
u-boot-fslc: Update to 2014.07-based release
This updates the FSL Community's U-Boot fork to a 2014.07-based release. Along with the recipe revision changes, this modifies the default kernel image to "zImage" as most machines maintained in meta-fsl-arm now uses it. The machines that are still using uImage are: - imx31pdk - imx35pdk - imx53ard - imx6dlsabreauto - imx6solosabreauto - imx6solosabresd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx31pdk.conf1
-rw-r--r--conf/machine/imx35pdk.conf1
-rw-r--r--conf/machine/imx53ard.conf1
-rw-r--r--conf/machine/imx6dlsabreauto.conf1
-rw-r--r--conf/machine/imx6solosabreauto.conf1
-rw-r--r--conf/machine/imx6solosabresd.conf1
-rw-r--r--conf/machine/include/imx-base.inc2
7 files changed, 7 insertions, 1 deletions
diff --git a/conf/machine/imx31pdk.conf b/conf/machine/imx31pdk.conf
index 50da78e..cf368eb 100644
--- a/conf/machine/imx31pdk.conf
+++ b/conf/machine/imx31pdk.conf
@@ -14,6 +14,7 @@ UBOOT_MAKE_TARGET = "u-boot-with-spl.bin"
14UBOOT_SUFFIX = "bin" 14UBOOT_SUFFIX = "bin"
15UBOOT_MACHINE = "mx31pdk_config" 15UBOOT_MACHINE = "mx31pdk_config"
16UBOOT_BINARY = "u-boot-with-spl.bin" 16UBOOT_BINARY = "u-boot-with-spl.bin"
17KERNEL_IMAGETYPE = "uImage"
17 18
18IMAGE_FSTYPES = "ubi jffs2 tar.bz2" 19IMAGE_FSTYPES = "ubi jffs2 tar.bz2"
19MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2030" 20MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2030"
diff --git a/conf/machine/imx35pdk.conf b/conf/machine/imx35pdk.conf
index b49e9f2..a3fc60c 100644
--- a/conf/machine/imx35pdk.conf
+++ b/conf/machine/imx35pdk.conf
@@ -12,6 +12,7 @@ UBOOT_MACHINE = "mx35pdk_config"
12UBOOT_SUFFIX = "bin" 12UBOOT_SUFFIX = "bin"
13UBOOT_BINARY = "u-boot.bin" 13UBOOT_BINARY = "u-boot.bin"
14UBOOT_MAKE_TARGET = "u-boot.bin" 14UBOOT_MAKE_TARGET = "u-boot.bin"
15KERNEL_IMAGETYPE = "uImage"
15 16
16GUI_MACHINE_CLASS = "bigscreen" 17GUI_MACHINE_CLASS = "bigscreen"
17 18
diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf
index 2da165a..8a64e22 100644
--- a/conf/machine/imx53ard.conf
+++ b/conf/machine/imx53ard.conf
@@ -12,6 +12,7 @@ SOC_FAMILY = "mx5:mx53"
12KERNEL_DEVICETREE = "imx53-ard.dtb" 12KERNEL_DEVICETREE = "imx53-ard.dtb"
13 13
14UBOOT_MACHINE = "mx53ard_config" 14UBOOT_MACHINE = "mx53ard_config"
15KERNEL_IMAGETYPE = "uImage"
15 16
16MACHINE_FIRMWARE += "linux-firmware-ar3k \ 17MACHINE_FIRMWARE += "linux-firmware-ar3k \
17 linux-firmware-ath6k" 18 linux-firmware-ath6k"
diff --git a/conf/machine/imx6dlsabreauto.conf b/conf/machine/imx6dlsabreauto.conf
index 29d79d5..6477ba4 100644
--- a/conf/machine/imx6dlsabreauto.conf
+++ b/conf/machine/imx6dlsabreauto.conf
@@ -13,6 +13,7 @@ KERNEL_DEVICETREE += "imx6dl-sabreauto-flexcan1.dtb "
13 13
14PREFERRED_PROVIDER_u-boot = "u-boot-imx" 14PREFERRED_PROVIDER_u-boot = "u-boot-imx"
15PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 15PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
16KERNEL_IMAGETYPE = "uImage"
16 17
17UBOOT_CONFIG ??= "sd" 18UBOOT_CONFIG ??= "sd"
18UBOOT_CONFIG[sd] = "mx6dlsabreauto_config,sdcard" 19UBOOT_CONFIG[sd] = "mx6dlsabreauto_config,sdcard"
diff --git a/conf/machine/imx6solosabreauto.conf b/conf/machine/imx6solosabreauto.conf
index 255c189..5f3782d 100644
--- a/conf/machine/imx6solosabreauto.conf
+++ b/conf/machine/imx6solosabreauto.conf
@@ -11,6 +11,7 @@ KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
11 11
12PREFERRED_PROVIDER_u-boot = "u-boot-imx" 12PREFERRED_PROVIDER_u-boot = "u-boot-imx"
13PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 13PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
14KERNEL_IMAGETYPE = "uImage"
14 15
15UBOOT_CONFIG ??= "sd" 16UBOOT_CONFIG ??= "sd"
16UBOOT_CONFIG[sd] = "mx6solosabreauto_config,sdcard" 17UBOOT_CONFIG[sd] = "mx6solosabreauto_config,sdcard"
diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf
index f670ed3..085463a 100644
--- a/conf/machine/imx6solosabresd.conf
+++ b/conf/machine/imx6solosabresd.conf
@@ -12,6 +12,7 @@ KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb"
12 12
13PREFERRED_PROVIDER_u-boot = "u-boot-imx" 13PREFERRED_PROVIDER_u-boot = "u-boot-imx"
14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
15KERNEL_IMAGETYPE = "uImage"
15 16
16UBOOT_CONFIG ??= "sd" 17UBOOT_CONFIG ??= "sd"
17UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard" 18UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard"
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 9ac5e8a..9f0217e 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -103,6 +103,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
103 103
104SERIAL_CONSOLE = "115200 ttymxc0" 104SERIAL_CONSOLE = "115200 ttymxc0"
105 105
106KERNEL_IMAGETYPE = "uImage" 106KERNEL_IMAGETYPE = "zImage"
107 107
108MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 108MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"