diff options
author | Ting Liu <b28495@freescale.com> | 2013-08-20 07:14:19 +0000 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-08-20 17:50:04 +0800 |
commit | 096e096c5bea6eb9348ee117d7862fcbae334e61 (patch) | |
tree | 313bee2e396ccaad8f10c94215e7d212713bb64b /meta-fsl-ppc | |
parent | 3b6efdad9e033414f84da8757ae2c41785ed8e53 (diff) | |
download | meta-freescale-096e096c5bea6eb9348ee117d7862fcbae334e61.tar.gz |
rework machines to use dtb file in KERNEL_DEVICETREE variable
The linux-dtb.inc has been rework to use the Linux kernel build system
to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable
should has the /target/ name, not the file path.
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
25 files changed, 25 insertions, 38 deletions
diff --git a/meta-fsl-ppc/conf/machine/b4420qds-64b.conf b/meta-fsl-ppc/conf/machine/b4420qds-64b.conf index 8ab1d292..9b4973e5 100644 --- a/meta-fsl-ppc/conf/machine/b4420qds-64b.conf +++ b/meta-fsl-ppc/conf/machine/b4420qds-64b.conf | |||
@@ -8,7 +8,7 @@ SOC_FAMILY = "b4420" | |||
8 | 8 | ||
9 | # TODO: fix 32bit build of u-boot | 9 | # TODO: fix 32bit build of u-boot |
10 | UBOOT_MACHINES ?= "B4420QDS" | 10 | UBOOT_MACHINES ?= "B4420QDS" |
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts" | 11 | KERNEL_DEVICETREE = "b4420qds.dtb" |
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
13 | 13 | ||
14 | JFFS2_ERASEBLOCK = "0x10000" | 14 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/b4420qds.conf b/meta-fsl-ppc/conf/machine/b4420qds.conf index fe1a44ef..ef8f9771 100644 --- a/meta-fsl-ppc/conf/machine/b4420qds.conf +++ b/meta-fsl-ppc/conf/machine/b4420qds.conf | |||
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "b4420" | 7 | SOC_FAMILY = "b4420" |
8 | UBOOT_MACHINES ?= "B4420QDS" | 8 | UBOOT_MACHINES ?= "B4420QDS" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts" | 9 | KERNEL_DEVICETREE = "b4420qds.dtb" |
10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
11 | 11 | ||
12 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/b4860qds-64b.conf b/meta-fsl-ppc/conf/machine/b4860qds-64b.conf index 7cd18f9e..06268efb 100644 --- a/meta-fsl-ppc/conf/machine/b4860qds-64b.conf +++ b/meta-fsl-ppc/conf/machine/b4860qds-64b.conf | |||
@@ -7,8 +7,7 @@ require conf/machine/include/soc-family.inc | |||
7 | SOC_FAMILY = "b4860" | 7 | SOC_FAMILY = "b4860" |
8 | # TODO: fix 32bit build of u-boot | 8 | # TODO: fix 32bit build of u-boot |
9 | UBOOT_MACHINES ?= "B4860QDS" | 9 | UBOOT_MACHINES ?= "B4860QDS" |
10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts \ | 10 | KERNEL_DEVICETREE = "b4860qds.dtb b4860qds-usdpaa.dtb" |
11 | ${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts" | ||
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
13 | 12 | ||
14 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/b4860qds.conf b/meta-fsl-ppc/conf/machine/b4860qds.conf index 1143a657..6ca29e38 100644 --- a/meta-fsl-ppc/conf/machine/b4860qds.conf +++ b/meta-fsl-ppc/conf/machine/b4860qds.conf | |||
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "b4860" | 7 | SOC_FAMILY = "b4860" |
8 | UBOOT_MACHINES ?= "B4860QDS" | 8 | UBOOT_MACHINES ?= "B4860QDS" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts \ | 9 | KERNEL_DEVICETREE = "b4860qds.dtb b4860qds-usdpaa.dtb" |
10 | ${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
12 | 11 | ||
13 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/bsc9131rdb.conf b/meta-fsl-ppc/conf/machine/bsc9131rdb.conf index 39a73e59..766d5d22 100644 --- a/meta-fsl-ppc/conf/machine/bsc9131rdb.conf +++ b/meta-fsl-ppc/conf/machine/bsc9131rdb.conf | |||
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "bsc9131" | 7 | SOC_FAMILY = "bsc9131" |
8 | UBOOT_MACHINES ?= "BSC9131RDB_SPIFLASH BSC9131RDB_NAND BSC9131RDB_NAND_SYSCLK100 BSC9131RDB_SPIFLASH_SYSCLK100" | 8 | UBOOT_MACHINES ?= "BSC9131RDB_SPIFLASH BSC9131RDB_NAND BSC9131RDB_NAND_SYSCLK100 BSC9131RDB_SPIFLASH_SYSCLK100" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/bsc9131rdb.dts" | 9 | KERNEL_DEVICETREE = "bsc9131rdb.dtb" |
10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" |
11 | 11 | ||
12 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/bsc9132qds.conf b/meta-fsl-ppc/conf/machine/bsc9132qds.conf index 90131a97..9baa49b5 100644 --- a/meta-fsl-ppc/conf/machine/bsc9132qds.conf +++ b/meta-fsl-ppc/conf/machine/bsc9132qds.conf | |||
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "bsc9132" | 7 | SOC_FAMILY = "bsc9132" |
8 | 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" | 8 | 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" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/bsc9132qds.dts" | 9 | KERNEL_DEVICETREE = "bsc9132qds.dtb" |
10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig" |
11 | 11 | ||
12 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/p1010rdb.conf b/meta-fsl-ppc/conf/machine/p1010rdb.conf index ccc5053c..2ee53fce 100644 --- a/meta-fsl-ppc/conf/machine/p1010rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1010rdb.conf | |||
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc | |||
7 | 7 | ||
8 | SOC_FAMILY = "p1010" | 8 | SOC_FAMILY = "p1010" |
9 | UBOOT_MACHINES ?= "P1010RDB_NAND P1010RDB_NOR" | 9 | UBOOT_MACHINES ?= "P1010RDB_NAND P1010RDB_NOR" |
10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1010rdb.dts" | 10 | KERNEL_DEVICETREE = "p1010rdb.dtb" |
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" |
12 | 12 | ||
13 | JFFS2_ERASEBLOCK = "0x20000" | 13 | JFFS2_ERASEBLOCK = "0x20000" |
diff --git a/meta-fsl-ppc/conf/machine/p1020rdb.conf b/meta-fsl-ppc/conf/machine/p1020rdb.conf index b17213c0..ced2d375 100644 --- a/meta-fsl-ppc/conf/machine/p1020rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1020rdb.conf | |||
@@ -8,7 +8,7 @@ SOC_FAMILY = "p1020" | |||
8 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat" | 8 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat" |
9 | UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_SPIFLASH" | 9 | UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_SPIFLASH" |
10 | 10 | ||
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020rdb-pd_32b.dts" | 11 | KERNEL_DEVICETREE = "p1020rdb-pd_32b.dtb" |
12 | 12 | ||
13 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 13 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
14 | 14 | ||
diff --git a/meta-fsl-ppc/conf/machine/p1021rdb.conf b/meta-fsl-ppc/conf/machine/p1021rdb.conf index c1657a41..2e62adb6 100644 --- a/meta-fsl-ppc/conf/machine/p1021rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1021rdb.conf | |||
@@ -8,7 +8,7 @@ require conf/machine/include/soc-family.inc | |||
8 | SOC_FAMILY = "p1021" | 8 | SOC_FAMILY = "p1021" |
9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat" | 9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat" |
10 | 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" | 10 | 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" |
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1021rdb-pc_32b.dts" | 11 | KERNEL_DEVICETREE = "p1021rdb-pc_32b.dtb" |
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
13 | 13 | ||
14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
diff --git a/meta-fsl-ppc/conf/machine/p1022ds.conf b/meta-fsl-ppc/conf/machine/p1022ds.conf index f604ea1f..624353fb 100644 --- a/meta-fsl-ppc/conf/machine/p1022ds.conf +++ b/meta-fsl-ppc/conf/machine/p1022ds.conf | |||
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc | |||
7 | SOC_FAMILY = "p1022" | 7 | SOC_FAMILY = "p1022" |
8 | BOOTFORMAT_CONFIG = "config_ddr3_2gb_p1022ds.dat" | 8 | BOOTFORMAT_CONFIG = "config_ddr3_2gb_p1022ds.dat" |
9 | UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD" | 9 | UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD" |
10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1022ds_32b.dts" | 10 | KERNEL_DEVICETREE = "p1022ds_32b.dtb" |
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
12 | 12 | ||
13 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 13 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
diff --git a/meta-fsl-ppc/conf/machine/p1023rdb.conf b/meta-fsl-ppc/conf/machine/p1023rdb.conf index e591e094..3422cbfd 100644 --- a/meta-fsl-ppc/conf/machine/p1023rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1023rdb.conf | |||
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "p1023" | 7 | SOC_FAMILY = "p1023" |
8 | UBOOT_MACHINES ?= "P1023RDB" | 8 | UBOOT_MACHINES ?= "P1023RDB" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rdb.dts" | 9 | KERNEL_DEVICETREE = "p1023rdb.dtb" |
10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" |
11 | 11 | ||
12 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/p1025twr.conf b/meta-fsl-ppc/conf/machine/p1025twr.conf index d1d1db0d..286ec693 100644 --- a/meta-fsl-ppc/conf/machine/p1025twr.conf +++ b/meta-fsl-ppc/conf/machine/p1025twr.conf | |||
@@ -8,7 +8,7 @@ require conf/machine/include/soc-family.inc | |||
8 | SOC_FAMILY = "p1025" | 8 | SOC_FAMILY = "p1025" |
9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat" | 9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat" |
10 | UBOOT_MACHINES ?= "TWR-P1025" | 10 | UBOOT_MACHINES ?= "TWR-P1025" |
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1025twr_32b.dts" | 11 | KERNEL_DEVICETREE = "p1025twr_32b.dtb" |
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
13 | 13 | ||
14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
diff --git a/meta-fsl-ppc/conf/machine/p2020ds.conf b/meta-fsl-ppc/conf/machine/p2020ds.conf index 9ca16174..a69e62cd 100644 --- a/meta-fsl-ppc/conf/machine/p2020ds.conf +++ b/meta-fsl-ppc/conf/machine/p2020ds.conf | |||
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc | |||
7 | SOC_FAMILY = "p2020" | 7 | SOC_FAMILY = "p2020" |
8 | BOOTFORMAT_CONFIG = "config_sram_p2020ds.dat" | 8 | BOOTFORMAT_CONFIG = "config_sram_p2020ds.dat" |
9 | UBOOT_MACHINES ?= "P2020DS P2020DS_36BIT P2020DS_DDR2 P2020DS_SDCARD P2020DS_SPIFLASH" | 9 | UBOOT_MACHINES ?= "P2020DS P2020DS_36BIT P2020DS_DDR2 P2020DS_SDCARD P2020DS_SPIFLASH" |
10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2020ds.dts" | 10 | KERNEL_DEVICETREE = "p2020ds.dtb" |
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
12 | 12 | ||
13 | JFFS2_ERASEBLOCK = "0x20000" | 13 | JFFS2_ERASEBLOCK = "0x20000" |
diff --git a/meta-fsl-ppc/conf/machine/p2020rdb.conf b/meta-fsl-ppc/conf/machine/p2020rdb.conf index b703b9f5..b9d95903 100644 --- a/meta-fsl-ppc/conf/machine/p2020rdb.conf +++ b/meta-fsl-ppc/conf/machine/p2020rdb.conf | |||
@@ -8,7 +8,7 @@ require conf/machine/include/soc-family.inc | |||
8 | SOC_FAMILY = "p2020" | 8 | SOC_FAMILY = "p2020" |
9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_64bit_p2020rdb_pc.dat" | 9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_64bit_p2020rdb_pc.dat" |
10 | 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" | 10 | 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" |
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts" | 11 | KERNEL_DEVICETREE = "p2020rdb-pc_32b.dtb" |
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
13 | 13 | ||
14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
diff --git a/meta-fsl-ppc/conf/machine/p2041rdb.conf b/meta-fsl-ppc/conf/machine/p2041rdb.conf index 2f96ce6b..bc6764f8 100644 --- a/meta-fsl-ppc/conf/machine/p2041rdb.conf +++ b/meta-fsl-ppc/conf/machine/p2041rdb.conf | |||
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "p2041" | 7 | SOC_FAMILY = "p2041" |
8 | UBOOT_MACHINES ?= "P2041RDB P2041RDB_NAND P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH" | 8 | UBOOT_MACHINES ?= "P2041RDB P2041RDB_NAND P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts \ | 9 | KERNEL_DEVICETREE = "p2041rdb.dtb p2041rdb-usdpaa.dtb" |
10 | ${S}/arch/powerpc/boot/dts/p2041rdb-usdpaa.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" |
12 | 11 | ||
13 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/p3041ds.conf b/meta-fsl-ppc/conf/machine/p3041ds.conf index 6fb80e14..ced95906 100644 --- a/meta-fsl-ppc/conf/machine/p3041ds.conf +++ b/meta-fsl-ppc/conf/machine/p3041ds.conf | |||
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "p3041" | 7 | SOC_FAMILY = "p3041" |
8 | UBOOT_MACHINES ?= "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT P3041DS_SDCARD P3041DS_SPIFLASH" | 8 | UBOOT_MACHINES ?= "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT P3041DS_SDCARD P3041DS_SPIFLASH" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p3041ds.dts \ | 9 | KERNEL_DEVICETREE = "p3041ds.dtb p3041ds-usdpaa.dtb" |
10 | ${S}/arch/powerpc/boot/dts/p3041ds-usdpaa.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" |
12 | 11 | ||
13 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/p4080ds.conf b/meta-fsl-ppc/conf/machine/p4080ds.conf index daa929a1..6f4a89e1 100644 --- a/meta-fsl-ppc/conf/machine/p4080ds.conf +++ b/meta-fsl-ppc/conf/machine/p4080ds.conf | |||
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "p4080" | 7 | SOC_FAMILY = "p4080" |
8 | UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH " | 8 | UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH " |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p4080ds.dts \ | 9 | KERNEL_DEVICETREE = "p4080ds.dtb p4080ds-usdpaa.dtb" |
10 | ${S}/arch/powerpc/boot/dts/p4080ds-usdpaa.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" |
12 | 11 | ||
13 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/p5020ds-64b.conf b/meta-fsl-ppc/conf/machine/p5020ds-64b.conf index e67ad1ed..968deaa7 100644 --- a/meta-fsl-ppc/conf/machine/p5020ds-64b.conf +++ b/meta-fsl-ppc/conf/machine/p5020ds-64b.conf | |||
@@ -7,8 +7,7 @@ require conf/machine/include/soc-family.inc | |||
7 | SOC_FAMILY = "p5020" | 7 | SOC_FAMILY = "p5020" |
8 | # TODO: fix 32bit build of u-boot for p5020ds-64b | 8 | # TODO: fix 32bit build of u-boot for p5020ds-64b |
9 | UBOOT_MACHINES ?= "P5020DS" | 9 | UBOOT_MACHINES ?= "P5020DS" |
10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts \ | 10 | KERNEL_DEVICETREE = "p5020ds.dtb p5020ds-usdpaa.dtb" |
11 | ${S}/arch/powerpc/boot/dts/p5020ds-usdpaa.dts" | ||
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" |
13 | 12 | ||
14 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/p5020ds.conf b/meta-fsl-ppc/conf/machine/p5020ds.conf index d4ce3d39..1a4055a0 100644 --- a/meta-fsl-ppc/conf/machine/p5020ds.conf +++ b/meta-fsl-ppc/conf/machine/p5020ds.conf | |||
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "p5020" | 7 | SOC_FAMILY = "p5020" |
8 | UBOOT_MACHINES ?= "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SDCARD P5020DS_SPIFLASH " | 8 | UBOOT_MACHINES ?= "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SDCARD P5020DS_SPIFLASH " |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts \ | 9 | KERNEL_DEVICETREE = "p5020ds.dtb p5020ds-usdpaa.dtb" |
10 | ${S}/arch/powerpc/boot/dts/p5020ds-usdpaa.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" |
12 | 11 | ||
13 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/p5040ds-64b.conf b/meta-fsl-ppc/conf/machine/p5040ds-64b.conf index 2a885b7c..4fdc3d6e 100644 --- a/meta-fsl-ppc/conf/machine/p5040ds-64b.conf +++ b/meta-fsl-ppc/conf/machine/p5040ds-64b.conf | |||
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "p5040" | 7 | SOC_FAMILY = "p5040" |
8 | UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH" | 8 | UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \ | 9 | KERNEL_DEVICETREE = "p5040ds.dtb p5040ds-usdpaa.dtb" |
10 | ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" |
12 | 11 | ||
13 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/p5040ds.conf b/meta-fsl-ppc/conf/machine/p5040ds.conf index c7d253ff..53a3f095 100644 --- a/meta-fsl-ppc/conf/machine/p5040ds.conf +++ b/meta-fsl-ppc/conf/machine/p5040ds.conf | |||
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "p5040" | 7 | SOC_FAMILY = "p5040" |
8 | UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH" | 8 | UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \ | 9 | KERNEL_DEVICETREE = "p5040ds.dtb p5040ds-usdpaa.dtb" |
10 | ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" |
12 | 11 | ||
13 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/t4160qds-64b.conf b/meta-fsl-ppc/conf/machine/t4160qds-64b.conf index e8d4475a..af07526b 100644 --- a/meta-fsl-ppc/conf/machine/t4160qds-64b.conf +++ b/meta-fsl-ppc/conf/machine/t4160qds-64b.conf | |||
@@ -7,8 +7,7 @@ require conf/machine/include/soc-family.inc | |||
7 | SOC_FAMILY = "t4160" | 7 | SOC_FAMILY = "t4160" |
8 | # TODO: fix 32bit build of u-boot | 8 | # TODO: fix 32bit build of u-boot |
9 | UBOOT_MACHINES ?= "T4160QDS" | 9 | UBOOT_MACHINES ?= "T4160QDS" |
10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ | 10 | KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb" |
11 | ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" | ||
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
13 | 12 | ||
14 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/t4160qds.conf b/meta-fsl-ppc/conf/machine/t4160qds.conf index 71b4efb7..150bbcd3 100644 --- a/meta-fsl-ppc/conf/machine/t4160qds.conf +++ b/meta-fsl-ppc/conf/machine/t4160qds.conf | |||
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "t4160" | 7 | SOC_FAMILY = "t4160" |
8 | UBOOT_MACHINES ?= "T4160QDS" | 8 | UBOOT_MACHINES ?= "T4160QDS" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ | 9 | KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb" |
10 | ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
12 | 11 | ||
13 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/t4240qds-64b.conf b/meta-fsl-ppc/conf/machine/t4240qds-64b.conf index 31345b1e..24a53dda 100644 --- a/meta-fsl-ppc/conf/machine/t4240qds-64b.conf +++ b/meta-fsl-ppc/conf/machine/t4240qds-64b.conf | |||
@@ -7,8 +7,7 @@ require conf/machine/include/soc-family.inc | |||
7 | SOC_FAMILY = "t4240" | 7 | SOC_FAMILY = "t4240" |
8 | # TODO: fix 32bit build of u-boot | 8 | # TODO: fix 32bit build of u-boot |
9 | UBOOT_MACHINES ?= "T4240QDS" | 9 | UBOOT_MACHINES ?= "T4240QDS" |
10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ | 10 | KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb" |
11 | ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" | ||
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
13 | 12 | ||
14 | JFFS2_ERASEBLOCK = "0x10000" | 13 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/meta-fsl-ppc/conf/machine/t4240qds.conf b/meta-fsl-ppc/conf/machine/t4240qds.conf index a348fe1d..8066e284 100644 --- a/meta-fsl-ppc/conf/machine/t4240qds.conf +++ b/meta-fsl-ppc/conf/machine/t4240qds.conf | |||
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc | |||
6 | 6 | ||
7 | SOC_FAMILY = "t4240" | 7 | SOC_FAMILY = "t4240" |
8 | UBOOT_MACHINES ?= "T4240QDS" | 8 | UBOOT_MACHINES ?= "T4240QDS" |
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ | 9 | KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb" |
10 | ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
12 | 11 | ||
13 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |