All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5
@ 2014-01-07 13:09 b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 01/30] asf: update the SHA for " b28495
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

These patches update to latest code released on git.freescale.com.

It based on previous backport patch series.

Chunrong Guo (1):
  c293pcie: add machine configure file

Ting Liu (8):
  u-boot: replace tab with 4 spaces
  u-boot: simplify the compile steps
  u-boot: use spl version for sd and spi image
  update BOOTFORMAT_CONFIG for p1/p2 rdb boards
  asf: update license to dual GPL/BSD
  asf: add rdepend on ipsec-tools
  conf/machine/*: make KERNEL_DEVICETREE overridable
  conf/machine/*: make KERNEL_DEFCONFIG overridable

Zhenhua Luo (20):
  asf: update the SHA for SDK 1.5
  boot-format: update the SHA for SDK 1.5
  flib: update SHA for SDK 1.5
  fm-ucode: update SHA for SDK 1.5
  fmc: update SHA for SDK 1.5
  fmlib: remove unused patch
  hv-cfg: update SHA for SDK 1.5
  hypervisor: update SHA for SDK 1.5
  linux: update SHA for SDK 1.5
  qemu: update SHA for SDK 1.5
  rcw: update SHA for SDK 1.5
  skmm: remove obsolete recipe
  skmm-ep: add recipe
  u-boot: update SHA for SDK 1.5
  usdpaa: update SHA for SDK 1.5
  cst: update SHA for SDK 1.5
  eth-config: update SHA for SDK 1.5
  fmlib: update SHA for SDK 1.5
  b4/t4: use e6500rev2_defconfig as default config
  p1010rdb: update machine conf to support P1010RDB-PB

Zongchun Yu (1):
  u-boot:add support for fsl external toolchain

 conf/machine/b4420qds-64b.conf                     |    5 +-
 conf/machine/b4420qds.conf                         |    5 +-
 conf/machine/b4860qds-64b.conf                     |    4 +-
 conf/machine/b4860qds.conf                         |    4 +-
 conf/machine/bsc9131rdb.conf                       |    4 +-
 conf/machine/bsc9132qds.conf                       |    4 +-
 conf/machine/c293pcie.conf                         |   17 ++
 conf/machine/p1010rdb.conf                         |   10 +-
 conf/machine/p1020rdb.conf                         |    6 +-
 conf/machine/p1021rdb.conf                         |    6 +-
 conf/machine/p1022ds.conf                          |    6 +-
 conf/machine/p1023rdb.conf                         |    4 +-
 conf/machine/p1025twr.conf                         |    4 +-
 conf/machine/p2020ds.conf                          |    4 +-
 conf/machine/p2020rdb.conf                         |    6 +-
 conf/machine/p2041rdb.conf                         |    4 +-
 conf/machine/p3041ds.conf                          |    4 +-
 conf/machine/p4080ds.conf                          |    4 +-
 conf/machine/p5020ds-64b.conf                      |    4 +-
 conf/machine/p5020ds.conf                          |    4 +-
 conf/machine/p5040ds-64b.conf                      |    4 +-
 conf/machine/p5040ds.conf                          |    4 +-
 conf/machine/t4160qds-64b.conf                     |    4 +-
 conf/machine/t4160qds.conf                         |    4 +-
 conf/machine/t4240qds-64b.conf                     |    4 +-
 conf/machine/t4240qds.conf                         |    4 +-
 recipes-bsp/boot-format/boot-format_git.bb         |    2 +-
 recipes-bsp/rcw/rcw_git.bb                         |    2 +-
 recipes-bsp/u-boot/u-boot_git.bb                   |  213 ++++++++++----------
 recipes-devtools/qemu/qemu_fslgit.bb               |    2 +-
 recipes-dpaa/eth-config/eth-config_git.bb          |    2 +-
 recipes-dpaa/flib/flib_git.bb                      |    2 +-
 recipes-dpaa/fm-ucode/fm-ucode_git.bb              |    2 +-
 recipes-dpaa/fmc/fmc_git.bb                        |    2 +-
 ...ake-the-library-install-path-configurable.patch |   43 ----
 recipes-dpaa/fmlib/fmlib_git.bb                    |    2 +-
 recipes-dpaa/usdpaa/usdpaa_git.bb                  |   11 +-
 recipes-extended/cst/cst_git.bb                    |    2 +-
 .../skmm-ep/skmm-ep_git.bb                         |   18 +-
 recipes-kernel/asf/asf_git.bb                      |    7 +-
 recipes-kernel/linux/linux-qoriq-sdk.inc           |    2 +-
 recipes-virtualization/hv-cfg/hv-cfg_git.bb        |    2 +-
 .../hypervisor/hypervisor_git.bb                   |    4 +-
 43 files changed, 217 insertions(+), 234 deletions(-)
 create mode 100644 conf/machine/c293pcie.conf
 delete mode 100644 recipes-dpaa/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch
 rename recipes-kernel/skmm/skmm_git.bb => recipes-extended/skmm-ep/skmm-ep_git.bb (53%)

-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 01/30] asf: update the SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 02/30] boot-format: " b28495
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-kernel/asf/asf_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb
index 7cc23cd..15e2af5 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9960b017720861b8c50c8c08723e57aa"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git"
-SRCREV = "0b80c1df6a7490486d5106b28103598906793da0"
+SRCREV = "c262d7701af325b50cae54279a021ae7b5081e24"
 
 DEPENDS="virtual/kernel"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 02/30] boot-format: update the SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 01/30] asf: update the SHA for " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 03/30] flib: update " b28495
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-bsp/boot-format/boot-format_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-bsp/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb
index ac1504d..f19288e 100644
--- a/recipes-bsp/boot-format/boot-format_git.bb
+++ b/recipes-bsp/boot-format/boot-format_git.bb
@@ -4,7 +4,7 @@ PR = "r6"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git"
-SRCREV = "d9bbfaba0c9316ae33455099c47bae429479e530"
+SRCREV = "3d5f5ae1461eb14927a89eea12a841983e151ec7"
 
 S = "${WORKDIR}/git"
 EXTRA_OEMAKE = 'CC="${CC}"'
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 03/30] flib: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 01/30] asf: update the SHA for " b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 02/30] boot-format: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 04/30] fm-ucode: " b28495
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-dpaa/flib/flib_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb
index fb3f698..9ef4b9f 100644
--- a/recipes-dpaa/flib/flib_git.bb
+++ b/recipes-dpaa/flib/flib_git.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD & GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git"
-SRCREV = "ff692ad3c286a07717c6677177825889fe17d450"
+SRCREV = "bb6162efa0767fc515c87a51191a9edba4750426"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 04/30] fm-ucode: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (2 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 03/30] flib: update " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 05/30] fmc: " b28495
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-dpaa/fm-ucode/fm-ucode_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
index 76d00b9..0234a6c 100644
--- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb
+++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
@@ -9,7 +9,7 @@ COMPATIBLE_MACHINE = "(p1023rdb|p2041rdb|p3041ds|p4080ds|p5020ds|p5040ds|p5020ds
 inherit deploy
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git"
-SRCREV = "4ca0e41de225b34962e1517c2c75bbb31a381e1a"
+SRCREV = "c8fe73d734ed733f39c80aa3a8f167808ba3913c"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 05/30] fmc: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (3 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 04/30] fm-ucode: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 06/30] fmlib: remove unused patch b28495
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-dpaa/fmc/fmc_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-dpaa/fmc/fmc_git.bb b/recipes-dpaa/fmc/fmc_git.bb
index 20f93f6..b3cfac2 100644
--- a/recipes-dpaa/fmc/fmc_git.bb
+++ b/recipes-dpaa/fmc/fmc_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c"
 PR = "r2"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git"
-SRCREV = "f2e1a831a96f1d04d3d5a5970d2e54c38098cf39"
+SRCREV = "363f8497cf04d242c477b12a21f679b2ec9e3fa4"
 
 DEPENDS = "libxml2 fmlib tclap"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 06/30] fmlib: remove unused patch
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (4 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 05/30] fmc: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 07/30] hv-cfg: update SHA for SDK 1.5 b28495
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 ...ake-the-library-install-path-configurable.patch |   43 --------------------
 1 files changed, 0 insertions(+), 43 deletions(-)
 delete mode 100644 recipes-dpaa/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch

diff --git a/recipes-dpaa/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch b/recipes-dpaa/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch
deleted file mode 100644
index 4894ce3..0000000
--- a/recipes-dpaa/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 67b539d256520f95f3c8101f4605ea6d496982df Mon Sep 17 00:00:00 2001
-From: Zhenhua Luo <b19537@freescale.com>
-Date: Thu, 18 Oct 2012 17:28:00 +0300
-Subject: [PATCH] fm-lib: make the library install path configurable
-
-currently library for both 32bit target and 64bit target
-is installed in /usr/lib folder, add a variable to make the
-install path configurable
-
-Signed-off-by: Zhenhua Luo <b19537@freescale.com>
----
- Makefile |    8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 06fe930..d59f44a 100644
---- a/Makefile
-+++ b/Makefile
-@@ -59,6 +59,8 @@ endif
- 
- INSTALL?=install
- 
-+LIB_DEST_DIR?=$(PREFIX)/lib
-+
- # Don't forget to increment .version before doing a new release!
- FM_LIB_VERSION:=$(shell cat .version)
- 
-@@ -118,9 +120,9 @@ archive: all .version
- 
- install-%: %.a
- 	@(echo "Installing...")
--	@($(INSTALL) -d $(DESTDIR)$(PREFIX)/lib)
--	@($(INSTALL) $< $(DESTDIR)$(PREFIX)/lib)
--	@(ln -s $(DESTDIR)$(PREFIX)/lib/$< $(DESTDIR)$(PREFIX)/lib/libfm.a)
-+	@($(INSTALL) -d $(DESTDIR)$(LIB_DEST_DIR))
-+	@($(INSTALL) $< $(DESTDIR)$(LIB_DEST_DIR))
-+	@(ln -s $(DESTDIR)$(LIB_DEST_DIR)/$< $(DESTDIR)$(LIB_DEST_DIR)/libfm.a)
- 	@(cp -r -p ./include $(DESTDIR)$(PREFIX))
- 	@($(INSTALL) -d $(DESTDIR)$(PREFIX)/share/doc/fm-lib-$(FM_LIB_VERSION))
- 	@($(INSTALL) $(FM_LIB_DOCFILES) $(DESTDIR)$(PREFIX)/share/doc/fm-lib-$(FM_LIB_VERSION))
--- 
-1.7.9.5
-
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 07/30] hv-cfg: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (5 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 06/30] fmlib: remove unused patch b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 08/30] hypervisor: " b28495
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-virtualization/hv-cfg/hv-cfg_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
index 2c6bb85..e222914 100644
--- a/recipes-virtualization/hv-cfg/hv-cfg_git.bb
+++ b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
@@ -20,7 +20,7 @@ COMPATIBLE_HOST ?= "(none)"
 
 inherit deploy
 
-SRCREV = "d037ab9d5b9ecd58e10a7dac2b601d781ed9b5bf"
+SRCREV = "39f1e585e0a70634e009b2e720407b27f787ace1"
 SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git"
 
 S = "${WORKDIR}/git"
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 08/30] hypervisor: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (6 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 07/30] hv-cfg: update SHA for SDK 1.5 b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 09/30] linux: " b28495
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 .../hypervisor/hypervisor_git.bb                   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb
index dc86406..682cea7 100644
--- a/recipes-virtualization/hypervisor/hypervisor_git.bb
+++ b/recipes-virtualization/hypervisor/hypervisor_git.bb
@@ -22,9 +22,9 @@ SRC_URI = " \
 	  "
 
 SRCREV_FORMAT="hypervisor"
-SRCREV = "e6092cdf2a225c66c1ea46b1151eb828da29d139"
+SRCREV = "acbde15272d46a80bcf4a00d7d18ca4a86e49c16"
 SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac"
-SRCREV_libos = "5268371581f3ef3959be2a53235edfa6a8c6aa7c"
+SRCREV_libos = "4691387e15be78d140142104f30b3f356281c46a"
 SRCREV_dtc = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0"
 SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 09/30] linux: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (7 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 08/30] hypervisor: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 10/30] qemu: " b28495
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-kernel/linux/linux-qoriq-sdk.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc
index 1c66f9b..09059fc 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk.inc
+++ b/recipes-kernel/linux/linux-qoriq-sdk.inc
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 PV = "3.8"
 INC_PR = "r11"
 
-SRCREV = "4b66366af2d77de68f4bd6548d07421e13d3df05"
+SRCREV = "3edd71eeb4e4ae27baf539e0a5f0c8e8261bf65b"
 SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \
 	  "
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 10/30] qemu: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (8 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 09/30] linux: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 11/30] rcw: " b28495
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-devtools/qemu/qemu_fslgit.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index 186e538..57de805 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
 PV = "1.4+fsl"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
-SRCREV = "8713c58725df407dbbedb48fa315248d0100720c"
+SRCREV = "99231018edf75522aea2630e4089c9163566fb73"
 
 SRC_URI += " \
    file://0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch \
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 11/30] rcw: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (9 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 10/30] qemu: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 12/30] skmm: remove obsolete recipe b28495
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-bsp/rcw/rcw_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 7d87783..d43be40 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -14,7 +14,7 @@ COMPATIBLE_HOST ?= "(none)"
 inherit deploy
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git"
-SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997"
+SRCREV = "bc38737b5cb08336a075cb38481881f87b33b7a1"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 12/30] skmm: remove obsolete recipe
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (10 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 11/30] rcw: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 13/30] skmm-ep: add recipe b28495
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-kernel/skmm/skmm_git.bb |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)
 delete mode 100644 recipes-kernel/skmm/skmm_git.bb

diff --git a/recipes-kernel/skmm/skmm_git.bb b/recipes-kernel/skmm/skmm_git.bb
deleted file mode 100644
index 224e556..0000000
--- a/recipes-kernel/skmm/skmm_git.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "SKMM application for PCIe endpoint"
-SECTION = "skmm"
-LICENSE = "BSD & GPLv2"
-LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f"
-
-DEPENDS = "libedit"
-
-SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git"
-SRCREV = "80d8393a2033b3b0cc8f885702d7b288956f3a37"
-
-COMPATIBLE_MACHINE = "(p4080ds|t4240qds)"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE = 'MACHINE=${MACHINE}'
-
-export LIBEDIT_CFLAGS="$(pkg-config --cflags libedit)"
-export LIBEDIT_LDFLAGS="$(pkg-config --libs --static libedit)"
-
-do_compile () {
-	export ARCH=${TARGET_ARCH}
-	oe_runmake HOST=x86_64 clean
-	oe_runmake HOST=x86_64
-	oe_runmake HOST=powerpc clean
-	oe_runmake HOST=powerpc
-}
-
-do_install () {
-	oe_runmake ARCH=${TARGET_ARCH} HOST=x86_64 install DESTDIR=${D}
-	oe_runmake ARCH=${TARGET_ARCH} HOST=powerpc install DESTDIR=${D}
-}
-
-FILES_${PN} += "/home/root/.skmm/*"
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 13/30] skmm-ep: add recipe
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (11 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 12/30] skmm: remove obsolete recipe b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 14/30] u-boot:add support for fsl external toolchain b28495
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-extended/skmm-ep/skmm-ep_git.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 recipes-extended/skmm-ep/skmm-ep_git.bb

diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb
new file mode 100644
index 0000000..664bb51
--- /dev/null
+++ b/recipes-extended/skmm-ep/skmm-ep_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "SKMM application for PCIe endpoint"
+SECTION = "skmm-ep"
+LICENSE = "BSD & GPLv2"
+LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f"
+
+DEPENDS = "libedit openssl"
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git"
+SRCREV = "448522aa1ba3f0c4a1481631dc1c3b168d410a61"
+
+COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = 'MACHINE=${MACHINE}'
+
+export LIBEDIT_CFLAGS="$(pkg-config --cflags libedit)"
+export LIBEDIT_LDFLAGS="$(pkg-config --libs --static libedit)"
+
+do_compile () {
+	export ARCH=${TARGET_ARCH}
+	oe_runmake
+}
+
+do_install () {
+	oe_runmake ARCH=${TARGET_ARCH} install DESTDIR=${D}
+}
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 14/30] u-boot:add support for fsl external toolchain
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (12 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 13/30] skmm-ep: add recipe b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 15/30] u-boot: replace tab with 4 spaces b28495
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zongchun Yu <Zongchun.Yu@freescale.com>

Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
Tested-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-bsp/u-boot/u-boot_git.bb |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 008e253..5954fc6 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
 
 PR = "r30"
 INHIBIT_DEFAULT_DEPS = "1"
-DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
+DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}"
 
 inherit deploy
 
@@ -15,6 +15,9 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git"
 SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e"
 
 python () {
+	if d.getVar("TCMODE", True) == "external-fsl":
+		return
+
 	ml = d.getVar("MULTILIB_VARIANTS", True)
 	arch = d.getVar("OVERRIDES", True)
 
@@ -22,20 +25,18 @@ python () {
 		raise bb.parse.SkipPackage("Building the u-boot for this arch requires multilib to be enabled")
 }
 
-DEPENDS_append_e5500-64b = " lib32-gcc-cross lib32-libgcc"
+DEPENDS_append_e5500-64b = "${@base_contains('TCMODE', 'external-fsl', '', ' lib32-gcc-cross lib32-libgcc', d)}"
 PATH_append_e5500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
-TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}"
-TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
-WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
+TOOLCHAIN_OPTIONS_append_e5500-64b = "${@base_contains('TCMODE', 'external-fsl', '', '/../lib32-${MACHINE}', d)}"
+TARGET_VENDOR_virtclass-multilib-lib32 ?= "${@base_contains('TCMODE', 'external-fsl', '', '-${DISTRO}mllib32', d)}"
+WRAP_TARGET_PREFIX_e5500-64b := "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
 
-DEPENDS_append_e6500-64b = " lib32-gcc-cross lib32-libgcc"
+DEPENDS_append_e6500-64b = "${@base_contains('TCMODE', 'external-fsl', '', ' lib32-gcc-cross lib32-libgcc', d)}"
 PATH_append_e6500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
-TOOLCHAIN_OPTIONS_append_e6500-64b = "/../lib32-${MACHINE}"
-TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
-WRAP_TARGET_PREFIX_e6500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
-
+TOOLCHAIN_OPTIONS_append_e6500-64b = "${@base_contains('TCMODE', 'external-fsl', '', '/../lib32-${MACHINE}', d)}"
+TARGET_VENDOR_virtclass-multilib-lib32 ?= "${@base_contains('TCMODE', 'external-fsl', '', '-${DISTRO}mllib32', d)}"
+WRAP_TARGET_PREFIX_e6500-64b := "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
 WRAP_TARGET_PREFIX = "${TARGET_PREFIX}"
-EXTRA_OEMAKE = 'CROSS_COMPILE=${WRAP_TARGET_PREFIX} CC="${WRAP_TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -44,6 +45,9 @@ UBOOT_LOCALVERSION = "${@d.getVar('SDK_VERSION', True).partition(' ')[0]}"
 USRC ?= ""
 S = '${@base_conditional("USRC", "", "${WORKDIR}/git", "${USRC}", d)}'
 
+CROSS_COMPILE = '${@base_conditional("TCMODE", "external-fsl", "${TARGET_PREFIX}", "${WRAP_TARGET_PREFIX}", d)}'
+EXTRA_OEMAKE = 'CROSS_COMPILE=${CROSS_COMPILE} CC="${CROSS_COMPILE}gcc ${TOOLCHAIN_OPTIONS}"'
+
 do_compile () {
 	unset LDFLAGS
 	unset CFLAGS
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 15/30] u-boot: replace tab with 4 spaces
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (13 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 14/30] u-boot:add support for fsl external toolchain b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 16/30] u-boot: simplify the compile steps b28495
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 recipes-bsp/u-boot/u-boot_git.bb |  174 +++++++++++++++++++-------------------
 1 files changed, 87 insertions(+), 87 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 5954fc6..f11b517 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -15,14 +15,14 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git"
 SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e"
 
 python () {
-	if d.getVar("TCMODE", True) == "external-fsl":
-		return
+    if d.getVar("TCMODE", True) == "external-fsl":
+        return
 
-	ml = d.getVar("MULTILIB_VARIANTS", True)
-	arch = d.getVar("OVERRIDES", True)
+    ml = d.getVar("MULTILIB_VARIANTS", True)
+    arch = d.getVar("OVERRIDES", True)
 
-	if ("e5500-64b:" in arch or "e6500-64b:" in arch) and not "lib32" in ml:
-		raise bb.parse.SkipPackage("Building the u-boot for this arch requires multilib to be enabled")
+    if ("e5500-64b:" in arch or "e6500-64b:" in arch) and not "lib32" in ml:
+        raise bb.parse.SkipPackage("Building the u-boot for this arch requires multilib to be enabled")
 }
 
 DEPENDS_append_e5500-64b = "${@base_contains('TCMODE', 'external-fsl', '', ' lib32-gcc-cross lib32-libgcc', d)}"
@@ -49,99 +49,99 @@ CROSS_COMPILE = '${@base_conditional("TCMODE", "external-fsl", "${TARGET_PREFIX}
 EXTRA_OEMAKE = 'CROSS_COMPILE=${CROSS_COMPILE} CC="${CROSS_COMPILE}gcc ${TOOLCHAIN_OPTIONS}"'
 
 do_compile () {
-	unset LDFLAGS
-	unset CFLAGS
-	unset CPPFLAGS
-
-        if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
-        then
-            echo ${UBOOT_LOCALVERSION} > ${B}/.scmversion
-            echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
-        fi
-
-	if [ "x${UBOOT_MACHINES}" = "x" ]; then
-		UBOOT_MACHINES=${UBOOT_MACHINE}
-	fi
-
-	for board in ${UBOOT_MACHINES}; do
-		oe_runmake O=${board} distclean
-		oe_runmake O=${board} ${board}
-		oe_runmake O=${board} all
-
-		case "${board}" in
-		*SDCARD*)	UBOOT_TARGET="u-boot-sd";;
-		*SPIFLASH*)	UBOOT_TARGET="u-boot-spi";;
-		*NAND*)		UBOOT_TARGET="u-boot-nand";;
-		*)		UBOOT_TARGET="";;
-		esac
-
-		if [ "x${UBOOT_TARGET}" != "x" ]; then
-			if [ "${UBOOT_TARGET}" = "u-boot-sd" ]; then
-				cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
+    unset LDFLAGS
+    unset CFLAGS
+    unset CPPFLAGS
+
+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
+    then
+        echo ${UBOOT_LOCALVERSION} > ${B}/.scmversion
+        echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
+    fi
+
+    if [ "x${UBOOT_MACHINES}" = "x" ]; then
+        UBOOT_MACHINES=${UBOOT_MACHINE}
+    fi
+
+    for board in ${UBOOT_MACHINES}; do
+        oe_runmake O=${board} distclean
+        oe_runmake O=${board} ${board}
+        oe_runmake O=${board} all
+
+        case "${board}" in
+            *SDCARD*)   UBOOT_TARGET="u-boot-sd";;
+            *SPIFLASH*) UBOOT_TARGET="u-boot-spi";;
+            *NAND*)     UBOOT_TARGET="u-boot-nand";;
+            *)      UBOOT_TARGET="";;
+        esac
+
+        if [ "x${UBOOT_TARGET}" != "x" ]; then
+            if [ "${UBOOT_TARGET}" = "u-boot-sd" ]; then
+                cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
             elif [ "${UBOOT_TARGET}" = "u-boot-nand" ];then
-				if [ "${DEFAULTTUNE}" = "ppce500v2" ];then
-                    if echo $board |egrep "(P1010RDB|P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB|BSC9131RDB|BSC9132QDS)" 2>&1 >/dev/null;then
+                if [ "${DEFAULTTUNE}" = "ppce500v2" ];then
+                    if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB|BSC9131)";then
                         cp ${S}/${board}/u-boot-with-spl.bin ${S}/${board}/${UBOOT_TARGET}.bin
                     fi
                 else
                     cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
                 fi
-			else
-				if [ -n "${BOOTFORMAT_CONFIG}" ];then
-               			     	${STAGING_BINDIR_NATIVE}/boot_format \
-						${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \
-						${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin
-                		else
-                    			cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
-                		fi
-			fi 
-		fi
-	done
+            else
+                if [ -n "${BOOTFORMAT_CONFIG}" ];then
+                    ${STAGING_BINDIR_NATIVE}/boot_format \
+                    ${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \
+                    ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin
+                else
+                    cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
+                fi
+            fi
+        fi
+    done
 }
 
 do_install(){
-	if [ "x${UBOOT_MACHINES}" = "x" ]; then
-		UBOOT_MACHINES=${UBOOT_MACHINE}
-	fi
-
-	for board in ${UBOOT_MACHINES}; do
-		case "${board}" in
-		*SDCARD*)	UBOOT_TARGET="u-boot-sd";;
-		*SPIFLASH*)	UBOOT_TARGET="u-boot-spi";;
-		*NAND*)		UBOOT_TARGET="u-boot-nand";;
-		*)		UBOOT_TARGET="u-boot";;
-		esac
-
-		if [ -f ${S}/${board}/${UBOOT_TARGET}.bin ]; then
-			mkdir -p ${D}/boot/
-			install ${S}/${board}/${UBOOT_TARGET}.bin ${D}/boot/${UBOOT_TARGET}-${board}-${PV}-${PR}.bin
-			ln -sf ${UBOOT_TARGET}-${board}-${PV}-${PR}.bin ${D}/boot/${UBOOT_TARGET}.bin
-		fi
-	done
+    if [ "x${UBOOT_MACHINES}" = "x" ]; then
+        UBOOT_MACHINES=${UBOOT_MACHINE}
+    fi
+
+    for board in ${UBOOT_MACHINES}; do
+        case "${board}" in
+            *SDCARD*)   UBOOT_TARGET="u-boot-sd";;
+            *SPIFLASH*) UBOOT_TARGET="u-boot-spi";;
+            *NAND*)     UBOOT_TARGET="u-boot-nand";;
+            *)      UBOOT_TARGET="u-boot";;
+        esac
+
+        if [ -f ${S}/${board}/${UBOOT_TARGET}.bin ]; then
+            mkdir -p ${D}/boot/
+            install ${S}/${board}/${UBOOT_TARGET}.bin ${D}/boot/${UBOOT_TARGET}-${board}-${PV}-${PR}.bin
+            ln -sf ${UBOOT_TARGET}-${board}-${PV}-${PR}.bin ${D}/boot/${UBOOT_TARGET}.bin
+        fi
+    done
 }
 
 do_deploy(){
-	if [ "x${UBOOT_MACHINES}" = "x" ]; then
-		UBOOT_MACHINES=${UBOOT_MACHINE}
-	fi
-
-	for board in ${UBOOT_MACHINES}; do
-		case "${board}" in
-		*SDCARD*)	UBOOT_TARGET="u-boot-sd";;
-		*SPIFLASH*)	UBOOT_TARGET="u-boot-spi";;
-		*NAND*)		UBOOT_TARGET="u-boot-nand";;
-		*)		UBOOT_TARGET="u-boot";;
-		esac
-
-	        if [ -f ${S}/${board}/${UBOOT_TARGET}.bin ]; then
-			mkdir -p ${DEPLOYDIR}
-			install ${S}/${board}/${UBOOT_TARGET}.bin ${DEPLOYDIR}/${UBOOT_TARGET}-${board}-${PV}-${PR}.bin
-
-			cd ${DEPLOYDIR}
-			rm -f ${UBOOT_TARGET}-${board}.bin
-                        ln -sf ${UBOOT_TARGET}-${board}-${PV}-${PR}.bin ${UBOOT_TARGET}-${board}.bin
-		fi
-	done
+    if [ "x${UBOOT_MACHINES}" = "x" ]; then
+        UBOOT_MACHINES=${UBOOT_MACHINE}
+    fi
+
+    for board in ${UBOOT_MACHINES}; do
+        case "${board}" in
+            *SDCARD*)   UBOOT_TARGET="u-boot-sd";;
+            *SPIFLASH*) UBOOT_TARGET="u-boot-spi";;
+            *NAND*)     UBOOT_TARGET="u-boot-nand";;
+            *)      UBOOT_TARGET="u-boot";;
+        esac
+
+        if [ -f ${S}/${board}/${UBOOT_TARGET}.bin ]; then
+            mkdir -p ${DEPLOYDIR}
+            install ${S}/${board}/${UBOOT_TARGET}.bin ${DEPLOYDIR}/${UBOOT_TARGET}-${board}-${PV}-${PR}.bin
+
+            cd ${DEPLOYDIR}
+            rm -f ${UBOOT_TARGET}-${board}.bin
+            ln -sf ${UBOOT_TARGET}-${board}-${PV}-${PR}.bin ${UBOOT_TARGET}-${board}.bin
+        fi
+    done
 }
 addtask deploy after do_install
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 16/30] u-boot: simplify the compile steps
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (14 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 15/30] u-boot: replace tab with 4 spaces b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 17/30] u-boot: use spl version for sd and spi image b28495
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 recipes-bsp/u-boot/u-boot_git.bb |   31 ++++++++++++++-----------------
 1 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index f11b517..1621da4 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -75,26 +75,23 @@ do_compile () {
             *)      UBOOT_TARGET="";;
         esac
 
+        # deal with sd/spi/nand image
+        UBOOT_SOURCE=u-boot
         if [ "x${UBOOT_TARGET}" != "x" ]; then
-            if [ "${UBOOT_TARGET}" = "u-boot-sd" ]; then
-                cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
-            elif [ "${UBOOT_TARGET}" = "u-boot-nand" ];then
-                if [ "${DEFAULTTUNE}" = "ppce500v2" ];then
-                    if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB|BSC9131)";then
-                        cp ${S}/${board}/u-boot-with-spl.bin ${S}/${board}/${UBOOT_TARGET}.bin
-                    fi
-                else
-                    cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
-                fi
-            else
-                if [ -n "${BOOTFORMAT_CONFIG}" ];then
-                    ${STAGING_BINDIR_NATIVE}/boot_format \
-                    ${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \
-                    ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin
-                else
-                    cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
+            # some boards' nand image was named as u-boot-with-spl
+            if [ "${UBOOT_TARGET}" = "u-boot-nand" ];then
+                if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB|BSC913)";then
+                    UBOOT_SOURCE=u-boot-with-spl
                 fi
             fi
+            cp ${S}/${board}/${UBOOT_SOURCE}.bin  ${S}/${board}/${UBOOT_TARGET}.bin
+
+            # use boot-format to regenerate spi image if BOOTFORMAT_CONFIG is not empty
+            if [ "${UBOOT_TARGET}" = "u-boot-spi" ] && [ -n "${BOOTFORMAT_CONFIG}" ];then
+                ${STAGING_BINDIR_NATIVE}/boot_format \
+                ${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \
+                ${S}/${board}/${UBOOT_SOURCE}.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin
+            fi
         fi
     done
 }
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 17/30] u-boot: use spl version for sd and spi image
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (15 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 16/30] u-boot: simplify the compile steps b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 18/30] u-boot: update SHA for SDK 1.5 b28495
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 recipes-bsp/u-boot/u-boot_git.bb |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 1621da4..e300fe0 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -83,6 +83,14 @@ do_compile () {
                 if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB|BSC913)";then
                     UBOOT_SOURCE=u-boot-with-spl
                 fi
+            elif [ "${UBOOT_TARGET}" = "u-boot-spi" ];then
+                if echo $board |egrep -q "(P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
+                    UBOOT_SOURCE=u-boot-with-spl
+                fi
+            elif [ "${UBOOT_TARGET}" = "u-boot-sd" ];then
+                if echo $board |egrep -q "(P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
+                    UBOOT_SOURCE=u-boot-with-spl
+                fi
             fi
             cp ${S}/${board}/${UBOOT_SOURCE}.bin  ${S}/${board}/${UBOOT_TARGET}.bin
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 18/30] u-boot: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (16 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 17/30] u-boot: use spl version for sd and spi image b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 19/30] usdpaa: " b28495
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
---
 recipes-bsp/u-boot/u-boot_git.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index e300fe0..773834f 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -12,7 +12,7 @@ DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl',
 inherit deploy
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git"
-SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e"
+SRCREV = "5438fc1ca159c8f5724272efd1289e6d49771e69"
 
 python () {
     if d.getVar("TCMODE", True) == "external-fsl":
@@ -80,15 +80,15 @@ do_compile () {
         if [ "x${UBOOT_TARGET}" != "x" ]; then
             # some boards' nand image was named as u-boot-with-spl
             if [ "${UBOOT_TARGET}" = "u-boot-nand" ];then
-                if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P1024RDB|P2020RDB|P1022DS|P1025RDB|BSC913)";then
+                if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS|BSC913)";then
                     UBOOT_SOURCE=u-boot-with-spl
                 fi
             elif [ "${UBOOT_TARGET}" = "u-boot-spi" ];then
-                if echo $board |egrep -q "(P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
+                if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
                     UBOOT_SOURCE=u-boot-with-spl
                 fi
             elif [ "${UBOOT_TARGET}" = "u-boot-sd" ];then
-                if echo $board |egrep -q "(P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
+                if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
                     UBOOT_SOURCE=u-boot-with-spl
                 fi
             fi
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 19/30] usdpaa: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (17 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 18/30] u-boot: update SHA for SDK 1.5 b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 20/30] cst: " b28495
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-dpaa/usdpaa/usdpaa_git.bb |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb
index 93cb8ef..ffae084 100644
--- a/recipes-dpaa/usdpaa/usdpaa_git.bb
+++ b/recipes-dpaa/usdpaa/usdpaa_git.bb
@@ -9,13 +9,10 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 inherit pkgconfig
 
 DEPENDS = "libxml2 libedit ncurses readline flib fmc"
-RDEPENDS_${PN} = "libgcc"
+RDEPENDS_${PN} = "libgcc bash"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git"
-SRCREV = "97fe45d9697ef339e10a1885539b23fa7fcb113e"
-
-COMPATIBLE_HOST_fslmachine = ".*"
-COMPATIBLE_HOST ?= "(none)"
+SRCREV = "cc8e332c64e5840ea2037624159801284434caba"
 
 S = "${WORKDIR}/git"
 
@@ -48,4 +45,6 @@ do_install () {
 PARALLEL_MAKE_pn-${PN} = ""
 
 FILES_${PN} += "/root/SOURCE_THIS /usr/etc/"
-RDEPENDS_${PN} += "bash"
+COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST ?= "(none)"
+
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 20/30] cst: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (18 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 19/30] usdpaa: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 21/30] eth-config: " b28495
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-extended/cst/cst_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-extended/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb
index 177f23c..8f0fcd0 100644
--- a/recipes-extended/cst/cst_git.bb
+++ b/recipes-extended/cst/cst_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5
 DEPENDS += "openssl"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git"
-SRCREV = "e4035cbf54ed481147c6ae65c741ef75dc9ec37f"
+SRCREV = "55223ed64404ee57c55416017a8d65b28314282e"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 21/30] eth-config: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (19 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 20/30] cst: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 22/30] fmlib: " b28495
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-dpaa/eth-config/eth-config_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb
index ac25013..85c3b78 100644
--- a/recipes-dpaa/eth-config/eth-config_git.bb
+++ b/recipes-dpaa/eth-config/eth-config_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87"
 PR = "r2"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git"
-SRCREV = "c255231fb606bff18390da3b26e1ee9fca55e4e6"
+SRCREV = "96ac356dbe77948318c3806764f4a68862e30ac4"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 22/30] fmlib: update SHA for SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (20 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 21/30] eth-config: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 23/30] b4/t4: use e6500rev2_defconfig as default config b28495
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-dpaa/fmlib/fmlib_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index 7a7b8f2..f72f0d2 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -9,7 +9,7 @@ DEPENDS = "linux-libc-headers"
 DEPENDS_virtclass-native = ""
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git"
-SRCREV = "7d843485bdac963d98f81773c0f3cb15936e09da"
+SRCREV = "1fce11f17a102820a20cdbf80f557d74b169fc4c"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 23/30] b4/t4: use e6500rev2_defconfig as default config
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (21 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 22/30] fmlib: " b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 24/30] p1010rdb: update machine conf to support P1010RDB-PB b28495
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
---
 conf/machine/b4420qds-64b.conf |    2 +-
 conf/machine/b4420qds.conf     |    2 +-
 conf/machine/b4860qds-64b.conf |    2 +-
 conf/machine/b4860qds.conf     |    2 +-
 conf/machine/t4160qds-64b.conf |    2 +-
 conf/machine/t4160qds.conf     |    2 +-
 conf/machine/t4240qds-64b.conf |    2 +-
 conf/machine/t4240qds.conf     |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
index 0f9abed..07d0ca9 100644
--- a/conf/machine/b4420qds-64b.conf
+++ b/conf/machine/b4420qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "b4420"
 # TODO: fix 32bit build of u-boot
 UBOOT_MACHINES ?= "B4420QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index 9394a86..e8fa574 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "b4420"
 UBOOT_MACHINES ?= "B4420QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
index 7cd18f9..7853cb6 100644
--- a/conf/machine/b4860qds-64b.conf
+++ b/conf/machine/b4860qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "b4860"
 UBOOT_MACHINES ?= "B4860QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts \
 	${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf
index 1143a65..246f4ad 100644
--- a/conf/machine/b4860qds.conf
+++ b/conf/machine/b4860qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "b4860"
 UBOOT_MACHINES ?= "B4860QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts \
 	${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index e8d4475..c504c03 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "t4160"
 UBOOT_MACHINES ?= "T4160QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index 71b4efb..a2e7f47 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "t4160"
 UBOOT_MACHINES ?= "T4160QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf
index 31345b1..2a77116 100644
--- a/conf/machine/t4240qds-64b.conf
+++ b/conf/machine/t4240qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "t4240"
 UBOOT_MACHINES ?= "T4240QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index a348fe1..18bd99c 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "t4240"
 UBOOT_MACHINES ?= "T4240QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 24/30] p1010rdb: update machine conf to support P1010RDB-PB
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (22 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 23/30] b4/t4: use e6500rev2_defconfig as default config b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 25/30] update BOOTFORMAT_CONFIG for p1/p2 rdb boards b28495
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <zhenhua.luo@freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
---
 conf/machine/p1010rdb.conf |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index ccc5053..303bbcb 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -6,8 +6,12 @@ require e500v2.inc
 require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p1010"
-UBOOT_MACHINES ?= "P1010RDB_NAND P1010RDB_NOR"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1010rdb.dts"
+BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat"
+UBOOT_MACHINES ?= "P1010RDB-PB_NAND P1010RDB-PB_NOR \
+    P1010RDB-PB_SPIFLASH P1010RDB-PB_36BIT_NOR P1010RDB-PB_36BIT_NAND \
+    P1010RDB-PB_36BIT_SPIFLASH"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1010rdb-pa.dts \
+	${S}/arch/powerpc/boot/dts/p1010rdb-pb.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 25/30] update BOOTFORMAT_CONFIG for p1/p2 rdb boards
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (23 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 24/30] p1010rdb: update machine conf to support P1010RDB-PB b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 26/30] c293pcie: add machine configure file b28495
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 conf/machine/p1020rdb.conf |    2 +-
 conf/machine/p1021rdb.conf |    2 +-
 conf/machine/p1022ds.conf  |    2 +-
 conf/machine/p2020rdb.conf |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index b17213c..d4577c0 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -5,7 +5,7 @@ require e500v2.inc
 require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p1020"
-BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat"
+BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_SPIFLASH"
 
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020rdb-pd_32b.dts"
diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
index c1657a4..c25cbf4 100644
--- a/conf/machine/p1021rdb.conf
+++ b/conf/machine/p1021rdb.conf
@@ -6,7 +6,7 @@ require e500v2.inc
 require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p1021"
-BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat"
+BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= "P1021RDB-PC P1021RDB-PC_NAND P1021RDB-PC_SDCARD P1021RDB-PC_SPIFLASH P1021RDB-PC_36BIT P1021RDB-PC_36BIT_SPIFLASH P1021RDB-PC_36BIT_NAND P1021RDB-PC_36BIT_SDCARD"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1021rdb-pc_32b.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
index f604ea1..41ad6ff 100644
--- a/conf/machine/p1022ds.conf
+++ b/conf/machine/p1022ds.conf
@@ -5,7 +5,7 @@ require e500v2.inc
 require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p1022"
-BOOTFORMAT_CONFIG = "config_ddr3_2gb_p1022ds.dat"
+BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1022ds_32b.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index b703b9f..74195b6 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -6,7 +6,7 @@ require e500v2.inc
 require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p2020"
-BOOTFORMAT_CONFIG = "config_ddr3_1gb_64bit_p2020rdb_pc.dat"
+BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= " P2020RDB-PC P2020RDB-PC_NAND P2020RDB-PC_SDCARD P2020RDB-PC_SPIFLASH P2020RDB-PC_36BIT P2020RDB-PC_36BIT_SPIFLASH P2020RDB-PC_36BIT_NAND P2020RDB-PC_36BIT_SDCARD"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 26/30] c293pcie: add machine configure file
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (24 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 25/30] update BOOTFORMAT_CONFIG for p1/p2 rdb boards b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 27/30] asf: update license to dual GPL/BSD b28495
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Chunrong Guo <B40290@freescale.com>

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/c293pcie.conf |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/c293pcie.conf

diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
new file mode 100644
index 0000000..c52c6fb
--- /dev/null
+++ b/conf/machine/c293pcie.conf
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@DESCRIPTION: Machine configuration for running C293PCIE in 36-bit mode
+
+require e500v2.inc
+require conf/machine/include/soc-family.inc
+
+SOC_FAMILY = "c293pcie"
+BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
+UBOOT_MACHINES ?= "C293PCIE C293PCIE_NAND C293PCIE_SPIFLASH C293PCIE_SECBOOT C293PCIE_SPIFLASH_SECBOOT"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/c293pcie_36b.dts"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
+USE_VT = "0"
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 27/30] asf: update license to dual GPL/BSD
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (25 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 26/30] c293pcie: add machine configure file b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 28/30] asf: add rdepend on ipsec-tools b28495
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 recipes-kernel/asf/asf_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb
index 15e2af5..adad7ae 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Non-DPAA software Application Specific Fast-path"
 SECTION = "asf"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=9960b017720861b8c50c8c08723e57aa"
+LICENSE = "GPLv2 & GPLv2+ & BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git"
 SRCREV = "c262d7701af325b50cae54279a021ae7b5081e24"
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 28/30] asf: add rdepend on ipsec-tools
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (26 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 27/30] asf: update license to dual GPL/BSD b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 29/30] conf/machine/*: make KERNEL_DEVICETREE overridable b28495
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Fix the below issue:
| Computing transaction...error: Can't install asf-git-r0@t4240qds_64b:
| no package provides /usr/sbin/setkey

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 recipes-kernel/asf/asf_git.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb
index adad7ae..098b511 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -7,6 +7,7 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git"
 SRCREV = "c262d7701af325b50cae54279a021ae7b5081e24"
 
 DEPENDS="virtual/kernel"
+RDEPENDS_${PN} += "ipsec-tools"
 
 inherit module
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 29/30] conf/machine/*: make KERNEL_DEVICETREE overridable
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (27 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 28/30] asf: add rdepend on ipsec-tools b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 30/30] conf/machine/*: make KERNEL_DEFCONFIG overridable b28495
  2014-01-13  4:13 ` [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 zhenhua.luo
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 conf/machine/b4420qds-64b.conf |    3 ++-
 conf/machine/b4420qds.conf     |    3 ++-
 conf/machine/b4860qds-64b.conf |    2 +-
 conf/machine/b4860qds.conf     |    2 +-
 conf/machine/bsc9131rdb.conf   |    2 +-
 conf/machine/bsc9132qds.conf   |    2 +-
 conf/machine/c293pcie.conf     |    2 +-
 conf/machine/p1020rdb.conf     |    2 +-
 conf/machine/p1021rdb.conf     |    2 +-
 conf/machine/p1022ds.conf      |    2 +-
 conf/machine/p1023rdb.conf     |    2 +-
 conf/machine/p1025twr.conf     |    2 +-
 conf/machine/p2020ds.conf      |    2 +-
 conf/machine/p2020rdb.conf     |    2 +-
 conf/machine/p2041rdb.conf     |    2 +-
 conf/machine/p3041ds.conf      |    2 +-
 conf/machine/p4080ds.conf      |    2 +-
 conf/machine/p5020ds-64b.conf  |    2 +-
 conf/machine/p5020ds.conf      |    2 +-
 conf/machine/p5040ds-64b.conf  |    2 +-
 conf/machine/p5040ds.conf      |    2 +-
 conf/machine/t4160qds-64b.conf |    2 +-
 conf/machine/t4160qds.conf     |    2 +-
 conf/machine/t4240qds-64b.conf |    2 +-
 conf/machine/t4240qds.conf     |    2 +-
 25 files changed, 27 insertions(+), 25 deletions(-)

diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
index 07d0ca9..bb1beb6 100644
--- a/conf/machine/b4420qds-64b.conf
+++ b/conf/machine/b4420qds-64b.conf
@@ -8,7 +8,8 @@ SOC_FAMILY = "b4420"
 
 # TODO: fix 32bit build of u-boot
 UBOOT_MACHINES ?= "B4420QDS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/b4420qds.dts \
+    ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index e8fa574..663155d 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -6,7 +6,8 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "b4420"
 UBOOT_MACHINES ?= "B4420QDS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/b4420qds.dts \
+    ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
index 7853cb6..da6900d 100644
--- a/conf/machine/b4860qds-64b.conf
+++ b/conf/machine/b4860qds-64b.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "b4860"
 # TODO: fix 32bit build of u-boot
 UBOOT_MACHINES ?= "B4860QDS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/b4860qds.dts \
 	${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf
index 246f4ad..6b71789 100644
--- a/conf/machine/b4860qds.conf
+++ b/conf/machine/b4860qds.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "b4860"
 UBOOT_MACHINES ?= "B4860QDS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/b4860qds.dts \
 	${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
index 39a73e5..d3aa459 100644
--- a/conf/machine/bsc9131rdb.conf
+++ b/conf/machine/bsc9131rdb.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "bsc9131"
 UBOOT_MACHINES ?= "BSC9131RDB_SPIFLASH BSC9131RDB_NAND BSC9131RDB_NAND_SYSCLK100 BSC9131RDB_SPIFLASH_SYSCLK100"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/bsc9131rdb.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/bsc9131rdb.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/bsc9132qds.conf b/conf/machine/bsc9132qds.conf
index 90131a9..185c9bc 100644
--- a/conf/machine/bsc9132qds.conf
+++ b/conf/machine/bsc9132qds.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "bsc9132"
 UBOOT_MACHINES ?= " BSC9132QDS_NAND_DDRCLK133 BSC9132QDS_NAND_DDRCLK100 BSC9132QDS_NOR_DDRCLK100 BSC9132QDS_NOR_DDRCLK133 BSC9132QDS_SDCARD_DDRCLK100 BSC9132QDS_SDCARD_DDRCLK133 BSC9132QDS_SPIFLASH_DDRCLK100 BSC9132QDS_SPIFLASH_DDRCLK133"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/bsc9132qds.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/bsc9132qds.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
index c52c6fb..318b17e 100644
--- a/conf/machine/c293pcie.conf
+++ b/conf/machine/c293pcie.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "c293pcie"
 BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
 UBOOT_MACHINES ?= "C293PCIE C293PCIE_NAND C293PCIE_SPIFLASH C293PCIE_SECBOOT C293PCIE_SPIFLASH_SECBOOT"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/c293pcie_36b.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/c293pcie_36b.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index d4577c0..46649c3 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "p1020"
 BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_SPIFLASH"
 
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020rdb-pd_32b.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1020rdb-pd_32b.dts"
 
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
index c25cbf4..5373aab 100644
--- a/conf/machine/p1021rdb.conf
+++ b/conf/machine/p1021rdb.conf
@@ -8,7 +8,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "p1021"
 BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= "P1021RDB-PC P1021RDB-PC_NAND P1021RDB-PC_SDCARD P1021RDB-PC_SPIFLASH P1021RDB-PC_36BIT P1021RDB-PC_36BIT_SPIFLASH P1021RDB-PC_36BIT_NAND P1021RDB-PC_36BIT_SDCARD"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1021rdb-pc_32b.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1021rdb-pc_32b.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
index 41ad6ff..07ae9d5 100644
--- a/conf/machine/p1022ds.conf
+++ b/conf/machine/p1022ds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "p1022"
 BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1022ds_32b.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1022ds_32b.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
index e591e09..1c13a14 100644
--- a/conf/machine/p1023rdb.conf
+++ b/conf/machine/p1023rdb.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p1023"
 UBOOT_MACHINES ?= "P1023RDB"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rdb.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1023rdb.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf
index d1d1db0..769bf98 100644
--- a/conf/machine/p1025twr.conf
+++ b/conf/machine/p1025twr.conf
@@ -8,7 +8,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "p1025"
 BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat"
 UBOOT_MACHINES ?= "TWR-P1025"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1025twr_32b.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1025twr_32b.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf
index 9ca1617..248be34 100644
--- a/conf/machine/p2020ds.conf
+++ b/conf/machine/p2020ds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "p2020"
 BOOTFORMAT_CONFIG = "config_sram_p2020ds.dat"
 UBOOT_MACHINES ?= "P2020DS P2020DS_36BIT P2020DS_DDR2 P2020DS_SDCARD P2020DS_SPIFLASH"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2020ds.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p2020ds.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 74195b6..48b0b39 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -8,7 +8,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "p2020"
 BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= " P2020RDB-PC P2020RDB-PC_NAND P2020RDB-PC_SDCARD P2020RDB-PC_SPIFLASH P2020RDB-PC_36BIT P2020RDB-PC_36BIT_SPIFLASH P2020RDB-PC_36BIT_NAND P2020RDB-PC_36BIT_SDCARD"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts"
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
index 2f96ce6..0f08a73 100644
--- a/conf/machine/p2041rdb.conf
+++ b/conf/machine/p2041rdb.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p2041"
 UBOOT_MACHINES ?= "P2041RDB P2041RDB_NAND P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p2041rdb.dts \
 	${S}/arch/powerpc/boot/dts/p2041rdb-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
index 6fb80e1..38612cc 100644
--- a/conf/machine/p3041ds.conf
+++ b/conf/machine/p3041ds.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p3041"
 UBOOT_MACHINES ?= "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT P3041DS_SDCARD P3041DS_SPIFLASH"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p3041ds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p3041ds.dts \
 	${S}/arch/powerpc/boot/dts/p3041ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index daa929a..21ff5df 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p4080"
 UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH "
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p4080ds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p4080ds.dts \
 	${S}/arch/powerpc/boot/dts/p4080ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
diff --git a/conf/machine/p5020ds-64b.conf b/conf/machine/p5020ds-64b.conf
index e67ad1e..0c19c72 100644
--- a/conf/machine/p5020ds-64b.conf
+++ b/conf/machine/p5020ds-64b.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "p5020"
 # TODO: fix 32bit build of u-boot for p5020ds-64b
 UBOOT_MACHINES ?= "P5020DS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p5020ds.dts \
 	${S}/arch/powerpc/boot/dts/p5020ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
 
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf
index d4ce3d3..55f5fe4 100644
--- a/conf/machine/p5020ds.conf
+++ b/conf/machine/p5020ds.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p5020"
 UBOOT_MACHINES ?= "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SDCARD P5020DS_SPIFLASH "
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p5020ds.dts \
 	${S}/arch/powerpc/boot/dts/p5020ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index 2a885b7..085d36b 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p5040"
 UBOOT_MACHINES ?= "P5040DS  P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
 
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index c7d253f..375b398 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p5040"
 UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index c504c03..944d3ad 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "t4160"
 # TODO: fix 32bit build of u-boot
 UBOOT_MACHINES ?= "T4160QDS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index a2e7f47..6d968c6 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "t4160"
 UBOOT_MACHINES ?= "T4160QDS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf
index 2a77116..2b5da64 100644
--- a/conf/machine/t4240qds-64b.conf
+++ b/conf/machine/t4240qds-64b.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "t4240"
 # TODO: fix 32bit build of u-boot
 UBOOT_MACHINES ?= "T4240QDS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index 18bd99c..44934f1 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "t4240"
 UBOOT_MACHINES ?= "T4240QDS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
+KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
-- 
1.7.3.4




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

* [meta-fsl-ppc][dylan][PATCH 30/30] conf/machine/*: make KERNEL_DEFCONFIG overridable
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (28 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 29/30] conf/machine/*: make KERNEL_DEVICETREE overridable b28495
@ 2014-01-07 13:09 ` b28495
  2014-01-13  4:13 ` [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 zhenhua.luo
  30 siblings, 0 replies; 32+ messages in thread
From: b28495 @ 2014-01-07 13:09 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 conf/machine/b4420qds-64b.conf |    2 +-
 conf/machine/b4420qds.conf     |    2 +-
 conf/machine/b4860qds-64b.conf |    2 +-
 conf/machine/b4860qds.conf     |    2 +-
 conf/machine/bsc9131rdb.conf   |    2 +-
 conf/machine/bsc9132qds.conf   |    2 +-
 conf/machine/c293pcie.conf     |    2 +-
 conf/machine/p1010rdb.conf     |    2 +-
 conf/machine/p1020rdb.conf     |    2 +-
 conf/machine/p1021rdb.conf     |    2 +-
 conf/machine/p1022ds.conf      |    2 +-
 conf/machine/p1023rdb.conf     |    2 +-
 conf/machine/p1025twr.conf     |    2 +-
 conf/machine/p2020ds.conf      |    2 +-
 conf/machine/p2020rdb.conf     |    2 +-
 conf/machine/p2041rdb.conf     |    2 +-
 conf/machine/p3041ds.conf      |    2 +-
 conf/machine/p4080ds.conf      |    2 +-
 conf/machine/p5020ds-64b.conf  |    2 +-
 conf/machine/p5020ds.conf      |    2 +-
 conf/machine/p5040ds-64b.conf  |    2 +-
 conf/machine/p5040ds.conf      |    2 +-
 conf/machine/t4160qds-64b.conf |    2 +-
 conf/machine/t4160qds.conf     |    2 +-
 conf/machine/t4240qds-64b.conf |    2 +-
 conf/machine/t4240qds.conf     |    2 +-
 26 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
index bb1beb6..b498130 100644
--- a/conf/machine/b4420qds-64b.conf
+++ b/conf/machine/b4420qds-64b.conf
@@ -10,7 +10,7 @@ SOC_FAMILY = "b4420"
 UBOOT_MACHINES ?= "B4420QDS"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/b4420qds.dts \
     ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index 663155d..2ade552 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "b4420"
 UBOOT_MACHINES ?= "B4420QDS"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/b4420qds.dts \
     ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
index da6900d..0c42b3b 100644
--- a/conf/machine/b4860qds-64b.conf
+++ b/conf/machine/b4860qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "b4860"
 UBOOT_MACHINES ?= "B4860QDS"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/b4860qds.dts \
 	${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf
index 6b71789..de456a8 100644
--- a/conf/machine/b4860qds.conf
+++ b/conf/machine/b4860qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "b4860"
 UBOOT_MACHINES ?= "B4860QDS"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/b4860qds.dts \
 	${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
index d3aa459..3bc4394 100644
--- a/conf/machine/bsc9131rdb.conf
+++ b/conf/machine/bsc9131rdb.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "bsc9131"
 UBOOT_MACHINES ?= "BSC9131RDB_SPIFLASH BSC9131RDB_NAND BSC9131RDB_NAND_SYSCLK100 BSC9131RDB_SPIFLASH_SYSCLK100"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/bsc9131rdb.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/bsc9132qds.conf b/conf/machine/bsc9132qds.conf
index 185c9bc..1049445 100644
--- a/conf/machine/bsc9132qds.conf
+++ b/conf/machine/bsc9132qds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "bsc9132"
 UBOOT_MACHINES ?= " BSC9132QDS_NAND_DDRCLK133 BSC9132QDS_NAND_DDRCLK100 BSC9132QDS_NOR_DDRCLK100 BSC9132QDS_NOR_DDRCLK133 BSC9132QDS_SDCARD_DDRCLK100 BSC9132QDS_SDCARD_DDRCLK133 BSC9132QDS_SPIFLASH_DDRCLK100 BSC9132QDS_SPIFLASH_DDRCLK133"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/bsc9132qds.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
index 318b17e..7c975ea 100644
--- a/conf/machine/c293pcie.conf
+++ b/conf/machine/c293pcie.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "c293pcie"
 BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
 UBOOT_MACHINES ?= "C293PCIE C293PCIE_NAND C293PCIE_SPIFLASH C293PCIE_SECBOOT C293PCIE_SPIFLASH_SECBOOT"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/c293pcie_36b.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index 303bbcb..4d4c2bc 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -12,7 +12,7 @@ UBOOT_MACHINES ?= "P1010RDB-PB_NAND P1010RDB-PB_NOR \
     P1010RDB-PB_36BIT_SPIFLASH"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1010rdb-pa.dts \
 	${S}/arch/powerpc/boot/dts/p1010rdb-pb.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
 
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index 46649c3..83d62b1 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -10,7 +10,7 @@ UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_
 
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1020rdb-pd_32b.dts"
 
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
 
diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
index 5373aab..12778a2 100644
--- a/conf/machine/p1021rdb.conf
+++ b/conf/machine/p1021rdb.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "p1021"
 BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= "P1021RDB-PC P1021RDB-PC_NAND P1021RDB-PC_SDCARD P1021RDB-PC_SPIFLASH P1021RDB-PC_36BIT P1021RDB-PC_36BIT_SPIFLASH P1021RDB-PC_36BIT_NAND P1021RDB-PC_36BIT_SDCARD"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1021rdb-pc_32b.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
 
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
index 07ae9d5..2ccd207 100644
--- a/conf/machine/p1022ds.conf
+++ b/conf/machine/p1022ds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "p1022"
 BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1022ds_32b.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
 
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
index 1c13a14..96e896b 100644
--- a/conf/machine/p1023rdb.conf
+++ b/conf/machine/p1023rdb.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "p1023"
 UBOOT_MACHINES ?= "P1023RDB"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1023rdb.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf
index 769bf98..19766e7 100644
--- a/conf/machine/p1025twr.conf
+++ b/conf/machine/p1025twr.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "p1025"
 BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat"
 UBOOT_MACHINES ?= "TWR-P1025"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p1025twr_32b.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
 
diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf
index 248be34..1f5a098 100644
--- a/conf/machine/p2020ds.conf
+++ b/conf/machine/p2020ds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "p2020"
 BOOTFORMAT_CONFIG = "config_sram_p2020ds.dat"
 UBOOT_MACHINES ?= "P2020DS P2020DS_36BIT P2020DS_DDR2 P2020DS_SDCARD P2020DS_SPIFLASH"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p2020ds.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
 
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 48b0b39..efc3e1c 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "p2020"
 BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= " P2020RDB-PC P2020RDB-PC_NAND P2020RDB-PC_SDCARD P2020RDB-PC_SPIFLASH P2020RDB-PC_36BIT P2020RDB-PC_36BIT_SPIFLASH P2020RDB-PC_36BIT_NAND P2020RDB-PC_36BIT_SDCARD"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x20000"
 
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
index 0f08a73..568e905 100644
--- a/conf/machine/p2041rdb.conf
+++ b/conf/machine/p2041rdb.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "p2041"
 UBOOT_MACHINES ?= "P2041RDB P2041RDB_NAND P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p2041rdb.dts \
 	${S}/arch/powerpc/boot/dts/p2041rdb-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
index 38612cc..6a87093 100644
--- a/conf/machine/p3041ds.conf
+++ b/conf/machine/p3041ds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "p3041"
 UBOOT_MACHINES ?= "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT P3041DS_SDCARD P3041DS_SPIFLASH"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p3041ds.dts \
 	${S}/arch/powerpc/boot/dts/p3041ds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index 21ff5df..0e25866 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "p4080"
 UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH "
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p4080ds.dts \
 	${S}/arch/powerpc/boot/dts/p4080ds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/p5020ds-64b.conf b/conf/machine/p5020ds-64b.conf
index 0c19c72..9f8fd1c 100644
--- a/conf/machine/p5020ds-64b.conf
+++ b/conf/machine/p5020ds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "p5020"
 UBOOT_MACHINES ?= "P5020DS"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p5020ds.dts \
 	${S}/arch/powerpc/boot/dts/p5020ds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf
index 55f5fe4..60c0d48 100644
--- a/conf/machine/p5020ds.conf
+++ b/conf/machine/p5020ds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "p5020"
 UBOOT_MACHINES ?= "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SDCARD P5020DS_SPIFLASH "
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p5020ds.dts \
 	${S}/arch/powerpc/boot/dts/p5020ds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index 085d36b..1396c38 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "p5040"
 UBOOT_MACHINES ?= "P5040DS  P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index 375b398..1057d25 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "p5040"
 UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index 944d3ad..dac2819 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "t4160"
 UBOOT_MACHINES ?= "T4160QDS"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index 6d968c6..d5c49a5 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "t4160"
 UBOOT_MACHINES ?= "T4160QDS"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf
index 2b5da64..5dff8d4 100644
--- a/conf/machine/t4240qds-64b.conf
+++ b/conf/machine/t4240qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "t4240"
 UBOOT_MACHINES ?= "T4240QDS"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index 44934f1..382c969 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "t4240"
 UBOOT_MACHINES ?= "T4240QDS"
 KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
-- 
1.7.3.4




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

* Re: [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5
  2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
                   ` (29 preceding siblings ...)
  2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 30/30] conf/machine/*: make KERNEL_DEFCONFIG overridable b28495
@ 2014-01-13  4:13 ` zhenhua.luo
  30 siblings, 0 replies; 32+ messages in thread
From: zhenhua.luo @ 2014-01-13  4:13 UTC (permalink / raw)
  To: ting.liu; +Cc: meta-freescale

The patch series has been applied, thanks. 


Best Regards,

Zhenhua


> -----Original Message-----
> From: b28495@freescale.com [mailto:b28495@freescale.com]
> Sent: Tuesday, January 07, 2014 9:09 PM
> To: meta-freescale@yoctoproject.org
> Cc: Luo Zhenhua-B19537; Liu Ting-B28495
> Subject: [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5
> 
> From: Ting Liu <b28495@freescale.com>
> 
> These patches update to latest code released on git.freescale.com.
> 
> It based on previous backport patch series.
> 
> Chunrong Guo (1):
>   c293pcie: add machine configure file
> 
> Ting Liu (8):
>   u-boot: replace tab with 4 spaces
>   u-boot: simplify the compile steps
>   u-boot: use spl version for sd and spi image
>   update BOOTFORMAT_CONFIG for p1/p2 rdb boards
>   asf: update license to dual GPL/BSD
>   asf: add rdepend on ipsec-tools
>   conf/machine/*: make KERNEL_DEVICETREE overridable
>   conf/machine/*: make KERNEL_DEFCONFIG overridable
> 
> Zhenhua Luo (20):
>   asf: update the SHA for SDK 1.5
>   boot-format: update the SHA for SDK 1.5
>   flib: update SHA for SDK 1.5
>   fm-ucode: update SHA for SDK 1.5
>   fmc: update SHA for SDK 1.5
>   fmlib: remove unused patch
>   hv-cfg: update SHA for SDK 1.5
>   hypervisor: update SHA for SDK 1.5
>   linux: update SHA for SDK 1.5
>   qemu: update SHA for SDK 1.5
>   rcw: update SHA for SDK 1.5
>   skmm: remove obsolete recipe
>   skmm-ep: add recipe
>   u-boot: update SHA for SDK 1.5
>   usdpaa: update SHA for SDK 1.5
>   cst: update SHA for SDK 1.5
>   eth-config: update SHA for SDK 1.5
>   fmlib: update SHA for SDK 1.5
>   b4/t4: use e6500rev2_defconfig as default config
>   p1010rdb: update machine conf to support P1010RDB-PB
> 
> Zongchun Yu (1):
>   u-boot:add support for fsl external toolchain
> 
>  conf/machine/b4420qds-64b.conf                     |    5 +-
>  conf/machine/b4420qds.conf                         |    5 +-
>  conf/machine/b4860qds-64b.conf                     |    4 +-
>  conf/machine/b4860qds.conf                         |    4 +-
>  conf/machine/bsc9131rdb.conf                       |    4 +-
>  conf/machine/bsc9132qds.conf                       |    4 +-
>  conf/machine/c293pcie.conf                         |   17 ++
>  conf/machine/p1010rdb.conf                         |   10 +-
>  conf/machine/p1020rdb.conf                         |    6 +-
>  conf/machine/p1021rdb.conf                         |    6 +-
>  conf/machine/p1022ds.conf                          |    6 +-
>  conf/machine/p1023rdb.conf                         |    4 +-
>  conf/machine/p1025twr.conf                         |    4 +-
>  conf/machine/p2020ds.conf                          |    4 +-
>  conf/machine/p2020rdb.conf                         |    6 +-
>  conf/machine/p2041rdb.conf                         |    4 +-
>  conf/machine/p3041ds.conf                          |    4 +-
>  conf/machine/p4080ds.conf                          |    4 +-
>  conf/machine/p5020ds-64b.conf                      |    4 +-
>  conf/machine/p5020ds.conf                          |    4 +-
>  conf/machine/p5040ds-64b.conf                      |    4 +-
>  conf/machine/p5040ds.conf                          |    4 +-
>  conf/machine/t4160qds-64b.conf                     |    4 +-
>  conf/machine/t4160qds.conf                         |    4 +-
>  conf/machine/t4240qds-64b.conf                     |    4 +-
>  conf/machine/t4240qds.conf                         |    4 +-
>  recipes-bsp/boot-format/boot-format_git.bb         |    2 +-
>  recipes-bsp/rcw/rcw_git.bb                         |    2 +-
>  recipes-bsp/u-boot/u-boot_git.bb                   |  213 ++++++++++----
> ------
>  recipes-devtools/qemu/qemu_fslgit.bb               |    2 +-
>  recipes-dpaa/eth-config/eth-config_git.bb          |    2 +-
>  recipes-dpaa/flib/flib_git.bb                      |    2 +-
>  recipes-dpaa/fm-ucode/fm-ucode_git.bb              |    2 +-
>  recipes-dpaa/fmc/fmc_git.bb                        |    2 +-
>  ...ake-the-library-install-path-configurable.patch |   43 ----
>  recipes-dpaa/fmlib/fmlib_git.bb                    |    2 +-
>  recipes-dpaa/usdpaa/usdpaa_git.bb                  |   11 +-
>  recipes-extended/cst/cst_git.bb                    |    2 +-
>  .../skmm-ep/skmm-ep_git.bb                         |   18 +-
>  recipes-kernel/asf/asf_git.bb                      |    7 +-
>  recipes-kernel/linux/linux-qoriq-sdk.inc           |    2 +-
>  recipes-virtualization/hv-cfg/hv-cfg_git.bb        |    2 +-
>  .../hypervisor/hypervisor_git.bb                   |    4 +-
>  43 files changed, 217 insertions(+), 234 deletions(-)  create mode
> 100644 conf/machine/c293pcie.conf  delete mode 100644 recipes-
> dpaa/fmlib/files/0001-fm-lib-make-the-library-install-path-
> configurable.patch
>  rename recipes-kernel/skmm/skmm_git.bb => recipes-extended/skmm-ep/skmm-
> ep_git.bb (53%)
> 
> --
> 1.7.3.4
> 



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

end of thread, other threads:[~2014-01-13  4:13 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-07 13:09 [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 01/30] asf: update the SHA for " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 02/30] boot-format: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 03/30] flib: update " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 04/30] fm-ucode: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 05/30] fmc: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 06/30] fmlib: remove unused patch b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 07/30] hv-cfg: update SHA for SDK 1.5 b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 08/30] hypervisor: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 09/30] linux: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 10/30] qemu: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 11/30] rcw: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 12/30] skmm: remove obsolete recipe b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 13/30] skmm-ep: add recipe b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 14/30] u-boot:add support for fsl external toolchain b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 15/30] u-boot: replace tab with 4 spaces b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 16/30] u-boot: simplify the compile steps b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 17/30] u-boot: use spl version for sd and spi image b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 18/30] u-boot: update SHA for SDK 1.5 b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 19/30] usdpaa: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 20/30] cst: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 21/30] eth-config: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 22/30] fmlib: " b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 23/30] b4/t4: use e6500rev2_defconfig as default config b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 24/30] p1010rdb: update machine conf to support P1010RDB-PB b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 25/30] update BOOTFORMAT_CONFIG for p1/p2 rdb boards b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 26/30] c293pcie: add machine configure file b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 27/30] asf: update license to dual GPL/BSD b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 28/30] asf: add rdepend on ipsec-tools b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 29/30] conf/machine/*: make KERNEL_DEVICETREE overridable b28495
2014-01-07 13:09 ` [meta-fsl-ppc][dylan][PATCH 30/30] conf/machine/*: make KERNEL_DEFCONFIG overridable b28495
2014-01-13  4:13 ` [meta-fsl-ppc][dylan][PATCH 00/30] patches for FSL SDK 1.5 zhenhua.luo

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.