All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf
@ 2015-09-01  7:20 Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 01/27] b4860qds(-64b): define the u-boot source binary name of NAND, SPI and SD Zhenhua Luo
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

* add the following machine specific variables in machine conf:
  UBOOT_SOURCE_NAND
  UBOOT_SOURCE_SPI
  UBOOT_SOURCE_SD
* use above variables in u-boot-qoriq bb file

Zhenhua Luo (27):
  b4860qds(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  b4420qds(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  bsc9131rdb: define the u-boot source binary name of NAND
  bsc9132qds: define the u-boot source binary name of NAND
  c293pcie: define the u-boot source binary name of NAND
  p1010rdb: define the u-boot source binary name of NAND, SPI and SD
  p1020rdb: define the u-boot source binary name of NAND, SPI and SD
  p1021rdb: define the u-boot source binary name of NAND, SPI and SD
  p1022ds: define the u-boot source binary name of NAND, SPI and SD
  p1023rdb: define the u-boot source binary name of NAND, SPI and SD
  p1025twr: define the u-boot source binary name of NAND, SPI and SD
  p2020rdb: define the u-boot source binary name of NAND, SPI and SD
  p2041rdb: define the u-boot source binary name of NAND, SPI and SD
  p3041ds: define the u-boot source binary name of NAND, SPI and SD
  p4080ds: define the u-boot source binary name of NAND, SPI and SD
  p5020ds(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  p5040ds(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  t1023rdb(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  t1024rdb(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  t1040d4rdb(-64b): define the u-boot source binary name of NAND, SPI
    and SD
  t1042d4rdb(-64b): define the u-boot source binary name of NAND, SPI
    and SD
  t2080qds(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  t2080rdb(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  t4160qds(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  t4240qds(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  t4240rdb(-64b): define the u-boot source binary name of NAND, SPI and
    SD
  u-boot-qoriq: use machine specific variables defined in machine conf

 conf/machine/b4420qds-64b.conf             |  5 +++++
 conf/machine/b4420qds.conf                 |  5 +++++
 conf/machine/b4860qds-64b.conf             |  5 +++++
 conf/machine/b4860qds.conf                 |  5 +++++
 conf/machine/bsc9131rdb.conf               |  2 ++
 conf/machine/bsc9132qds.conf               |  2 ++
 conf/machine/c293pcie.conf                 |  2 ++
 conf/machine/p1010rdb.conf                 |  4 ++++
 conf/machine/p1020rdb.conf                 |  4 ++++
 conf/machine/p1021rdb.conf                 |  4 ++++
 conf/machine/p1022ds.conf                  |  4 ++++
 conf/machine/p1023rdb.conf                 |  4 ++++
 conf/machine/p1025twr.conf                 |  4 ++++
 conf/machine/p2020rdb.conf                 |  4 ++++
 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/t1023rdb-64b.conf             |  4 ++++
 conf/machine/t1024rdb-64b.conf             |  4 ++++
 conf/machine/t1024rdb.conf                 |  4 ++++
 conf/machine/t1040d4rdb-64b.conf           |  4 ++++
 conf/machine/t1040d4rdb.conf               |  4 ++++
 conf/machine/t1042d4rdb-64b.conf           |  4 ++++
 conf/machine/t1042d4rdb.conf               |  4 ++++
 conf/machine/t2080qds-64b.conf             |  4 ++++
 conf/machine/t2080qds.conf                 |  4 ++++
 conf/machine/t2080rdb-64b.conf             |  4 ++++
 conf/machine/t2080rdb.conf                 |  4 ++++
 conf/machine/t4160qds-64b.conf             |  4 ++++
 conf/machine/t4160qds.conf                 |  4 ++++
 conf/machine/t4240qds-64b.conf             |  4 ++++
 conf/machine/t4240qds.conf                 |  4 ++++
 conf/machine/t4240rdb-64b.conf             |  4 ++++
 conf/machine/t4240rdb.conf                 |  4 ++++
 recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb | 30 ++++++------------------------
 39 files changed, 156 insertions(+), 24 deletions(-)

-- 
2.4.3



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

* [PATCH 01/27] b4860qds(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 02/27] b4420qds(-64b): " Zhenhua Luo
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/b4860qds-64b.conf | 5 +++++
 conf/machine/b4860qds.conf     | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
index 7835f2d..1a75a8c 100644
--- a/conf/machine/b4860qds-64b.conf
+++ b/conf/machine/b4860qds-64b.conf
@@ -13,6 +13,11 @@ UBOOT_MACHINES ?= "B4860QDS B4860QDS_SECURE_BOOT"
 UBOOT_CONFIG ??= "nor secure-boot"
 UBOOT_CONFIG[nor] = "B4860QDS_config"
 UBOOT_CONFIG[secure-boot] = "B4860QDS_SECURE_BOOT_config"
+
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb \
     b4860qds-usdpaa-shared-interfaces.dtb \
 "
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf
index 9313cb3..970c11d 100644
--- a/conf/machine/b4860qds.conf
+++ b/conf/machine/b4860qds.conf
@@ -12,6 +12,11 @@ SOC_FAMILY = "b4:b4860"
 UBOOT_CONFIG ??= "nor secure-boot"
 UBOOT_CONFIG[nor] = "B4860QDS_config"
 UBOOT_CONFIG[secure-boot] = "B4860QDS_SECURE_BOOT_config"
+
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb \
     b4860qds-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 02/27] b4420qds(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 01/27] b4860qds(-64b): define the u-boot source binary name of NAND, SPI and SD Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 03/27] bsc9131rdb: define the u-boot source binary name of NAND Zhenhua Luo
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/b4420qds-64b.conf | 5 +++++
 conf/machine/b4420qds.conf     | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
index b45e827..3708c33 100644
--- a/conf/machine/b4420qds-64b.conf
+++ b/conf/machine/b4420qds-64b.conf
@@ -11,6 +11,11 @@ require conf/machine/include/e6500-64b.inc
 SOC_FAMILY = "b4:b4420"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "B4420QDS_config"
+
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index 53e2d93..cc79eef 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -11,6 +11,11 @@ require conf/machine/include/e6500.inc
 SOC_FAMILY = "b4:b4420"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "B4420QDS_config"
+
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 03/27] bsc9131rdb: define the u-boot source binary name of NAND
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 01/27] b4860qds(-64b): define the u-boot source binary name of NAND, SPI and SD Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 02/27] b4420qds(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 04/27] bsc9132qds: " Zhenhua Luo
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/bsc9131rdb.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
index 0448401..aad6dd9 100644
--- a/conf/machine/bsc9131rdb.conf
+++ b/conf/machine/bsc9131rdb.conf
@@ -15,6 +15,8 @@ UBOOT_CONFIG[nand-sysclk100] = "BSC9131RDB_NAND_SYSCLK100_config"
 UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config"
 UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "bsc9131rdb.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
 
-- 
2.4.3



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

* [PATCH 04/27] bsc9132qds: define the u-boot source binary name of NAND
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (2 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 03/27] bsc9131rdb: define the u-boot source binary name of NAND Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 05/27] c293pcie: " Zhenhua Luo
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/bsc9132qds.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/machine/bsc9132qds.conf b/conf/machine/bsc9132qds.conf
index 101f718..108b497 100644
--- a/conf/machine/bsc9132qds.conf
+++ b/conf/machine/bsc9132qds.conf
@@ -31,6 +31,8 @@ UBOOT_CONFIG[sdcard-ddrclk133-secure] = "BSC9132QDS_SDCARD_DDRCLK133_SECURE_conf
 UBOOT_CONFIG[spi-ddrclk100-secure] = "BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_config"
 UBOOT_CONFIG[spi-ddrclk133-secure] = "BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "bsc9132qds.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 05/27] c293pcie: define the u-boot source binary name of NAND
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (3 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 04/27] bsc9132qds: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 06/27] p1010rdb: define the u-boot source binary name of NAND, SPI and SD Zhenhua Luo
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/c293pcie.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
index 1ec082b..9923f52 100644
--- a/conf/machine/c293pcie.conf
+++ b/conf/machine/c293pcie.conf
@@ -16,6 +16,8 @@ UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config"
 UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config"
 UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "c293pcie_36b.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
 
-- 
2.4.3



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

* [PATCH 06/27] p1010rdb: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (4 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 05/27] c293pcie: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 07/27] p1020rdb: " Zhenhua Luo
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p1010rdb.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index 8f1c141..eddd665 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -26,6 +26,10 @@ UBOOT_CONFIG[nand-secboot] = "P1010RDB-PB_NAND_SECBOOT_config"
 UBOOT_CONFIG[nor-secboot] = "P1010RDB-PB_NOR_SECBOOT_config"
 UBOOT_CONFIG[spi-secboot] = "P1010RDB-PB_SPIFLASH_SECBOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
 
-- 
2.4.3



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

* [PATCH 07/27] p1020rdb: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (5 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 06/27] p1010rdb: define the u-boot source binary name of NAND, SPI and SD Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 08/27] p1021rdb: " Zhenhua Luo
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p1020rdb.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index 30009fb..2107224 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config"
 UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config"
 UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 08/27] p1021rdb: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (6 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 07/27] p1020rdb: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 09/27] p1022ds: " Zhenhua Luo
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p1021rdb.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
index 710ec3f..57109a2 100644
--- a/conf/machine/p1021rdb.conf
+++ b/conf/machine/p1021rdb.conf
@@ -20,6 +20,10 @@ UBOOT_CONFIG[36bit-spi] = "P1021RDB-PC_36BIT_SPIFLASH_config"
 UBOOT_CONFIG[36bit-nand] = "P1021RDB-PC_36BIT_NAND_config"
 UBOOT_CONFIG[36bit-sdcard] = "P1021RDB-PC_36BIT_SDCARD_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "p1021rdb-pc_32b.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 09/27] p1022ds: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (7 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 08/27] p1021rdb: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 10/27] p1023rdb: " Zhenhua Luo
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p1022ds.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
index 47156b6..41b8835 100644
--- a/conf/machine/p1022ds.conf
+++ b/conf/machine/p1022ds.conf
@@ -20,6 +20,10 @@ UBOOT_CONFIG[36bit-spi] = "P1022DS_36BIT_SPIFLASH_config"
 UBOOT_CONFIG[36bit-nand] = "P1022DS_36BIT_NAND_config"
 UBOOT_CONFIG[36bit-sdcard] = "P1022DS_36BIT_SDCARD_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "p1022ds_32b.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 10/27] p1023rdb: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (8 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 09/27] p1022ds: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 11/27] p1025twr: " Zhenhua Luo
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p1023rdb.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
index 82d796f..c6b36ba 100644
--- a/conf/machine/p1023rdb.conf
+++ b/conf/machine/p1023rdb.conf
@@ -12,6 +12,10 @@ SOC_FAMILY = "p1023"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "P1023RDB_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "p1023rdb.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
 
