summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-09-08 13:34:29 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-09-09 13:28:36 +0800
commit87de9aeb0cb727cb5486bcb10acb45ddad7284af (patch)
tree4a64cfd37a911d8aef15b455d3114a2fe51f95d2
parentaa238ac0aa78004b7a7bf886080ae9364dbba315 (diff)
downloadmeta-fsl-ppc-87de9aeb0cb727cb5486bcb10acb45ddad7284af.tar.gz
Migrate from SOC_FAMILY to MACHINEOVERRIDES
MACHINEOVERRIDES way is more straightforward than SOC_FAMILY, so migrate from SOC_FAMILY to MACHINEOVERRIDES for NXP QorIQ PPC targets. This also aligns with NXP MCU i.MX. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--conf/machine/b4420qds-64b.conf4
-rw-r--r--conf/machine/b4420qds.conf4
-rw-r--r--conf/machine/b4860qds-64b.conf4
-rw-r--r--conf/machine/b4860qds.conf4
-rw-r--r--conf/machine/c293pcie.conf4
-rw-r--r--conf/machine/p2041rdb.conf3
-rw-r--r--conf/machine/p3041ds.conf3
-rw-r--r--conf/machine/p4080ds.conf3
-rw-r--r--conf/machine/p5020ds-64b.conf3
-rw-r--r--conf/machine/p5020ds.conf3
-rw-r--r--conf/machine/p5040ds-64b.conf3
-rw-r--r--conf/machine/p5040ds.conf3
-rw-r--r--conf/machine/t1023rdb-64b.conf3
-rw-r--r--conf/machine/t1023rdb.conf3
-rw-r--r--conf/machine/t1024rdb-64b.conf4
-rw-r--r--conf/machine/t1024rdb.conf4
-rw-r--r--conf/machine/t1040d4rdb-64b.conf4
-rw-r--r--conf/machine/t1040d4rdb.conf4
-rw-r--r--conf/machine/t1042d4rdb-64b.conf4
-rw-r--r--conf/machine/t1042d4rdb.conf4
-rw-r--r--conf/machine/t2080qds-64b.conf4
-rw-r--r--conf/machine/t2080qds.conf4
-rw-r--r--conf/machine/t2080rdb-64b.conf4
-rw-r--r--conf/machine/t2080rdb.conf4
-rw-r--r--conf/machine/t4160qds-64b.conf4
-rw-r--r--conf/machine/t4160qds.conf4
-rw-r--r--conf/machine/t4240qds-64b.conf4
-rw-r--r--conf/machine/t4240qds.conf4
-rw-r--r--conf/machine/t4240rdb-64b.conf4
-rw-r--r--conf/machine/t4240rdb.conf4
30 files changed, 60 insertions, 51 deletions
diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
index 1b379b3..460a049 100644
--- a/conf/machine/b4420qds-64b.conf
+++ b/conf/machine/b4420qds-64b.conf
@@ -6,9 +6,9 @@
6# 64b mode 6# 64b mode
7#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 7#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
8 8
9require conf/machine/include/e6500-64b.inc 9MACHINEOVERRIDES =. "b4:b4420:"
10 10
11SOC_FAMILY = "b4:b4420" 11require conf/machine/include/e6500-64b.inc
12 12
13UBOOT_CONFIG ??= "nor" 13UBOOT_CONFIG ??= "nor"
14UBOOT_CONFIG[nor] = "B4420QDS_config" 14UBOOT_CONFIG[nor] = "B4420QDS_config"
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index e142e6f..fc5214d 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -6,9 +6,9 @@
6# 32b mode 6# 32b mode
7#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 7#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
8 8
9require conf/machine/include/e6500.inc 9MACHINEOVERRIDES =. "b4:b4420:"
10 10
11SOC_FAMILY = "b4:b4420" 11require conf/machine/include/e6500.inc
12 12
13UBOOT_CONFIG ??= "nor" 13UBOOT_CONFIG ??= "nor"
14UBOOT_CONFIG[nor] = "B4420QDS_config" 14UBOOT_CONFIG[nor] = "B4420QDS_config"
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
index 5e8d9f4..cd1365c 100644
--- a/conf/machine/b4860qds-64b.conf
+++ b/conf/machine/b4860qds-64b.conf
@@ -6,9 +6,9 @@
6# 64b mode 6# 64b mode
7#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 7#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
8 8
9require conf/machine/include/e6500-64b.inc 9MACHINEOVERRIDES =. "b4:b4860:"
10 10
11SOC_FAMILY = "b4:b4860" 11require conf/machine/include/e6500-64b.inc
12 12
13UBOOT_CONFIG ??= "secure-boot nor" 13UBOOT_CONFIG ??= "secure-boot nor"
14UBOOT_CONFIG[nor] = "B4860QDS_config" 14UBOOT_CONFIG[nor] = "B4860QDS_config"
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf
index 2b8cdab..4a113b2 100644
--- a/conf/machine/b4860qds.conf
+++ b/conf/machine/b4860qds.conf
@@ -6,9 +6,9 @@
6# 32b mode 6# 32b mode
7#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 7#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
8 8
9require conf/machine/include/e6500.inc 9MACHINEOVERRIDES =. "b4:b4860:"
10 10
11SOC_FAMILY = "b4:b4860" 11require conf/machine/include/e6500.inc
12 12
13UBOOT_CONFIG ??= "secure-boot nor" 13UBOOT_CONFIG ??= "secure-boot nor"
14UBOOT_CONFIG[nor] = "B4860QDS_config" 14UBOOT_CONFIG[nor] = "B4860QDS_config"
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
index 4ab730d..cb33204 100644
--- a/conf/machine/c293pcie.conf
+++ b/conf/machine/c293pcie.conf
@@ -5,9 +5,9 @@
5# PCI Express Adapter Platform with ppce500v2 core 5# PCI Express Adapter Platform with ppce500v2 core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e500v2.inc 8MACHINEOVERRIDES =. "c29x:"
9 9
10SOC_FAMILY = "c293pcie" 10require conf/machine/include/e500v2.inc
11 11
12UBOOT_CONFIG ??= "spi secboot spi-secboot nor" 12UBOOT_CONFIG ??= "spi secboot spi-secboot nor"
13UBOOT_CONFIG[nor] = "C29XPCIE_config" 13UBOOT_CONFIG[nor] = "C29XPCIE_config"
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
index de57dac..98f58a0 100644
--- a/conf/machine/p2041rdb.conf
+++ b/conf/machine/p2041rdb.conf
@@ -5,9 +5,10 @@
5# Design Board, rev2 silicon with ppce500mc core 5# Design Board, rev2 silicon with ppce500mc core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "p2041:"
9
8require conf/machine/include/e500mc.inc 10require conf/machine/include/e500mc.inc
9 11
10SOC_FAMILY = "p2041"
11UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
12UBOOT_CONFIG[nor] = "P2041RDB_config" 13UBOOT_CONFIG[nor] = "P2041RDB_config"
13UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" 14UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl"
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
index 48a4a4a..05f8290 100644
--- a/conf/machine/p3041ds.conf
+++ b/conf/machine/p3041ds.conf
@@ -5,9 +5,10 @@
5# System with ppce500mc core 5# System with ppce500mc core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "p3041:"
9
8require conf/machine/include/e500mc.inc 10require conf/machine/include/e500mc.inc
9 11
10SOC_FAMILY = "p3041"
11UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
12UBOOT_CONFIG[nor] = "P3041DS_config" 13UBOOT_CONFIG[nor] = "P3041DS_config"
13UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl" 14UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl"
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index 5473642..fbf60d7 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -5,9 +5,10 @@
5# System with ppce500mc core 5# System with ppce500mc core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "p4080:"
9
8require conf/machine/include/e500mc.inc 10require conf/machine/include/e500mc.inc
9 11
10SOC_FAMILY = "p4080"
11UBOOT_CONFIG ??= "secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "secure-boot sdcard spi nor"
12UBOOT_CONFIG[nor] = "P4080DS_config" 13UBOOT_CONFIG[nor] = "P4080DS_config"
13UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"
diff --git a/conf/machine/p5020ds-64b.conf b/conf/machine/p5020ds-64b.conf
index 17fe02b..4fb2df3 100644
--- a/conf/machine/p5020ds-64b.conf
+++ b/conf/machine/p5020ds-64b.conf
@@ -5,9 +5,10 @@
5# System with ppce5500 core in 64b mode 5# System with ppce5500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "p5020:"
9
8require conf/machine/include/e5500-64b.inc 10require conf/machine/include/e5500-64b.inc
9 11
10SOC_FAMILY = "p5020"
11UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
12UBOOT_CONFIG[nor] = "P5020DS_config" 13UBOOT_CONFIG[nor] = "P5020DS_config"
13UBOOT_CONFIG[nand] = "P5020DS_NAND_config,,u-boot.pbl" 14UBOOT_CONFIG[nand] = "P5020DS_NAND_config,,u-boot.pbl"
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf
index 037a713..c38b9b5 100644
--- a/conf/machine/p5020ds.conf
+++ b/conf/machine/p5020ds.conf
@@ -5,9 +5,10 @@
5# System with ppce5500 core in 32b mode 5# System with ppce5500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "p5020:"
9
8require conf/machine/include/e5500.inc 10require conf/machine/include/e5500.inc
9 11
10SOC_FAMILY = "p5020"
11UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
12UBOOT_CONFIG[nor] = "P5020DS_config" 13UBOOT_CONFIG[nor] = "P5020DS_config"
13UBOOT_CONFIG[nand] = "P5020DS_NAND_config,,u-boot.pbl" 14UBOOT_CONFIG[nand] = "P5020DS_NAND_config,,u-boot.pbl"
diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index 74f6f52..ff63bbe 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -5,9 +5,10 @@
5# System with ppce5500 core in 64b mode 5# System with ppce5500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "p5040:"
9
8require conf/machine/include/e5500-64b.inc 10require conf/machine/include/e5500-64b.inc
9 11
10SOC_FAMILY = "p5040"
11UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
12UBOOT_CONFIG[nor] = "P5040DS_config" 13UBOOT_CONFIG[nor] = "P5040DS_config"
13UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" 14UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl"
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index b9f8ce7..7522380 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -5,9 +5,10 @@
5# System with ppce5500 core in 32b mode 5# System with ppce5500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "p5040:"
9
8require conf/machine/include/e5500.inc 10require conf/machine/include/e5500.inc
9 11
10SOC_FAMILY = "p5040"
11UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
12UBOOT_CONFIG[nor] = "P5040DS_config" 13UBOOT_CONFIG[nor] = "P5040DS_config"
13UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" 14UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl"
diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf
index acc7e2f..0cc82f6 100644
--- a/conf/machine/t1023rdb-64b.conf
+++ b/conf/machine/t1023rdb-64b.conf
@@ -5,9 +5,10 @@
5# Design Board with ppce5500 core in 64b mode 5# Design Board with ppce5500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "t1:t1023:"
9
8require conf/machine/include/e5500-64b.inc 10require conf/machine/include/e5500-64b.inc
9 11
10SOC_FAMILY = "t1:t1023"
11UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
12UBOOT_CONFIG[nor] = "T1023RDB_config" 13UBOOT_CONFIG[nor] = "T1023RDB_config"
13UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin" 14UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin"
diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf
index c8b6e3c..52480e0 100644
--- a/conf/machine/t1023rdb.conf
+++ b/conf/machine/t1023rdb.conf
@@ -5,9 +5,10 @@
5# Design Board with ppce5500 core in 32b mode 5# Design Board with ppce5500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "t1:t1023:"
9
8require conf/machine/include/e5500.inc 10require conf/machine/include/e5500.inc
9 11
10SOC_FAMILY = "t1:t1023"
11UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
12UBOOT_CONFIG[nor] = "T1023RDB_config" 13UBOOT_CONFIG[nor] = "T1023RDB_config"
13UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin" 14UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin"
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
index e72564a..ec1f180 100644
--- a/conf/machine/t1024rdb-64b.conf
+++ b/conf/machine/t1024rdb-64b.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce5500 core in 64b mode 5# Design Board with ppce5500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e5500-64b.inc 8MACHINEOVERRIDES =. "t1:t1024:"
9 9
10SOC_FAMILY = "t1:t1024" 10require conf/machine/include/e5500-64b.inc
11 11
12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1024RDB_config" 13UBOOT_CONFIG[nor] = "T1024RDB_config"
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index e44f767..e98ef2d 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce5500 core in 32b mode 5# Design Board with ppce5500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e5500.inc 8MACHINEOVERRIDES =. "t1:t1024:"
9 9
10SOC_FAMILY = "t1:t1024" 10require conf/machine/include/e5500.inc
11 11
12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1024RDB_config" 13UBOOT_CONFIG[nor] = "T1024RDB_config"
diff --git a/conf/machine/t1040d4rdb-64b.conf b/conf/machine/t1040d4rdb-64b.conf
index 5acfd23..2de48d9 100644
--- a/conf/machine/t1040d4rdb-64b.conf
+++ b/conf/machine/t1040d4rdb-64b.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce5500 core in 64b mode 5# Design Board with ppce5500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e5500-64b.inc 8MACHINEOVERRIDES =. "t1:t1040:"
9 9
10SOC_FAMILY = "t1:t1040" 10require conf/machine/include/e5500-64b.inc
11 11
12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1040D4RDB_config" 13UBOOT_CONFIG[nor] = "T1040D4RDB_config"
diff --git a/conf/machine/t1040d4rdb.conf b/conf/machine/t1040d4rdb.conf
index bd6b787..5372579 100644
--- a/conf/machine/t1040d4rdb.conf
+++ b/conf/machine/t1040d4rdb.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce5500 core in 32b mode 5# Design Board with ppce5500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e5500.inc 8MACHINEOVERRIDES =. "t1:t1040:"
9 9
10SOC_FAMILY = "t1:t1040" 10require conf/machine/include/e5500.inc
11 11
12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1040D4RDB_config" 13UBOOT_CONFIG[nor] = "T1040D4RDB_config"
diff --git a/conf/machine/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf
index d6194d5..830a291 100644
--- a/conf/machine/t1042d4rdb-64b.conf
+++ b/conf/machine/t1042d4rdb-64b.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce5500 core in 64b mode 5# Design Board with ppce5500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e5500-64b.inc 8MACHINEOVERRIDES =. "t1:t1042:"
9 9
10SOC_FAMILY = "t1:t1042" 10require conf/machine/include/e5500-64b.inc
11 11
12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1042D4RDB_config" 13UBOOT_CONFIG[nor] = "T1042D4RDB_config"
diff --git a/conf/machine/t1042d4rdb.conf b/conf/machine/t1042d4rdb.conf
index 5edfaa2..fc84dcf 100644
--- a/conf/machine/t1042d4rdb.conf
+++ b/conf/machine/t1042d4rdb.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce5500 core in 32b mode 5# Design Board with ppce5500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e5500.inc 8MACHINEOVERRIDES =. "t1:t1042:"
9 9
10SOC_FAMILY = "t1:t1042" 10require conf/machine/include/e5500.inc
11 11
12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1042D4RDB_config" 13UBOOT_CONFIG[nor] = "T1042D4RDB_config"
diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf
index 6e35e33..cbe9c42 100644
--- a/conf/machine/t2080qds-64b.conf
+++ b/conf/machine/t2080qds-64b.conf
@@ -5,9 +5,9 @@
5# System with ppce6500 core in 64b mode 5# System with ppce6500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500-64b.inc 8MACHINEOVERRIDES =. "t2:t2080:"
9 9
10SOC_FAMILY = "t2:t2080" 10require conf/machine/include/e6500-64b.inc
11 11
12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
13UBOOT_CONFIG[nor] = "T2080QDS_config" 13UBOOT_CONFIG[nor] = "T2080QDS_config"
diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf
index 944b21b..8a16cd2 100644
--- a/conf/machine/t2080qds.conf
+++ b/conf/machine/t2080qds.conf
@@ -5,9 +5,9 @@
5# System with ppce6500 core in 32b mode 5# System with ppce6500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500.inc 8MACHINEOVERRIDES =. "t2:t2080:"
9 9
10SOC_FAMILY = "t2:t2080" 10require conf/machine/include/e6500.inc
11 11
12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
13UBOOT_CONFIG[nor] = "T2080QDS_config" 13UBOOT_CONFIG[nor] = "T2080QDS_config"
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf
index 6f17ff7..54626fa 100644
--- a/conf/machine/t2080rdb-64b.conf
+++ b/conf/machine/t2080rdb-64b.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce6500 core in 64b mode 5# Design Board with ppce6500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500-64b.inc 8MACHINEOVERRIDES =. "t2:t2080:"
9 9
10SOC_FAMILY = "t2:t2080" 10require conf/machine/include/e6500-64b.inc
11 11
12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
13UBOOT_CONFIG[nor] = "T2080RDB_config" 13UBOOT_CONFIG[nor] = "T2080RDB_config"
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
index 05df258..a46fcc0 100644
--- a/conf/machine/t2080rdb.conf
+++ b/conf/machine/t2080rdb.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce6500 core in 32b mode 5# Design Board with ppce6500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500.inc 8MACHINEOVERRIDES =. "t2:t2080:"
9 9
10SOC_FAMILY = "t2:t2080" 10require conf/machine/include/e6500.inc
11 11
12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
13UBOOT_CONFIG[nor] = "T2080RDB_config" 13UBOOT_CONFIG[nor] = "T2080RDB_config"
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index 2cbfff4..86cd021 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -5,9 +5,9 @@
5# System with ppce6500 core in 64b mode 5# System with ppce6500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500-64b.inc 8MACHINEOVERRIDES =. "t4:t4160:"
9 9
10SOC_FAMILY = "t4:t4160" 10require conf/machine/include/e6500-64b.inc
11 11
12UBOOT_CONFIG ??= "secure-boot nor" 12UBOOT_CONFIG ??= "secure-boot nor"
13UBOOT_CONFIG[nor] = "T4160QDS_config" 13UBOOT_CONFIG[nor] = "T4160QDS_config"
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index b4471ea..2e65862 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -5,9 +5,9 @@
5# System with ppce6500 core in 32b mode 5# System with ppce6500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500.inc 8MACHINEOVERRIDES =. "t4:t4160:"
9 9
10SOC_FAMILY = "t4:t4160" 10require conf/machine/include/e6500.inc
11 11
12UBOOT_CONFIG ??= "secure-boot nor" 12UBOOT_CONFIG ??= "secure-boot nor"
13UBOOT_CONFIG[nor] = "T4160QDS_config" 13UBOOT_CONFIG[nor] = "T4160QDS_config"
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf
index e236a1c..abc408e 100644
--- a/conf/machine/t4240qds-64b.conf
+++ b/conf/machine/t4240qds-64b.conf
@@ -5,9 +5,9 @@
5# System with ppce6500 core in 64b mode 5# System with ppce6500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500-64b.inc 8MACHINEOVERRIDES =. "t4:t4240:"
9 9
10SOC_FAMILY = "t4:t4240" 10require conf/machine/include/e6500-64b.inc
11 11
12UBOOT_CONFIG ??= "secure-boot nor" 12UBOOT_CONFIG ??= "secure-boot nor"
13UBOOT_CONFIG[nor] = "T4240QDS_config" 13UBOOT_CONFIG[nor] = "T4240QDS_config"
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index 0a4ac44..01f145f 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -5,9 +5,9 @@
5# System with ppce6500 core in 32b mode 5# System with ppce6500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500.inc 8MACHINEOVERRIDES =. "t4:t4240:"
9 9
10SOC_FAMILY = "t4:t4240" 10require conf/machine/include/e6500.inc
11 11
12UBOOT_CONFIG ??= "secure-boot nor" 12UBOOT_CONFIG ??= "secure-boot nor"
13UBOOT_CONFIG[nor] = "T4240QDS_config" 13UBOOT_CONFIG[nor] = "T4240QDS_config"
diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf
index 92f7e9a..ac0c1fb 100644
--- a/conf/machine/t4240rdb-64b.conf
+++ b/conf/machine/t4240rdb-64b.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce6500 core in 64b mode 5# Design Board with ppce6500 core in 64b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500-64b.inc 8MACHINEOVERRIDES =. "t4:t4240:"
9 9
10SOC_FAMILY = "t4:t4240" 10require conf/machine/include/e6500-64b.inc
11 11
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "T4240RDB_config" 13UBOOT_CONFIG[nor] = "T4240RDB_config"
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
index d76fab0..2e8b70c 100644
--- a/conf/machine/t4240rdb.conf
+++ b/conf/machine/t4240rdb.conf
@@ -5,9 +5,9 @@
5# Design Board with ppce6500 core in 32b mode 5# Design Board with ppce6500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8require conf/machine/include/e6500.inc 8MACHINEOVERRIDES =. "t4:t4240:"
9 9
10SOC_FAMILY = "t4:t4240" 10require conf/machine/include/e6500.inc
11 11
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "T4240RDB_config" 13UBOOT_CONFIG[nor] = "T4240RDB_config"