All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines
@ 2016-07-14 16:11 ting.liu
  2016-07-14 16:11 ` [meta-freescale-layer][PATCH 2/5] ipc: update to 74d6627 ting.liu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ting.liu @ 2016-07-14 16:11 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <ting.liu@freescale.com>

Remove the below machines which are not supported/tested:
bsc9131rdb, bsc9132qds, p1010rdb, p1020rdb, p1021rdb, p1022ds
p1023rdb, p1025twr, p2020rdb

Signed-off-by: Ting Liu <ting.liu@nxp.com>
---
 conf/machine/bsc9131rdb.conf | 25 -------------------------
 conf/machine/bsc9132qds.conf | 41 -----------------------------------------
 conf/machine/p1010rdb.conf   | 38 --------------------------------------
 conf/machine/p1020rdb.conf   | 28 ----------------------------
 conf/machine/p1021rdb.conf   | 35 -----------------------------------
 conf/machine/p1022ds.conf    | 42 ------------------------------------------
 conf/machine/p1023rdb.conf   | 26 --------------------------
 conf/machine/p1025twr.conf   | 28 ----------------------------
 conf/machine/p2020rdb.conf   | 32 --------------------------------
 9 files changed, 295 deletions(-)
 delete mode 100644 conf/machine/bsc9131rdb.conf
 delete mode 100644 conf/machine/bsc9132qds.conf
 delete mode 100644 conf/machine/p1010rdb.conf
 delete mode 100644 conf/machine/p1020rdb.conf
 delete mode 100644 conf/machine/p1021rdb.conf
 delete mode 100644 conf/machine/p1022ds.conf
 delete mode 100644 conf/machine/p1023rdb.conf
 delete mode 100644 conf/machine/p1025twr.conf
 delete mode 100644 conf/machine/p2020rdb.conf

diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
deleted file mode 100644
index aad6dd9..0000000
--- a/conf/machine/bsc9131rdb.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale BSC9131RDB
-#@SOC: bsc9131
-#@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge BSC9131
-#              Reference Design Board with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "bsc9131"
-
-UBOOT_CONFIG ??= "nand nand-sysclk100 spi spi-sysclk100"
-UBOOT_CONFIG[nand] = "BSC9131RDB_NAND_config"
-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"
-
-JFFS2_ERASEBLOCK = "0x10000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/bsc9132qds.conf b/conf/machine/bsc9132qds.conf
deleted file mode 100644
index 108b497..0000000
--- a/conf/machine/bsc9132qds.conf
+++ /dev/null
@@ -1,41 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale BSC9132QDS
-#@SOC: bsc9132
-#@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge BSC9132
-#              Qonverge Development System with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "bsc9132"
-
-UBOOT_CONFIG ??= "nand-ddrclk133 nand-ddrclk100 nor-ddrclk100 nor-ddrclk133 \
-sdcard-ddrclk100 sdcard-ddrclk133 spi-ddrclk100 spi-ddrclk133 \
-nand-ddrclk100-secure nand-ddrclk133-secure nor-ddrclk100-secure \
-nor-ddrclk133-secure sdcard-ddrclk100-secure sdcard-ddrclk133-secure \
-spi-ddrclk100-secure spi-ddrclk133-secure"
-UBOOT_CONFIG[nand-ddrclk133] = "BSC9132QDS_NAND_DDRCLK133_config"
-UBOOT_CONFIG[nand-ddrclk100] = "BSC9132QDS_NAND_DDRCLK100_config"
-UBOOT_CONFIG[nor-ddrclk100] = "BSC9132QDS_NOR_DDRCLK100_config"
-UBOOT_CONFIG[nor-ddrclk133] = "BSC9132QDS_NOR_DDRCLK133_config"
-UBOOT_CONFIG[sdcard-ddrclk100] = "BSC9132QDS_SDCARD_DDRCLK100_config"
-UBOOT_CONFIG[sdcard-ddrclk133] = "BSC9132QDS_SDCARD_DDRCLK133_config"
-UBOOT_CONFIG[spi-ddrclk100] = "BSC9132QDS_SPIFLASH_DDRCLK100_config"
-UBOOT_CONFIG[spi-ddrclk133] = "BSC9132QDS_SPIFLASH_DDRCLK133_config"
-UBOOT_CONFIG[nand-ddrclk100-secure] = "BSC9132QDS_NAND_DDRCLK100_SECURE_config"
-UBOOT_CONFIG[nand-ddrclk133-secure] = "BSC9132QDS_NAND_DDRCLK133_SECURE_config"
-UBOOT_CONFIG[nor-ddrclk100-secure] = "BSC9132QDS_NOR_DDRCLK100_SECURE_config"
-UBOOT_CONFIG[nor-ddrclk133-secure] = "BSC9132QDS_NOR_DDRCLK133_SECURE_config"
-UBOOT_CONFIG[sdcard-ddrclk100-secure] = "BSC9132QDS_SDCARD_DDRCLK100_SECURE_config"
-UBOOT_CONFIG[sdcard-ddrclk133-secure] = "BSC9132QDS_SDCARD_DDRCLK133_SECURE_config"
-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"
-
-JFFS2_ERASEBLOCK = "0x10000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
deleted file mode 100644
index eddd665..0000000
--- a/conf/machine/p1010rdb.conf
+++ /dev/null
@@ -1,38 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale P1010RDB
-#@SOC: p1010
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1010 Reference
-#              Design Board with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1010"
-BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat"
-
-UBOOT_CONFIG ??= "nor nand spi 36bit-nor 36bit-nand 36bit-spi \
-36bit-nand-secboot 36bit-nor-secboot 36bit-spi-secboot nand-secboot \
-nor-secboot spi-secboot"
-UBOOT_CONFIG[nor] = "P1010RDB-PB_NOR_config"
-UBOOT_CONFIG[nand] = "P1010RDB-PB_NAND_config"
-UBOOT_CONFIG[spi] = "P1010RDB-PB_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nor] = "P1010RDB-PB_36BIT_NOR_config"
-UBOOT_CONFIG[36bit-nand] = "P1010RDB-PB_36BIT_NAND_config"
-UBOOT_CONFIG[36bit-spi] = "P1010RDB-PB_36BIT_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nand-secboot] = "P1010RDB-PB_36BIT_NAND_SECBOOT_config"
-UBOOT_CONFIG[36bit-nor-secboot] = "P1010RDB-PB_36BIT_NOR_SECBOOT_config"
-UBOOT_CONFIG[36bit-spi-secboot] = "P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_config"
-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"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
deleted file mode 100644
index 2107224..0000000
--- a/conf/machine/p1020rdb.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale P1020RDB
-#@SOC: p1020
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1020 Reference
-#              Design Board, revD with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1020"
-BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
-
-UBOOT_CONFIG ??= "nor nand sdcard spi"
-UBOOT_CONFIG[nor] = "P1020RDB-PD_config"
-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"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
deleted file mode 100644
index 57109a2..0000000
--- a/conf/machine/p1021rdb.conf
+++ /dev/null
@@ -1,35 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale P1021RDB
-#@SOC: p1021
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1021 Reference
-#              Design Board, revC with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1021"
-BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
-
-UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
-UBOOT_CONFIG[nor] = "P1021RDB-PC_config"
-UBOOT_CONFIG[nand] = "P1021RDB-PC_NAND_config"
-UBOOT_CONFIG[sdcard] = "P1021RDB-PC_SDCARD_config"
-UBOOT_CONFIG[spi] = "P1021RDB-PC_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nor] = "P1021RDB-PC_36BIT_config"
-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"
-
-JFFS2_ERASEBLOCK = "0x20000"
-QE_UCODE ?= "fsl_qe_ucode_1021_10_A.bin"
-
-EXTRA_IMAGEDEPENDS += "qe-ucode"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
deleted file mode 100644
index 41b8835..0000000
--- a/conf/machine/p1022ds.conf
+++ /dev/null
@@ -1,42 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale P1022DS 
-#@SOC: p1022
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1022 Development
-#              System, revB with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1022"
-BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
-
-UBOOT_CONFIG ??= "nor nand spi sdcard 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
-UBOOT_CONFIG[nor] = "P1022DS_config"
-UBOOT_CONFIG[nand] = "P1022DS_NAND_config"
-UBOOT_CONFIG[spi] = "P1022DS_SPIFLASH_config"
-UBOOT_CONFIG[sdcard] = "P1022DS_SDCARD_config"
-UBOOT_CONFIG[36bit-nor] = "P1022DS_36BIT_config"
-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"
-
-PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
-
-XSERVER = " \
-	xserver-xorg \
-	xf86-input-evdev \
-	xf86-input-mouse \
-	xf86-input-keyboard \
-	xf86-video-fbdev \
-"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
deleted file mode 100644
index c6b36ba..0000000
--- a/conf/machine/p1023rdb.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale P1023RDB
-#@SOC: p1023
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1023 Reference
-#              Design Board, revA with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-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"
-
-JFFS2_ERASEBLOCK = "0x10000"
-
-EXTRA_IMAGEDEPENDS += "fm-ucode"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf
deleted file mode 100644
index 783fa42..0000000
--- a/conf/machine/p1025twr.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale P1025TWR
-#@SOC: p1025
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1025 MPU Tower
-#              System Module with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1025"
-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"
-
-JFFS2_ERASEBLOCK = "0x20000"
-QE_UCODE ?= "fsl_qe_ucode_1021_10_A.bin"
-
-EXTRA_IMAGEDEPENDS += "qe-ucode"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
deleted file mode 100644
index 14e030b..0000000
--- a/conf/machine/p2020rdb.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale P2020RDB
-#@SOC: p2020
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P2020 Reference
-#              Design Board with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p2020"
-BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
-
-UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
-UBOOT_CONFIG[nor] = "P2020RDB-PC_config"
-UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config"
-UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config"
-UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config"
-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"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-USE_VT ?= "0"
-- 
1.9.2



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

* [meta-freescale-layer][PATCH 2/5] ipc: update to 74d6627
  2016-07-14 16:11 [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines ting.liu
@ 2016-07-14 16:11 ` ting.liu
  2016-07-14 16:11 ` [meta-freescale-layer][PATCH 3/5] ipc-ust: not use IPC_UST_SOC variable ting.liu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ting.liu @ 2016-07-14 16:11 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <ting.liu@nxp.com>

Changelog:
af0a2a1 B4:DSP_BT: Add new DDRC target ID configuration parameter
c8a84c6 B4:L1D: Add support for L1 defense New flow
8e79e5c B4:DSP_BT: DSP cache-cluster init now done from DSP boot loader
44da44a B4:DSP_BT: Add support for DSP MMU configuration

Signed-off-by: Ting Liu <ting.liu@nxp.com>
---
 recipes-extended/ipc-ust/ipc.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/ipc-ust/ipc.inc b/recipes-extended/ipc-ust/ipc.inc
index f1dee08..0ccbba4 100644
--- a/recipes-extended/ipc-ust/ipc.inc
+++ b/recipes-extended/ipc-ust/ipc.inc
@@ -1,6 +1,6 @@
 DEPENDS = "virtual/kernel"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v1.9.x"
-SRCREV = "b010e35daf0a32ee45153fc76dd392949a3097a2"
+SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x"
+SRCREV = "74d662707558290f070f9589177db730444bc435"
 
 COMPATIBLE_MACHINE = "(bsc9132qds|bsc9131rdb|b4860qds|b4420qds)"
-- 
1.9.2



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

* [meta-freescale-layer][PATCH 3/5] ipc-ust: not use IPC_UST_SOC variable
  2016-07-14 16:11 [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines ting.liu
  2016-07-14 16:11 ` [meta-freescale-layer][PATCH 2/5] ipc: update to 74d6627 ting.liu