-- 
2.4.3



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

* [PATCH 11/27] p1025twr: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (9 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 10/27] p1023rdb: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 12/27] p2020rdb: " Zhenhua Luo
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p1025twr.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf
index 56e223b..783fa42 100644
--- a/conf/machine/p1025twr.conf
+++ b/conf/machine/p1025twr.conf
@@ -13,6 +13,10 @@ BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "TWR-P1025_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "p1025twr_32b.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 12/27] p2020rdb: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (10 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 11/27] p1025twr: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 13/27] p2041rdb: " Zhenhua Luo
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p2020rdb.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index bab4185..14e030b 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -20,6 +20,10 @@ UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config"
 UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config"
 UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 13/27] p2041rdb: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (11 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 12/27] p2020rdb: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 14/27] p3041ds: " Zhenhua Luo
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p2041rdb.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
index a3ecac5..ad40e67 100644
--- a/conf/machine/p2041rdb.conf
+++ b/conf/machine/p2041rdb.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config"
 UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config"
 UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config"
 
+UBOOT_SOURCE_NAND = "u-boot.pbl"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot.pbl"
+
 KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb \
     p2041rdb-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 14/27] p3041ds: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (12 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 13/27] p2041rdb: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 15/27] p4080ds: " Zhenhua Luo
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p3041ds.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
index 8b2bb1d..4f94219 100644
--- a/conf/machine/p3041ds.conf
+++ b/conf/machine/p3041ds.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config"
 UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config"
 UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config"
 
