All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH 0/4] 3.10.31-1.1.0 Beta2 Patches
@ 2014-12-04 16:29 Lauren Post
  2014-12-04 16:29 ` [meta-fsl-arm][PATCH 1/4] linux-imx: Upgrade to 3.10.31-1.1.0 Beta 2 release Lauren Post
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lauren Post @ 2014-12-04 16:29 UTC (permalink / raw)
  To: meta-freescale

Update kernel, uboot-imx, imx-kobs to support imx6sxsabresd T01.2 silicon.

Lauren Post (4):
  linux-imx:  Upgrade to 3.10.31-1.1.0 Beta 2 release
  imx6sxsabresd:  Add imx6sx-sdb-reva device tree for supporting reva
    silicon
  u-boot-imx:  Upgrade to 3.10.31-1.1.0_beta2 release
  imx-kobs:  Upgrade to 3.10.31-1.1.0 beta2 version

 conf/machine/imx6sxsabresd.conf                    |    2 +-
 ..._3.10.17-1.0.0.bb => imx-kobs_3.10.31-1.1.0.bb} |    4 ++--
 recipes-bsp/u-boot/u-boot-imx_2014.04.bb           |    4 ++--
 recipes-kernel/linux/linux-imx_3.10.31.bb          |    6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)
 rename recipes-bsp/imx-kobs/{imx-kobs_3.10.17-1.0.0.bb => imx-kobs_3.10.31-1.1.0.bb} (66%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [meta-fsl-arm][PATCH 1/4] linux-imx: Upgrade to 3.10.31-1.1.0 Beta 2 release
  2014-12-04 16:29 [meta-fsl-arm][PATCH 0/4] 3.10.31-1.1.0 Beta2 Patches Lauren Post
@ 2014-12-04 16:29 ` Lauren Post
  2014-12-04 16:29 ` [meta-fsl-arm][PATCH 2/4] imx6sxsabresd: Add imx6sx-sdb-reva device tree for supporting reva silicon Lauren Post
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Lauren Post @ 2014-12-04 16:29 UTC (permalink / raw)
  To: meta-freescale

This kernel update supports imx6sxsabresd T01.2 silicon changes

Signed-off-by: Lauren Post <lauren.post@freescale.com>
---
 recipes-kernel/linux/linux-imx_3.10.31.bb |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-imx_3.10.31.bb b/recipes-kernel/linux/linux-imx_3.10.31.bb
index 10ad2f0..3382a0b 100644
--- a/recipes-kernel/linux/linux-imx_3.10.31.bb
+++ b/recipes-kernel/linux/linux-imx_3.10.31.bb
@@ -10,8 +10,8 @@ require recipes-kernel/linux/linux-dtb.inc
 
 DEPENDS += "lzop-native bc-native"
 
-SRCBRANCH = "imx_3.10.31_1.1.0_beta"
-SRCREV = "94a7e472c47b800c001c0a5d17bb2f14a13e1980"
-LOCALVERSION = "-1.1.0_beta"
+SRCBRANCH = "imx_3.10.31_1.1.0_beta2"
+SRCREV = "30ad12bdf93050a5bae1345bd40dba5f2d63f70f"
+LOCALVERSION = "-1.1.0_beta2"
 
 COMPATIBLE_MACHINE = "(mx6)"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-fsl-arm][PATCH 2/4] imx6sxsabresd: Add imx6sx-sdb-reva device tree for supporting reva silicon
  2014-12-04 16:29 [meta-fsl-arm][PATCH 0/4] 3.10.31-1.1.0 Beta2 Patches Lauren Post
  2014-12-04 16:29 ` [meta-fsl-arm][PATCH 1/4] linux-imx: Upgrade to 3.10.31-1.1.0 Beta 2 release Lauren Post
