[meta-freescale] [PATCH 00/27] Move the machine specific variables from u-boot bb to machine conf

Zhenhua Luo zhenhua.luo at freescale.com
Tue Sep 1 00:20:13 PDT 2015


* 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



More information about the meta-freescale mailing list