+UBOOT_SOURCE_NAND = "u-boot.pbl"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot.pbl"
+
 KERNEL_DEVICETREE ?= "p3041ds.dtb p3041ds-usdpaa.dtb \
     p3041ds-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 15/27] p4080ds: define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (13 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 14/27] p3041ds: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 16/27] p5020ds(-64b): " Zhenhua Luo
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p4080ds.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index 1bbe905..36f3d94 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -15,6 +15,10 @@ UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"
 UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config"
 UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config"
 
+UBOOT_SOURCE_NAND = "u-boot.pbl"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot.pbl"
+
 KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \
     p4080ds-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 16/27] p5020ds(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (14 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 15/27] p4080ds: " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 17/27] p5040ds(-64b): " Zhenhua Luo
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p5020ds-64b.conf | 4 ++++
 conf/machine/p5020ds.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/p5020ds-64b.conf b/conf/machine/p5020ds-64b.conf
index 54cca65..5bba3fb 100644
--- a/conf/machine/p5020ds-64b.conf
+++ b/conf/machine/p5020ds-64b.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[secure-boot] = "P5020DS_SECURE_BOOT_config"
 UBOOT_CONFIG[sdcard] = "P5020DS_SDCARD_config"
 UBOOT_CONFIG[spi] = "P5020DS_SPIFLASH_config"
 
+UBOOT_SOURCE_NAND = "u-boot.pbl"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot.pbl"
+
 KERNEL_DEVICETREE ?= "p5020ds.dtb p5020ds-usdpaa.dtb \
     p5020ds-usdpaa-shared-interfaces.dtb \
 "
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf
index e25e3dd..2549504 100644
--- a/conf/machine/p5020ds.conf
+++ b/conf/machine/p5020ds.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[secure-boot] = "P5020DS_SECURE_BOOT_config"
 UBOOT_CONFIG[sdcard] = "P5020DS_SDCARD_config"
 UBOOT_CONFIG[spi] = "P5020DS_SPIFLASH_config"
 
+UBOOT_SOURCE_NAND = "u-boot.pbl"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot.pbl"
+
 KERNEL_DEVICETREE ?= "p5020ds.dtb p5020ds-usdpaa.dtb \
     p5020ds-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 17/27] p5040ds(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (15 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 16/27] p5020ds(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 18/27] t1023rdb(-64b): " Zhenhua Luo
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/p5040ds-64b.conf | 4 ++++
 conf/machine/p5040ds.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index de76d93..3b42f84 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config"
 UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config"
 UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config"
 
+UBOOT_SOURCE_NAND = "u-boot.pbl"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot.pbl"
+
 KERNEL_DEVICETREE ?= "p5040ds.dtb p5040ds-usdpaa.dtb \
     p5040ds-usdpaa-shared-interfaces.dtb \
 "
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index 77132ed..a1aac0d 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config"
 UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config"
 UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config"
 
+UBOOT_SOURCE_NAND = "u-boot.pbl"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot.pbl"
+
 KERNEL_DEVICETREE ?= "p5040ds.dtb p5040ds-usdpaa.dtb \
     p5040ds-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 18/27] t1023rdb(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (16 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 17/27] p5040ds(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 19/27] t1024rdb(-64b): " Zhenhua Luo
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/t1023rdb-64b.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf
index 0111fbd..5f6f61f 100644
--- a/conf/machine/t1023rdb-64b.conf
+++ b/conf/machine/t1023rdb-64b.conf
@@ -14,6 +14,10 @@ UBOOT_CONFIG[nand] = "T1024RDB_NAND_config"
 UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config"
 UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 19/27] t1024rdb(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (17 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 18/27] t1023rdb(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 20/27] t1040d4rdb(-64b): " Zhenhua Luo
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/t1024rdb-64b.conf | 4 ++++
 conf/machine/t1024rdb.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
index 48681cd..ea313fe 100644
--- a/conf/machine/t1024rdb-64b.conf
+++ b/conf/machine/t1024rdb-64b.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config"
 UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config"
 UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
 
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index 8f75038..0fe762d 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config"
 UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config"
 UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 20/27] t1040d4rdb(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (18 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 19/27] t1024rdb(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 21/27] t1042d4rdb(-64b): " Zhenhua Luo
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/t1040d4rdb-64b.conf | 4 ++++
 conf/machine/t1040d4rdb.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/t1040d4rdb-64b.conf b/conf/machine/t1040d4rdb-64b.conf
index cbfb6d8..790dd30 100644
--- a/conf/machine/t1040d4rdb-64b.conf
+++ b/conf/machine/t1040d4rdb-64b.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1040D4RDB_SDCARD_config"
 UBOOT_CONFIG[spi] = "T1040D4RDB_SPIFLASH_config"
 UBOOT_CONFIG[secure-boot] = "T1040D4RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
 
diff --git a/conf/machine/t1040d4rdb.conf b/conf/machine/t1040d4rdb.conf
index 8f85ed9..abdbe6e 100644
--- a/conf/machine/t1040d4rdb.conf
+++ b/conf/machine/t1040d4rdb.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1040D4RDB_SDCARD_config"
 UBOOT_CONFIG[spi] = "T1040D4RDB_SPIFLASH_config"
 UBOOT_CONFIG[secure-boot] = "T1040D4RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 21/27] t1042d4rdb(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (19 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 20/27] t1040d4rdb(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 22/27] t2080qds(-64b): " Zhenhua Luo
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/t1042d4rdb-64b.conf | 4 ++++
 conf/machine/t1042d4rdb.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf
index 008bdd9..6b8642c 100644
--- a/conf/machine/t1042d4rdb-64b.conf
+++ b/conf/machine/t1042d4rdb-64b.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config"
 UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config"
 UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t1042d4rdb.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
 
diff --git a/conf/machine/t1042d4rdb.conf b/conf/machine/t1042d4rdb.conf
index 5d430ac..11b5ebf 100644
--- a/conf/machine/t1042d4rdb.conf
+++ b/conf/machine/t1042d4rdb.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config"
 UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config"
 UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t1042d4rdb.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 22/27] t2080qds(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (20 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 21/27] t1042d4rdb(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 23/27] t2080rdb(-64b): " Zhenhua Luo
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/t2080qds-64b.conf | 4 ++++
 conf/machine/t2080qds.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf
index 8da4582..eea51f5 100644
--- a/conf/machine/t2080qds-64b.conf
+++ b/conf/machine/t2080qds-64b.conf
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080QDS_NAND_config"
 UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config"
 UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \
     t2080qds-usdpaa-shared-interfaces.dtb \
 "
diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf
index 825e946..68454bf 100644
--- a/conf/machine/t2080qds.conf
+++ b/conf/machine/t2080qds.conf
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080QDS_NAND_config"
 UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config"
 UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \
     t2080qds-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 23/27] t2080rdb(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (21 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 22/27] t2080qds(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 24/27] t4160qds(-64b): " Zhenhua Luo
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/t2080rdb-64b.conf | 4 ++++
 conf/machine/t2080rdb.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf
index 3a52d4b..de5e18e 100644
--- a/conf/machine/t2080rdb-64b.conf
+++ b/conf/machine/t2080rdb-64b.conf
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080RDB_NAND_config"
 UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
 UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \
     t2080rdb-usdpaa-shared-interfaces.dtb \
 "
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
index 43bd557..82a4ec3 100644
--- a/conf/machine/t2080rdb.conf
+++ b/conf/machine/t2080rdb.conf
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080RDB_NAND_config"
 UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
 UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \
     t2080rdb-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 24/27] t4160qds(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (22 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 23/27] t2080rdb(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 25/27] t4240qds(-64b): " Zhenhua Luo
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/t4160qds-64b.conf | 4 ++++
 conf/machine/t4160qds.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index e549663..b245b08 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot"
 UBOOT_CONFIG[nor] = "T4160QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index 7af70f9..e86cbd2 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "T4160QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 
-- 
2.4.3



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

* [PATCH 25/27] t4240qds(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (23 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 24/27] t4160qds(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 26/27] t4240rdb(-64b): " Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 27/27] u-boot-qoriq: use machine specific variables defined in machine conf Zhenhua Luo
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/t4240qds-64b.conf | 4 ++++
 conf/machine/t4240qds.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf
index 1b960c2..3c3dfb7 100644
--- a/conf/machine/t4240qds-64b.conf
+++ b/conf/machine/t4240qds-64b.conf
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot"
 UBOOT_CONFIG[nor] = "T4240QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
     t4240qds-usdpaa-shared-interfaces.dtb \
 "
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index dd6d12a..2bab3f1 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot"
 UBOOT_CONFIG[nor] = "T4240QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
     t4240qds-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 26/27] t4240rdb(-64b): define the u-boot source binary name of NAND, SPI and SD
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (24 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 25/27] t4240qds(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  2015-09-01  7:20 ` [PATCH 27/27] u-boot-qoriq: use machine specific variables defined in machine conf Zhenhua Luo
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/t4240rdb-64b.conf | 4 ++++
 conf/machine/t4240rdb.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf
index 6399c94..c85e295 100644
--- a/conf/machine/t4240rdb-64b.conf
+++ b/conf/machine/t4240rdb-64b.conf
@@ -12,6 +12,10 @@ SOC_FAMILY = "t4:t4240"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "T4240RDB_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
     t4240rdb-usdpaa-shared-interfaces.dtb \
 "
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
index 1e51a40..2af9395 100644
--- a/conf/machine/t4240rdb.conf
+++ b/conf/machine/t4240rdb.conf
@@ -12,6 +12,10 @@ SOC_FAMILY = "t4:t4240"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "T4240RDB_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
     t4240rdb-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



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

* [PATCH 27/27] u-boot-qoriq: use machine specific variables defined in machine conf
  2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
                   ` (25 preceding siblings ...)
  2015-09-01  7:20 ` [PATCH 26/27] t4240rdb(-64b): " Zhenhua Luo
@ 2015-09-01  7:20 ` Zhenhua Luo
  26 siblings, 0 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  7:20 UTC (permalink / raw)
  To: meta-freescale

Use the following machine specific variables which are defined in machine
conf file:
* UBOOT_SOURCE_NAND
* UBOOT_SOURCE_SPI
* UBOOT_SOURCE_SD

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb | 30 ++++++------------------------
 1 file changed, 6 insertions(+), 24 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
index 2ab2e13..44480b9 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
@@ -80,30 +80,12 @@ do_compile_append_qoriq-ppc() {
             cp ${S}/${board}/${UBOOT_SOURCE}  ${S}/${board}/${UBOOT_TARGET}.bin
         elif [ "x${UBOOT_TARGET}" != "x" ]; then
             # some boards' final binary was not named as u-boot.bin
-            if [ "${UBOOT_TARGET}" = "u-boot-nand" ];then
-                if echo $board |egrep -q "^(BSC|C29|P10|P2020RDB)";then
-                    UBOOT_SOURCE=u-boot-with-spl.bin
-                elif echo $board |egrep -q "^(B4|T1|T2|T4)";then
-                    UBOOT_SOURCE=u-boot-with-spl-pbl.bin
-                elif echo $board |egrep -q "^(P2041|P3|P4|P5)";then
-                    UBOOT_SOURCE=u-boot.pbl
-                fi
-            elif [ "${UBOOT_TARGET}" = "u-boot-spi" ];then
-                if echo $board |egrep -q "^(P10|P2020RDB)";then
-                    UBOOT_SOURCE=u-boot-with-spl.bin
-                elif echo $board |egrep -q "^(T1|T2)";then
-                    UBOOT_SOURCE=u-boot-with-spl-pbl.bin
-                elif echo $board |egrep -q "^(B4|P2041|P3|P4|P5|T4)";then
-                    UBOOT_SOURCE=u-boot.pbl
-                fi
-            elif [ "${UBOOT_TARGET}" = "u-boot-sd" ];then
-                if echo $board |egrep -q "^(P10|P2020RDB)";then
-                    UBOOT_SOURCE=u-boot-with-spl.bin
-                elif echo $board |egrep -q "^(B4|T1|T2|T4)";then
-                    UBOOT_SOURCE=u-boot-with-spl-pbl.bin
-                elif echo $board |egrep -q "^(P2041|P3|P4|P5)";then
-                    UBOOT_SOURCE=u-boot.pbl
-                fi
+            if [ "${UBOOT_TARGET}" = "u-boot-nand" ] && [ "${UBOOT_SOURCE_NAND}" != "" ]; then
+                UBOOT_SOURCE="${UBOOT_SOURCE_NAND}"
+            elif [ "${UBOOT_TARGET}" = "u-boot-spi" ] && [ "${UBOOT_SOURCE_SPI}" != "" ]; then
+                UBOOT_SOURCE="${UBOOT_SOURCE_SPI}"
+            elif [ "${UBOOT_TARGET}" = "u-boot-sd" ] && [ "${UBOOT_SOURCE_SD}" != "" ]; then
+                UBOOT_SOURCE="${UBOOT_SOURCE_SD}"
             fi
             cp ${S}/${board}/${UBOOT_SOURCE}  ${S}/${board}/${UBOOT_TARGET}.bin
 
-- 
2.4.3



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

end of thread, other threads:[~2015-09-01  7:31 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01  7:20 [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf Zhenhua Luo
2015-09-01  7:20 ` [PATCH 01/27] b4860qds(-64b): define the u-boot source binary name of NAND, SPI and SD Zhenhua Luo
2015-09-01  7:20 ` [PATCH 02/27] b4420qds(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 03/27] bsc9131rdb: define the u-boot source binary name of NAND Zhenhua Luo
2015-09-01  7:20 ` [PATCH 04/27] bsc9132qds: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 05/27] c293pcie: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 06/27] p1010rdb: define the u-boot source binary name of NAND, SPI and SD Zhenhua Luo
2015-09-01  7:20 ` [PATCH 07/27] p1020rdb: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 08/27] p1021rdb: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 09/27] p1022ds: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 10/27] p1023rdb: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 11/27] p1025twr: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 12/27] p2020rdb: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 13/27] p2041rdb: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 14/27] p3041ds: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 15/27] p4080ds: " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 16/27] p5020ds(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 17/27] p5040ds(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 18/27] t1023rdb(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 19/27] t1024rdb(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 20/27] t1040d4rdb(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 21/27] t1042d4rdb(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 22/27] t2080qds(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 23/27] t2080rdb(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 24/27] t4160qds(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 25/27] t4240qds(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 26/27] t4240rdb(-64b): " Zhenhua Luo
2015-09-01  7:20 ` [PATCH 27/27] u-boot-qoriq: use machine specific variables defined in machine conf 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.