All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/10] e6500.inc: add recipes
@ 2018-03-07  6:40 Chunrong Guo
  2018-03-07  6:40 ` [PATCH 02/10] e500mc.inc: " Chunrong Guo
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/include/e6500.inc | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 conf/machine/include/e6500.inc

diff --git a/conf/machine/include/e6500.inc b/conf/machine/include/e6500.inc
new file mode 100644
index 0000000..8d773b6
--- /dev/null
+++ b/conf/machine/include/e6500.inc
@@ -0,0 +1,12 @@
+TARGET_FPU = "hard"
+
+require conf/machine/include/tune-ppce6500.inc
+require conf/machine/include/qoriq-ppc.inc
+
+MACHINEOVERRIDES =. "e6500:"
+
+BUILD_64BIT_KERNEL = "1"
+
+require conf/multilib.conf
+MULTILIBS ?= "multilib:lib64"
+DEFAULTTUNE_virtclass-multilib-lib64 ?= "ppc64e6500"
-- 
1.9.0



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

* [PATCH 02/10] e500mc.inc: add recipes
  2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
@ 2018-03-07  6:40 ` Chunrong Guo
  2018-03-07  6:40 ` [PATCH 03/10] p1020rdb : add machine config Chunrong Guo
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/include/e500mc.inc | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 conf/machine/include/e500mc.inc

diff --git a/conf/machine/include/e500mc.inc b/conf/machine/include/e500mc.inc
new file mode 100644
index 0000000..a33485b
--- /dev/null
+++ b/conf/machine/include/e500mc.inc
@@ -0,0 +1,6 @@
+TARGET_FPU = "hard"
+
+require conf/machine/include/tune-ppce500mc.inc
+require conf/machine/include/qoriq-ppc.inc
+
+MACHINEOVERRIDES =. "e500mc:"
-- 
1.9.0



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

* [PATCH 03/10] p1020rdb : add machine config
  2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
  2018-03-07  6:40 ` [PATCH 02/10] e500mc.inc: " Chunrong Guo
@ 2018-03-07  6:40 ` Chunrong Guo
  2018-03-07  6:40 ` [PATCH 04/10] p2041rdb: " Chunrong Guo
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/p1020rdb.conf | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 conf/machine/p1020rdb.conf

diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
new file mode 100644
index 0000000..dff9a3e
--- /dev/null
+++ b/conf/machine/p1020rdb.conf
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@NAME: NXP P1020RDB
+#@SOC: p1020
+#@DESCRIPTION: Machine configuration for NXP QorIQ P1020 Reference
+#              Design Board, revD with ppce500v2 core
+#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.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.dtb"
+KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x20000"
+
+USE_VT ?= "0"
-- 
1.9.0



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

* [PATCH 04/10] p2041rdb: add machine config
  2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
  2018-03-07  6:40 ` [PATCH 02/10] e500mc.inc: " Chunrong Guo
  2018-03-07  6:40 ` [PATCH 03/10] p1020rdb : add machine config Chunrong Guo
@ 2018-03-07  6:40 ` Chunrong Guo
  2018-03-07  6:40 ` [PATCH 05/10] p3041ds: " Chunrong Guo
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/p2041rdb.conf | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 conf/machine/p2041rdb.conf

diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
new file mode 100644
index 0000000..9a795fe
--- /dev/null
+++ b/conf/machine/p2041rdb.conf
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@NAME: NXP P2041RDB
+#@SOC: p2041
+#@DESCRIPTION: Machine configuration for NXP QorIQ P2041 Reference
+#              Design Board, rev2 silicon with ppce500mc core
+#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
+
+require conf/machine/include/e500mc.inc
+
+SOC_FAMILY = "p2041"
+
+UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
+UBOOT_CONFIG[nor] = "P2041RDB_config"
+UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl"
+UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config"
+UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl"
+UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config,,u-boot.pbl"
+
+HV_CFG_M = "p2041rdb"
+
+KERNEL_DEVICETREE ?= "p2041rdb.dtb"
+KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
-- 
1.9.0



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

* [PATCH 05/10] p3041ds: add machine config
  2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
                   ` (2 preceding siblings ...)
  2018-03-07  6:40 ` [PATCH 04/10] p2041rdb: " Chunrong Guo