@ 2016-07-14 16:11 ` ting.liu
  2016-07-14 16:11 ` [meta-freescale-layer][PATCH 4/5] kernel-module-ipc: not use SOC variable ting.liu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ting.liu @ 2016-07-14 16:11 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <ting.liu@nxp.com>

bsc913x are not supported now.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
---
 conf/machine/include/qoriq-base.inc     |  4 ----
 recipes-extended/ipc-ust/ipc-ust_git.bb | 11 +----------
 recipes-extended/ipc-ust/ipc.inc        |  2 +-
 3 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index 8b2b0c7..c5cbe29 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -20,8 +20,4 @@ MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq"
 
 EXTRA_IMAGEDEPENDS += "u-boot cst-native"
 
-IPC_UST_SOC_bsc9131 = "B913x"
-IPC_UST_SOC_bsc9132 = "B913x"
-IPC_UST_SOC_b4 = "B4860"
-
 MACHINEOVERRIDES =. "qoriq:"
diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb
index 23350b3..d8ade4e 100644
--- a/recipes-extended/ipc-ust/ipc-ust_git.bb
+++ b/recipes-extended/ipc-ust/ipc-ust_git.bb
@@ -5,21 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"
 
 require ipc.inc
 
-python () {
-    if not d.getVar("IPC_UST_SOC", True):
-        raise bb.parse.SkipPackage("IPC_UST_SOC is not defined in qoriq-base.inc")
-}
-
 S = "${WORKDIR}/git"
 
 # workaround for issue of parallel build, required a actual fix in ipc source
 PARALLEL_MAKE = ""
 
-EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC}" AR="${AR}"'
-
-do_compile () {
-    oe_runmake ${IPC_UST_SOC}=1
-}
+EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC}" AR="${AR}" B4860=1'
 
 do_install () {
     install -d ${D}${bindir}
diff --git a/recipes-extended/ipc-ust/ipc.inc b/recipes-extended/ipc-ust/ipc.inc
index 0ccbba4..59d069b 100644
--- a/recipes-extended/ipc-ust/ipc.inc
+++ b/recipes-extended/ipc-ust/ipc.inc
@@ -3,4 +3,4 @@ DEPENDS = "virtual/kernel"
 SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x"
 SRCREV = "74d662707558290f070f9589177db730444bc435"
 
-COMPATIBLE_MACHINE = "(bsc9132qds|bsc9131rdb|b4860qds|b4420qds)"
+COMPATIBLE_MACHINE = "(b4860qds|b4420qds)"
-- 
1.9.2



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

* [meta-freescale-layer][PATCH 4/5] kernel-module-ipc: not use SOC variable
  2016-07-14 16:11 [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines ting.liu
  2016-07-14 16:11 ` [meta-freescale-layer][PATCH 2/5] ipc: update to 74d6627 ting.liu
  2016-07-14 16:11 ` [meta-freescale-layer][PATCH 3/5] ipc-ust: not use IPC_UST_SOC variable ting.liu
@ 2016-07-14 16:11 ` ting.liu
  2016-07-14 16:11 ` [meta-freescale-layer][PATCH 5/5] ipc.inc: merge into ipc-ust and kernel-module-ipc ting.liu
  2016-07-14 16:23 ` [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines Ting Liu
  4 siblings, 0 replies; 6+ messages in thread
From: ting.liu @ 2016-07-14 16:11 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <ting.liu@nxp.com>

bsc913x are not supported now.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
---
 recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb  | 2 +-
 recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb | 2 +-
 recipes-kernel/kernel-modules/kernel-module-ipc.inc           | 5 -----
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb b/recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb
index 4570e78..d79659f 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb
@@ -1,6 +1,6 @@
 require kernel-module-ipc.inc
 
-EXTRA_OEMAKE ="KERNEL_DIR=${STAGING_KERNEL_DIR} ${SOC}=1 CONFIG_MULTI_RAT=1"
+EXTRA_OEMAKE ="KERNEL_DIR=${STAGING_KERNEL_DIR} B4860=1 CONFIG_MULTI_RAT=1"
 
 do_install(){
     install -d ${D}/usr/driver/IPC/multi_rat
diff --git a/recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb b/recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb
index 5c81d34..917f66b 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb
@@ -1,6 +1,6 @@
 require kernel-module-ipc.inc
 
-EXTRA_OEMAKE ="KERNEL_DIR=${STAGING_KERNEL_DIR} ${SOC}=1"
+EXTRA_OEMAKE ="KERNEL_DIR=${STAGING_KERNEL_DIR} B4860=1"
 
 do_install(){
     install -d ${D}/usr/driver/IPC/single_rat
diff --git a/recipes-kernel/kernel-modules/kernel-module-ipc.inc b/recipes-kernel/kernel-modules/kernel-module-ipc.inc
index f0a82d3..fe303d6 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ipc.inc
+++ b/recipes-kernel/kernel-modules/kernel-module-ipc.inc
@@ -9,11 +9,6 @@ inherit module qoriq_build_64bit_kernel
 
 S = "${WORKDIR}/git"
 
-SOC ?= ""
-SOC_b4 = "B4860"
-SOC_bsc9131 = "B913x"
-SOC_bsc9132 = "B913x"
-
 do_configure[depends] += "virtual/kernel:do_shared_workdir"
 do_compile_prepend () {
     cd ${S}/kernel
-- 
1.9.2



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

* [meta-freescale-layer][PATCH 5/5] ipc.inc: merge into ipc-ust and kernel-module-ipc
  2016-07-14 16:11 [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines ting.liu
                   ` (2 preceding siblings ...)
  2016-07-14 16:11 ` [meta-freescale-layer][PATCH 4/5] kernel-module-ipc: not use SOC variable ting.liu
@ 2016-07-14 16:11 ` ting.liu
  2016-07-14 16:23 ` [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines Ting Liu
  4 siblings, 0 replies; 6+ messages in thread
From: ting.liu @ 2016-07-14 16:11 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <ting.liu@nxp.com>

Make it possible to seperate ipc userspace and kernel codes in future.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
---
 recipes-extended/ipc-ust/ipc-ust_git.bb                       | 5 ++++-
 recipes-extended/ipc-ust/ipc.inc                              | 6 ------
 recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb  | 2 ++
 recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb | 2 ++
 recipes-kernel/kernel-modules/kernel-module-ipc.inc           | 5 +++--
 5 files changed, 11 insertions(+), 9 deletions(-)
 delete mode 100644 recipes-extended/ipc-ust/ipc.inc

diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb
index d8ade4e..c2f30e8 100644
--- a/recipes-extended/ipc-ust/ipc-ust_git.bb
+++ b/recipes-extended/ipc-ust/ipc-ust_git.bb
@@ -3,7 +3,8 @@ DESCRIPTION = "DSP boot application and ipc test application"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"
 
-require ipc.inc
+SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x"
+SRCREV = "74d662707558290f070f9589177db730444bc435"
 
 S = "${WORKDIR}/git"
 
@@ -43,3 +44,5 @@ FILES_${PN}-dbg += "/ipc/.debug"
 
 INSANE_SKIP_${PN} += "file-rdeps"
 INSANE_SKIP_${PN}-dev += "dev-elf"
+
+COMPATIBLE_MACHINE = "(b4860qds|b4420qds)"
diff --git a/recipes-extended/ipc-ust/ipc.inc b/recipes-extended/ipc-ust/ipc.inc
deleted file mode 100644
index 59d069b..0000000
--- a/recipes-extended/ipc-ust/ipc.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-DEPENDS = "virtual/kernel"
-
-SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x"
-SRCREV = "74d662707558290f070f9589177db730444bc435"
-
-COMPATIBLE_MACHINE = "(b4860qds|b4420qds)"
diff --git a/recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb b/recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb
index d79659f..74e01bd 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-ipc-multi_git.bb
@@ -9,3 +9,5 @@ do_install(){
 
 FILES_${PN} += "/usr/driver/IPC/multi_rat/*.ko"
 FILES_${PN}-dbg += "/usr/driver/IPC/multi_rat/.debug"
+
+COMPATIBLE_MACHINE = "(b4860qds|b4420qds)"
diff --git a/recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb b/recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb
index 917f66b..8615542 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-ipc-single_git.bb
@@ -9,3 +9,5 @@ do_install(){
 
 FILES_${PN} += "/usr/driver/IPC/single_rat/*.ko"
 FILES_${PN}-dbg += "/usr/driver/IPC/single_rat/.debug"
+
+COMPATIBLE_MACHINE = "(b4860qds|b4420qds)"
diff --git a/recipes-kernel/kernel-modules/kernel-module-ipc.inc b/recipes-kernel/kernel-modules/kernel-module-ipc.inc
index fe303d6..e3c92f3 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ipc.inc
+++ b/recipes-kernel/kernel-modules/kernel-module-ipc.inc
@@ -3,10 +3,11 @@ DESCRIPTION = "DSP boot application and ipc test application"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"
 
-require recipes-extended/ipc-ust/ipc.inc
-
 inherit module qoriq_build_64bit_kernel
 
+SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x"
+SRCREV = "74d662707558290f070f9589177db730444bc435"
+
 S = "${WORKDIR}/git"
 
 do_configure[depends] += "virtual/kernel:do_shared_workdir"
-- 
1.9.2



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

* Re: [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines
  2016-07-14 16:11 [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines ting.liu
                   ` (3 preceding siblings ...)
  2016-07-14 16:11 ` [meta-freescale-layer][PATCH 5/5] ipc.inc: merge into ipc-ust and kernel-module-ipc ting.liu
@ 2016-07-14 16:23 ` Ting Liu
  4 siblings, 0 replies; 6+ messages in thread
From: Ting Liu @ 2016-07-14 16:23 UTC (permalink / raw)
  To: Robert E. Cochran; +Cc: meta-freescale

Hello Bob,

p1010rdb is removed in this patch. Please add it back with your update when needed.
Sorry for the inconvenience.

-Ting

> -----Original Message-----
> From: ting.liu@nxp.com [mailto:ting.liu@nxp.com]
> Sent: Friday, July 15, 2016 12:11 AM
> To: meta-freescale@yoctoproject.org
> Cc: Zhenhua Luo <zhenhua.luo@nxp.com>; Ting Liu <ting.liu@nxp.com>
> Subject: [meta-freescale-layer][PATCH 1/5] remove not supported e500v2
> machines
> 
> From: Ting Liu <ting.liu@freescale.com>
> 
> Remove the below machines which are not supported/tested:
> bsc9131rdb, bsc9132qds, p1010rdb, p1020rdb, p1021rdb, p1022ds p1023rdb,
> p1025twr, p2020rdb
> 
> Signed-off-by: Ting Liu <ting.liu@nxp.com>
> ---
>  conf/machine/bsc9131rdb.conf | 25 -------------------------
> conf/machine/bsc9132qds.conf | 41 -----------------------------------------
>  conf/machine/p1010rdb.conf   | 38 --------------------------------------
>  conf/machine/p1020rdb.conf   | 28 ----------------------------
>  conf/machine/p1021rdb.conf   | 35 -----------------------------------
>  conf/machine/p1022ds.conf    | 42 ------------------------------------------
>  conf/machine/p1023rdb.conf   | 26 --------------------------
>  conf/machine/p1025twr.conf   | 28 ----------------------------
>  conf/machine/p2020rdb.conf   | 32 --------------------------------
>  9 files changed, 295 deletions(-)
>  delete mode 100644 conf/machine/bsc9131rdb.conf  delete mode 100644
> conf/machine/bsc9132qds.conf  delete mode 100644
> conf/machine/p1010rdb.conf  delete mode 100644
> conf/machine/p1020rdb.conf  delete mode 100644
> conf/machine/p1021rdb.conf  delete mode 100644
> conf/machine/p1022ds.conf  delete mode 100644
> conf/machine/p1023rdb.conf  delete mode 100644
> conf/machine/p1025twr.conf  delete mode 100644
> conf/machine/p2020rdb.conf
> 
> diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
> deleted file mode 100644 index aad6dd9..0000000
> --- a/conf/machine/bsc9131rdb.conf
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: Freescale BSC9131RDB
> -#@SOC: bsc9131
> -#@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge
> BSC9131
> -#              Reference Design Board with ppce500v2 core
> -#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> -
> -require conf/machine/include/e500v2.inc
> -
> -SOC_FAMILY = "bsc9131"
> -
> -UBOOT_CONFIG ??= "nand nand-sysclk100 spi spi-sysclk100"
> -UBOOT_CONFIG[nand] = "BSC9131RDB_NAND_config"
> -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"
> -
> -JFFS2_ERASEBLOCK = "0x10000"
> -
> -USE_VT ?= "0"
> diff --git a/conf/machine/bsc9132qds.conf b/conf/machine/bsc9132qds.conf
> deleted file mode 100644 index 108b497..0000000
> --- a/conf/machine/bsc9132qds.conf
> +++ /dev/null
> @@ -1,41 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: Freescale BSC9132QDS
> -#@SOC: bsc9132
> -#@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge
> BSC9132
> -#              Qonverge Development System with ppce500v2 core
> -#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> -
> -require conf/machine/include/e500v2.inc
> -
> -SOC_FAMILY = "bsc9132"
> -
> -UBOOT_CONFIG ??= "nand-ddrclk133 nand-ddrclk100 nor-ddrclk100 nor-
> ddrclk133 \
> -sdcard-ddrclk100 sdcard-ddrclk133 spi-ddrclk100 spi-ddrclk133 \ -nand-
> ddrclk100-secure nand-ddrclk133-secure nor-ddrclk100-secure \ -nor-
> ddrclk133-secure sdcard-ddrclk100-secure sdcard-ddrclk133-secure \ -spi-
> ddrclk100-secure spi-ddrclk133-secure"
> -UBOOT_CONFIG[nand-ddrclk133] =
> "BSC9132QDS_NAND_DDRCLK133_config"
> -UBOOT_CONFIG[nand-ddrclk100] =
> "BSC9132QDS_NAND_DDRCLK100_config"
> -UBOOT_CONFIG[nor-ddrclk100] = "BSC9132QDS_NOR_DDRCLK100_config"
> -UBOOT_CONFIG[nor-ddrclk133] = "BSC9132QDS_NOR_DDRCLK133_config"
> -UBOOT_CONFIG[sdcard-ddrclk100] =
> "BSC9132QDS_SDCARD_DDRCLK100_config"
> -UBOOT_CONFIG[sdcard-ddrclk133] =
> "BSC9132QDS_SDCARD_DDRCLK133_config"
> -UBOOT_CONFIG[spi-ddrclk100] =
> "BSC9132QDS_SPIFLASH_DDRCLK100_config"
> -UBOOT_CONFIG[spi-ddrclk133] =
> "BSC9132QDS_SPIFLASH_DDRCLK133_config"
> -UBOOT_CONFIG[nand-ddrclk100-secure] =
> "BSC9132QDS_NAND_DDRCLK100_SECURE_config"
> -UBOOT_CONFIG[nand-ddrclk133-secure] =
> "BSC9132QDS_NAND_DDRCLK133_SECURE_config"
> -UBOOT_CONFIG[nor-ddrclk100-secure] =
> "BSC9132QDS_NOR_DDRCLK100_SECURE_config"
> -UBOOT_CONFIG[nor-ddrclk133-secure] =
> "BSC9132QDS_NOR_DDRCLK133_SECURE_config"
> -UBOOT_CONFIG[sdcard-ddrclk100-secure] =
> "BSC9132QDS_SDCARD_DDRCLK100_SECURE_config"
> -UBOOT_CONFIG[sdcard-ddrclk133-secure] =
> "BSC9132QDS_SDCARD_DDRCLK133_SECURE_config"
> -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"
> -
> -JFFS2_ERASEBLOCK = "0x10000"
> -
> -USE_VT ?= "0"
> diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
> deleted file mode 100644 index eddd665..0000000
> --- a/conf/machine/p1010rdb.conf
> +++ /dev/null
> @@ -1,38 +0,0 @@
> -#@TYPE: Machine
> -#@Name: Freescale P1010RDB
> -#@SOC: p1010
> -#@DESCRIPTION: Machine configuration for Freescale QorIQ P1010
> Reference
> -#              Design Board with ppce500v2 core
> -#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> -
> -require conf/machine/include/e500v2.inc
> -
> -SOC_FAMILY = "p1010"
> -BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat"
> -
> -UBOOT_CONFIG ??= "nor nand spi 36bit-nor 36bit-nand 36bit-spi \ -36bit-
> nand-secboot 36bit-nor-secboot 36bit-spi-secboot nand-secboot \ -nor-
> secboot spi-secboot"
> -UBOOT_CONFIG[nor] = "P1010RDB-PB_NOR_config"
> -UBOOT_CONFIG[nand] = "P1010RDB-PB_NAND_config"
> -UBOOT_CONFIG[spi] = "P1010RDB-PB_SPIFLASH_config"
> -UBOOT_CONFIG[36bit-nor] = "P1010RDB-PB_36BIT_NOR_config"
> -UBOOT_CONFIG[36bit-nand] = "P1010RDB-PB_36BIT_NAND_config"
> -UBOOT_CONFIG[36bit-spi] = "P1010RDB-PB_36BIT_SPIFLASH_config"
> -UBOOT_CONFIG[36bit-nand-secboot] = "P1010RDB-
> PB_36BIT_NAND_SECBOOT_config"
> -UBOOT_CONFIG[36bit-nor-secboot] = "P1010RDB-
> PB_36BIT_NOR_SECBOOT_config"
> -UBOOT_CONFIG[36bit-spi-secboot] = "P1010RDB-
> PB_36BIT_SPIFLASH_SECBOOT_config"
> -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"
> -
> -JFFS2_ERASEBLOCK = "0x20000"
> -
> -USE_VT ?= "0"
> diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
> deleted file mode 100644 index 2107224..0000000
> --- a/conf/machine/p1020rdb.conf
> +++ /dev/null
> @@ -1,28 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: Freescale P1020RDB
> -#@SOC: p1020
> -#@DESCRIPTION: Machine configuration for Freescale QorIQ P1020
> Reference
> -#              Design Board, revD with ppce500v2 core
> -#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> -
> -require conf/machine/include/e500v2.inc
> -
> -SOC_FAMILY = "p1020"
> -BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
> -
> -UBOOT_CONFIG ??= "nor nand sdcard spi"
> -UBOOT_CONFIG[nor] = "P1020RDB-PD_config"
> -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"
> -
> -JFFS2_ERASEBLOCK = "0x20000"
> -
> -USE_VT ?= "0"
> diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
> deleted file mode 100644 index 57109a2..0000000
> --- a/conf/machine/p1021rdb.conf
> +++ /dev/null
> @@ -1,35 +0,0 @@
> -#@TYPE: Machine
> -#@Name: Freescale P1021RDB
> -#@SOC: p1021
> -#@DESCRIPTION: Machine configuration for Freescale QorIQ P1021
> Reference
> -#              Design Board, revC with ppce500v2 core
> -#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> -
> -require conf/machine/include/e500v2.inc
> -
> -SOC_FAMILY = "p1021"
> -BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
> -
> -UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand
> 36bit-sdcard"
> -UBOOT_CONFIG[nor] = "P1021RDB-PC_config"
> -UBOOT_CONFIG[nand] = "P1021RDB-PC_NAND_config"
> -UBOOT_CONFIG[sdcard] = "P1021RDB-PC_SDCARD_config"
> -UBOOT_CONFIG[spi] = "P1021RDB-PC_SPIFLASH_config"
> -UBOOT_CONFIG[36bit-nor] = "P1021RDB-PC_36BIT_config"
> -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"
> -
> -JFFS2_ERASEBLOCK = "0x20000"
> -QE_UCODE ?= "fsl_qe_ucode_1021_10_A.bin"
> -
> -EXTRA_IMAGEDEPENDS += "qe-ucode"
> -
> -USE_VT ?= "0"
> diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
> deleted file mode 100644 index 41b8835..0000000
> --- a/conf/machine/p1022ds.conf
> +++ /dev/null
> @@ -1,42 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: Freescale P1022DS
> -#@SOC: p1022
> -#@DESCRIPTION: Machine configuration for Freescale QorIQ P1022
> Development
> -#              System, revB with ppce500v2 core
> -#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> -
> -require conf/machine/include/e500v2.inc
> -
> -SOC_FAMILY = "p1022"
> -BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
> -
> -UBOOT_CONFIG ??= "nor nand spi sdcard 36bit-nor 36bit-spi 36bit-nand
> 36bit-sdcard"
> -UBOOT_CONFIG[nor] = "P1022DS_config"
> -UBOOT_CONFIG[nand] = "P1022DS_NAND_config"
> -UBOOT_CONFIG[spi] = "P1022DS_SPIFLASH_config"
> -UBOOT_CONFIG[sdcard] = "P1022DS_SDCARD_config"
> -UBOOT_CONFIG[36bit-nor] = "P1022DS_36BIT_config"
> -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"
> -
> -PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
> -
> -XSERVER = " \
> -	xserver-xorg \
> -	xf86-input-evdev \
> -	xf86-input-mouse \
> -	xf86-input-keyboard \
> -	xf86-video-fbdev \
> -"
> -
> -JFFS2_ERASEBLOCK = "0x20000"
> -
> -USE_VT ?= "0"
> diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
> deleted file mode 100644 index c6b36ba..0000000
> --- a/conf/machine/p1023rdb.conf
> +++ /dev/null
> @@ -1,26 +0,0 @@
> -#@TYPE: Machine
> -#@NAME: Freescale P1023RDB
> -#@SOC: p1023
> -#@DESCRIPTION: Machine configuration for Freescale QorIQ P1023
> Reference
> -#              Design Board, revA with ppce500v2 core
> -#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> -
> -require conf/machine/include/e500v2.inc
> -
> -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"
> -
> -JFFS2_ERASEBLOCK = "0x10000"
> -
> -EXTRA_IMAGEDEPENDS += "fm-ucode"
> -
> -USE_VT ?= "0"
> diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf
> deleted file mode 100644 index 783fa42..0000000
> --- a/conf/machine/p1025twr.conf
> +++ /dev/null
> @@ -1,28 +0,0 @@
> -#@TYPE: Machine
> -#@Name: Freescale P1025TWR
> -#@SOC: p1025
> -#@DESCRIPTION: Machine configuration for Freescale QorIQ P1025 MPU
> Tower
> -#              System Module with ppce500v2 core
> -#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> -
> -require conf/machine/include/e500v2.inc
> -
> -SOC_FAMILY = "p1025"
> -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"
> -
> -JFFS2_ERASEBLOCK = "0x20000"
> -QE_UCODE ?= "fsl_qe_ucode_1021_10_A.bin"
> -
> -EXTRA_IMAGEDEPENDS += "qe-ucode"
> -
> -USE_VT ?= "0"
> diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
> deleted file mode 100644 index 14e030b..0000000
> --- a/conf/machine/p2020rdb.conf
> +++ /dev/null
> @@ -1,32 +0,0 @@
> -#@TYPE: Machine
> -#@Name: Freescale P2020RDB
> -#@SOC: p2020
> -#@DESCRIPTION: Machine configuration for Freescale QorIQ P2020
> Reference
> -#              Design Board with ppce500v2 core
> -#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> -
> -require conf/machine/include/e500v2.inc
> -
> -SOC_FAMILY = "p2020"
> -BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
> -
> -UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand
> 36bit-sdcard"
> -UBOOT_CONFIG[nor] = "P2020RDB-PC_config"
> -UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config"
> -UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config"
> -UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config"
> -UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config"
> -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"
> -
> -JFFS2_ERASEBLOCK = "0x20000"
> -
> -USE_VT ?= "0"
> --
> 1.9.2



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

end of thread, other threads:[~2016-07-14 22:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-14 16:11 [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines ting.liu
2016-07-14 16:11 ` [meta-freescale-layer][PATCH 2/5] ipc: update to 74d6627 ting.liu
2016-07-14 16:11 ` [meta-freescale-layer][PATCH 3/5] ipc-ust: not use IPC_UST_SOC variable ting.liu
2016-07-14 16:11 ` [meta-freescale-layer][PATCH 4/5] kernel-module-ipc: not use SOC variable ting.liu
2016-07-14 16:11 ` [meta-freescale-layer][PATCH 5/5] ipc.inc: merge into ipc-ust and kernel-module-ipc ting.liu
2016-07-14 16:23 ` [meta-freescale-layer][PATCH 1/5] remove not supported e500v2 machines Ting Liu

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.