summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb)8
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2014.01.bb7
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2014.07.bb6
10 files changed, 17 insertions, 12 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"
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
index 298f1c0..6ba1552 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
@@ -5,10 +5,10 @@ SECTION = "bootloader"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2014.01" 8PV = "v2014.07"
9 9
10SRCREV = "f5d80303de12e6fefc022426a73136a288f70294" 10SRCREV = "524123a70761110c5cf3ccc5f52f6d4da071b959"
11SRCBRANCH = "patches-2014.01" 11SRCBRANCH = "patches-2014.07"
12SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" 12SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
16EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' 16EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y'
17 17
18do_compile () { 18do_compile () {
19 oe_runmake tools 19 oe_runmake tools-only
20} 20}
21 21
22do_install () { 22do_install () {
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb
deleted file mode 100644
index f6d4657..0000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1include u-boot-fslc.inc
2
3PV = "v2014.01"
4
5SRCBRANCH = "patches-2014.01"
6
7SRCREV = "f5d80303de12e6fefc022426a73136a288f70294"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
new file mode 100644
index 0000000..efccca6
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
@@ -0,0 +1,6 @@
1include u-boot-fslc.inc
2
3PV = "v2014.07"
4
5SRCREV = "524123a70761110c5cf3ccc5f52f6d4da071b959"
6SRCBRANCH = "patches-2014.07"