@ 2014-12-04 16:29 ` Lauren Post
  2014-12-04 16:29 ` [meta-fsl-arm][PATCH 3/4] u-boot-imx: Upgrade to 3.10.31-1.1.0_beta2 release Lauren Post
  2014-12-04 16:29 ` [meta-fsl-arm][PATCH 4/4] imx-kobs: Upgrade to 3.10.31-1.1.0 beta2 version Lauren Post
  3 siblings, 0 replies; 5+ messages in thread
From: Lauren Post @ 2014-12-04 16:29 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Lauren Post <lauren.post@freescale.com>
---
 conf/machine/imx6sxsabresd.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf
index 213672b..897b684 100644
--- a/conf/machine/imx6sxsabresd.conf
+++ b/conf/machine/imx6sxsabresd.conf
@@ -9,7 +9,7 @@ require conf/machine/include/imx6sabresd-common.inc
 SOC_FAMILY = "mx6:mx6sx"
 
 KERNEL_DEVICETREE = "imx6sx-sdb.dtb imx6sx-sdb-emmc.dtb imx6sx-sdb-m4.dtb \
-                     imx6sx-sdb-sai.dtb imx6sx-sdb-lcdif1.dtb imx6sx-sdb-canfd.dtb"
+                     imx6sx-sdb-sai.dtb imx6sx-sdb-lcdif1.dtb imx6sx-sdb-canfd.dtb imx6sx-sdb-reva.dtb"
 
 UBOOT_ENTRYPOINT = "0x80008000"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-fsl-arm][PATCH 3/4] u-boot-imx: Upgrade to 3.10.31-1.1.0_beta2 release
  2014-12-04 16:29 [meta-fsl-arm][PATCH 0/4] 3.10.31-1.1.0 Beta2 Patches Lauren Post
  2014-12-04 16:29 ` [meta-fsl-arm][PATCH 1/4] linux-imx: Upgrade to 3.10.31-1.1.0 Beta 2 release Lauren Post
  2014-12-04 16:29 ` [meta-fsl-arm][PATCH 2/4] imx6sxsabresd: Add imx6sx-sdb-reva device tree for supporting reva silicon Lauren Post
@ 2014-12-04 16:29 ` Lauren Post
  2014-12-04 16:29 ` [meta-fsl-arm][PATCH 4/4] imx-kobs: Upgrade to 3.10.31-1.1.0 beta2 version Lauren Post
  3 siblings, 0 replies; 5+ messages in thread
From: Lauren Post @ 2014-12-04 16:29 UTC (permalink / raw)
  To: meta-freescale

Upgrade to support imx6sxsabresd T01.2 silicon changes

Signed-off-by: Lauren Post <lauren.post@freescale.com>
---
 recipes-bsp/u-boot/u-boot-imx_2014.04.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
index bb48044..5f6c722 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
@@ -8,9 +8,9 @@ PROVIDES += "u-boot"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCBRANCH = "imx_v2014.04_3.10.31_1.1.0_beta"
+SRCBRANCH = "imx_v2014.04_3.10.31_1.1.0_beta2"
 SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
-SRCREV = "91cbd4d530f240042d112fc4166a143fa659524b"
+SRCREV = "7ebeb5ba8c3ed067bbf5d0ab885eb0384c7e7f75"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-fsl-arm][PATCH 4/4] imx-kobs: Upgrade to 3.10.31-1.1.0 beta2 version
  2014-12-04 16:29 [meta-fsl-arm][PATCH 0/4] 3.10.31-1.1.0 Beta2 Patches Lauren Post
                   ` (2 preceding siblings ...)
  2014-12-04 16:29 ` [meta-fsl-arm][PATCH 3/4] u-boot-imx: Upgrade to 3.10.31-1.1.0_beta2 release Lauren Post
@ 2014-12-04 16:29 ` Lauren Post
  3 siblings, 0 replies; 5+ messages in thread
From: Lauren Post @ 2014-12-04 16:29 UTC (permalink / raw)
  To: meta-freescale

Fixes for imx6sxsabresd T01.1 and T01.2 boot changes.

Signed-off-by: Lauren Post <lauren.post@freescale.com>
---
 ..._3.10.17-1.0.0.bb => imx-kobs_3.10.31-1.1.0.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-bsp/imx-kobs/{imx-kobs_3.10.17-1.0.0.bb => imx-kobs_3.10.31-1.1.0.bb} (66%)

diff --git a/recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb b/recipes-bsp/imx-kobs/imx-kobs_3.10.31-1.1.0.bb
similarity index 66%
rename from recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb
rename to recipes-bsp/imx-kobs/imx-kobs_3.10.31-1.1.0.bb
index 68a30ac..37fc0df 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_3.10.31-1.1.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 
 SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "df477a6ce9abfa3077fa1a7bb97942e1"
-SRC_URI[sha256sum] = "9458bac13a8e58e3d13cb2861d2b3d2cffd990e675c919c65548b71b6dda2776"
+SRC_URI[md5sum] = "7d83d73afc1fcd4767442ca35dd9fa35"
+SRC_URI[sha256sum] = "f7c0f7b5b876e4dd5c74c93f17ff2a5c8ab154aa89c32590a389e9602f0445e6"
 
 inherit  autotools pkgconfig
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-04 16:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-04 16:29 [meta-fsl-arm][PATCH 0/4] 3.10.31-1.1.0 Beta2 Patches Lauren Post
2014-12-04 16:29 ` [meta-fsl-arm][PATCH 1/4] linux-imx: Upgrade to 3.10.31-1.1.0 Beta 2 release Lauren Post
2014-12-04 16:29 ` [meta-fsl-arm][PATCH 2/4] imx6sxsabresd: Add imx6sx-sdb-reva device tree for supporting reva silicon Lauren Post
2014-12-04 16:29 ` [meta-fsl-arm][PATCH 3/4] u-boot-imx: Upgrade to 3.10.31-1.1.0_beta2 release Lauren Post
2014-12-04 16:29 ` [meta-fsl-arm][PATCH 4/4] imx-kobs: Upgrade to 3.10.31-1.1.0 beta2 version Lauren Post

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.