@ 2018-03-07  6:40 ` Chunrong Guo
  2018-03-07  6:40 ` [PATCH 06/10] p4080ds: " Chunrong Guo
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/p3041ds.conf | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 conf/machine/p3041ds.conf

diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
new file mode 100644
index 0000000..98af31b
--- /dev/null
+++ b/conf/machine/p3041ds.conf
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@NAME: NXP P3041DS
+#@SOC: p3041
+#@DESCRIPTION: Machine configuration for NXP QorIQ P3041 Development
+#              System with ppce500mc core
+#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
+
+require conf/machine/include/e500mc.inc
+
+SOC_FAMILY = "p3041"
+
+UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
+UBOOT_CONFIG[nor] = "P3041DS_config"
+UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl"
+UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config"
+UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config,,u-boot.pbl"
+UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config,,u-boot.pbl"
+
+HV_CFG_M = "p3041ds"
+
+KERNEL_DEVICETREE ?= "p3041ds.dtb"
+KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
-- 
1.9.0



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

* [PATCH 06/10] p4080ds: add machine config
  2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
                   ` (3 preceding siblings ...)
  2018-03-07  6:40 ` [PATCH 05/10] p3041ds: " Chunrong Guo
@ 2018-03-07  6:40 ` Chunrong Guo
  2018-03-07  6:40 ` [PATCH 07/10] p5040ds: " Chunrong Guo
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/p4080ds.conf | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 conf/machine/p4080ds.conf

diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
new file mode 100644
index 0000000..84eb4ce
--- /dev/null
+++ b/conf/machine/p4080ds.conf
@@ -0,0 +1,27 @@
+#@TYPE: Machine
+#@NAME: NXP P4080DS
+#@SOC: p4080
+#@DESCRIPTION: Machine configuration for NXP QorIQ P4080 Development
+#              System with ppce500mc core
+#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
+
+require conf/machine/include/e500mc.inc
+
+SOC_FAMILY = "p4080"
+
+UBOOT_CONFIG ??= "secure-boot sdcard spi nor"
+UBOOT_CONFIG[nor] = "P4080DS_config"
+UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"
+UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config,,u-boot.pbl"
+UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config,,u-boot.pbl"
+
+HV_CFG_M = "p4080ds"
+
+KERNEL_DEVICETREE ?= "p4080ds.dtb"
+KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
-- 
1.9.0



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

* [PATCH 07/10] p5040ds: add machine config
  2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
                   ` (4 preceding siblings ...)
  2018-03-07  6:40 ` [PATCH 06/10] p4080ds: " Chunrong Guo
@ 2018-03-07  6:40 ` Chunrong Guo
  2018-03-07  6:40 ` [PATCH 08/10] t1024rdb: " Chunrong Guo
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/p5040ds.conf | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 conf/machine/p5040ds.conf

diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
new file mode 100644
index 0000000..7c36eae
--- /dev/null
+++ b/conf/machine/p5040ds.conf
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@NAME: NXP P5040DS
+#@SOC: p5040
+#@DESCRIPTION: Machine configuration for NXP QorIQ P5040 Development
+#              System with ppce5500 core in 32b mode
+#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
+
+require conf/machine/include/e5500.inc
+
+SOC_FAMILY = "p5040"
+
+UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
+UBOOT_CONFIG[nor] = "P5040DS_config"
+UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl"
+UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config"
+UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl"
+UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config,,u-boot.pbl"
+
+HV_CFG_M = "p5040ds"
+
+KERNEL_DEVICETREE ?= "p5040ds.dtb"
+KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
-- 
1.9.0



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

* [PATCH 08/10] t1024rdb: add machine config
  2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
                   ` (5 preceding siblings ...)
  2018-03-07  6:40 ` [PATCH 07/10] p5040ds: " Chunrong Guo
@ 2018-03-07  6:40 ` Chunrong Guo
  2018-03-07  6:40 ` [PATCH 09/10] t2080rdb: " Chunrong Guo
  2018-03-07  6:40 ` [PATCH 10/10] t4240rdb: " Chunrong Guo
  8 siblings, 0 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/t1024rdb.conf | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 conf/machine/t1024rdb.conf

diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
new file mode 100644
index 0000000..297c949
--- /dev/null
+++ b/conf/machine/t1024rdb.conf
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@NAME: NXP T1024RDB
+#@SOC: t1024
+#@DESCRIPTION: Machine configuration for NXP QorIQ T1024 Reference
+#              Design Board with ppce5500 core in 32b mode
+#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
+
+require conf/machine/include/e5500.inc
+
+SOC_FAMILY = "t1:t1024"
+
+UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
+UBOOT_CONFIG[nor] = "T1024RDB_config"
+UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
+
+HV_CFG_M = "t1024rdb"
+
+KERNEL_DEVICETREE ?= "t1024rdb.dtb"
+KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
+
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
+
+USE_VT ?= "0"
-- 
1.9.0



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

* [PATCH 09/10] t2080rdb: add machine config
  2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
                   ` (6 preceding siblings ...)
  2018-03-07  6:40 ` [PATCH 08/10] t1024rdb: " Chunrong Guo
@ 2018-03-07  6:40 ` Chunrong Guo
  2018-03-07  6:40 ` [PATCH 10/10] t4240rdb: " Chunrong Guo
  8 siblings, 0 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/t2080rdb.conf | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 conf/machine/t2080rdb.conf

diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
new file mode 100644
index 0000000..66e893a
--- /dev/null
+++ b/conf/machine/t2080rdb.conf
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@NAME: NXP T2080RDB
+#@SOC: t2080
+#@DESCRIPTION: Machine configuration for NXP QorIQ T2080 Reference
+#              Design Board with ppce6500 core in 32b mode
+#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
+
+require conf/machine/include/e6500.inc
+
+SOC_FAMILY = "t2:t2080"
+
+UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
+UBOOT_CONFIG[nor] = "T2080RDB_config"
+UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
+UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
+
+HV_CFG_M = "t2080rdb"
+
+KERNEL_DEVICETREE ?= "t2080rdb.dtb"
+KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
-- 
1.9.0



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

* [PATCH 10/10] t4240rdb: add machine config
  2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
                   ` (7 preceding siblings ...)
  2018-03-07  6:40 ` [PATCH 09/10] t2080rdb: " Chunrong Guo
@ 2018-03-07  6:40 ` Chunrong Guo
  8 siblings, 0 replies; 10+ messages in thread
From: Chunrong Guo @ 2018-03-07  6:40 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/t4240rdb.conf | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 conf/machine/t4240rdb.conf

diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
new file mode 100644
index 0000000..160220f
--- /dev/null
+++ b/conf/machine/t4240rdb.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: NXP T4240RDB
+#@SOC: t4240
+#@DESCRIPTION: Machine configuration for NXP QorIQ T4240 Reference
+#              Design Board with ppce6500 core in 32b mode
+#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
+
+require conf/machine/include/e6500.inc
+
+SOC_FAMILY = "t4:t4240"
+
+UBOOT_CONFIG ??= "nor"
+UBOOT_CONFIG[nor] = "T4240RDB_config"
+
+HV_CFG_M = "t4240rdb"
+
+KERNEL_DEVICETREE ?= "t4240rdb.dtb"
+KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
-- 
1.9.0



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

end of thread, other threads:[~2018-03-07  7:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-07  6:40 [PATCH 01/10] e6500.inc: add recipes Chunrong Guo
2018-03-07  6:40 ` [PATCH 02/10] e500mc.inc: " Chunrong Guo
2018-03-07  6:40 ` [PATCH 03/10] p1020rdb : add machine config Chunrong Guo
2018-03-07  6:40 ` [PATCH 04/10] p2041rdb: " Chunrong Guo
2018-03-07  6:40 ` [PATCH 05/10] p3041ds: " Chunrong Guo
2018-03-07  6:40 ` [PATCH 06/10] p4080ds: " Chunrong Guo
2018-03-07  6:40 ` [PATCH 07/10] p5040ds: " Chunrong Guo
2018-03-07  6:40 ` [PATCH 08/10] t1024rdb: " Chunrong Guo
2018-03-07  6:40 ` [PATCH 09/10] t2080rdb: " Chunrong Guo
2018-03-07  6:40 ` [PATCH 10/10] t4240rdb: " Chunrong Guo

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.