[PATCH] armv8: ls1028a: define esdhc_status_fixup

2020-04-14 Thread Xiaowei Bao
From: Yinbo Zhu This patch is to define esdhc_status_fixup function for ls1028a to disable SDHC1/SDHC2 status in device tree node if not selected. Signed-off-by: Yinbo Zhu Signed-off-by: Xiaowei Bao Signed-off-by: Yangbo Lu --- .../include/asm/arch-fsl-layerscape/immap_lsch3.h | 5

[PATCH 8/9] pci: layerscaple: Modify the ls_pcie_dump_atu function

2020-03-22 Thread Xiaowei Bao
Modify the ls_pcie_dump_atu function, make it can print the INBOUND windows registers. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape.c| 25 + drivers/pci/pcie_layerscape.h| 2 +- drivers/pci/pcie_layerscape_ep.c | 3 +++ drivers/pci

[PATCH 7/9] pci_ep: layerscape: Add the SRIOV VFs of PF support

2020-03-22 Thread Xiaowei Bao
Add the INBOUND configuration for VFs of PF. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape.c| 8 +--- drivers/pci/pcie_layerscape.h| 13 - drivers/pci/pcie_layerscape_ep.c | 34 +- 3 files changed, 42 insertions(+), 13

[PATCH 5/9] pci_ep: layerscape: Add the workaround for errata A-009460

2020-03-22 Thread Xiaowei Bao
The VF_BARn_REG register's Prefetchable and Type bit fields are overwritten by a write to VF's BAR Mask register. workaround: Before writing to the VF_BARn_MASK_REG register, write 0b to the PCIE_MISC_CONTROL_1_OFF register. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscap

[PATCH 6/9] pci_ep: layerscape: Add Support for ls2085a and ls2080a EP mode

2020-03-22 Thread Xiaowei Bao
Due to the ls2085a and ls2080a use difference way to set the BAR size, so add the BAR size init code here. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape_ep.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/drivers/pci/pcie_layerscape_ep.c b

[PATCH 9/9] pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2

2020-03-22 Thread Xiaowei Bao
Add the PCIe EP mode support for lx2160a-v2 platform. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape.h| 9 - drivers/pci/pcie_layerscape_ep.c | 8 +++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pcie_layerscape.h b/drivers/pci

[PATCH 4/9] PCI_EP: layerscape: Add the multiple function supprot

2020-03-22 Thread Xiaowei Bao
Add the multiple function support for Layerscape platform, some PEXs of Layerscaple platform have more than one PF. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape.c| 6 +- drivers/pci/pcie_layerscape.h| 21 +-- drivers/pci/pcie_layerscape_ep.c | 119

[PATCH 1/9] pci: layerscape: Split the EP and RC driver

2020-03-22 Thread Xiaowei Bao
Split the RC and EP driver, and reimplement the EP driver base on the EP framework. Signed-off-by: Xiaowei Bao --- drivers/pci/Makefile| 2 +- drivers/pci/pcie_layerscape.c | 492 +++- drivers/pci/pcie_layerscape.h | 44

[PATCH 3/9] armv8: dts: ls1046a: Add the PCIe EP node

2020-03-22 Thread Xiaowei Bao
Add the PCIe EP node for ls1046a. Signed-off-by: Xiaowei Bao --- arch/arm/dts/fsl-ls1046a.dtsi | 33 + 1 file changed, 33 insertions(+) diff --git a/arch/arm/dts/fsl-ls1046a.dtsi b/arch/arm/dts/fsl-ls1046a.dtsi index fdf93fd..e4b4a8e 100644 --- a/arch/arm/dts

[PATCH 2/9] pci_ep: Add the init function

2020-03-22 Thread Xiaowei Bao
Some EP deivces need to initialize before RC scan it, e.g. NXP layerscape platform, so add the init function in pci_ep uclass. Signed-off-by: Xiaowei Bao --- common/board_r.c | 12 drivers/pci_endpoint/pci_ep-uclass.c | 11 +++ include/init.h

[PATCH v4] board/lx2160aqds: Update the DSPI status fixup

2020-01-07 Thread Xiaowei Bao
So set the status of DSPI2 node in kernel dts to disabled if it is muxed as I2C5. Signed-off-by: Xiaowei Bao --- v2: - Modify the subject and commit message. v3: - Modify the Copyright. v4: - Modify the commit message. board/freescale/lx2160a/lx2160a.c | 14 -- 1 file changed

[PATCH v2] board/lx2160aqds: Update the DSPI status fixup

2020-01-04 Thread Xiaowei Bao
y, set the status of DSPI2 node is disabled if it used to I2C5. Signed-off-by: Xiaowei Bao --- v2: - Modify the subject and commit message. board/freescale/lx2160a/lx2160a.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/board/freescale/lx2160a/lx2160a.c b/boa

[PATCH v3] board/lx2160aqds: Update the DSPI status fixup

2020-01-04 Thread Xiaowei Bao
y, set the status of DSPI2 node is disabled if it used to I2C5. Signed-off-by: Xiaowei Bao --- v2: - Modify the subject and commit message. v3: - Modify the Copyright. board/freescale/lx2160a/lx2160a.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/boa

[PATCH v2] board/lx2160aqds: Update the DSPI status fixup

2020-01-04 Thread Xiaowei Bao
y, set the status of DSPI2 node is disabled if it used to I2C5. Signed-off-by: Xiaowei Bao --- v2: - Modify the subject and commit message. board/freescale/lx2160a/lx2160a.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/board/freescale/lx2160a/lx2160a.c b/boa

[PATCH] lx2160aqds: Fix the the issue that dspi not work in kernel

2020-01-04 Thread Xiaowei Bao
The DSPI node of DTS in kernel is spi, so fix the "/soc/dspi@" ot "/soc/spi@". The DSPI2 and I2C5 is muxed, and the DSPI2 default status is okay, so must set the DSPI2 status is disabled if the pin use to I2C5. Signed-off-by: Xiaowei Bao --- board/freescale/lx

RE: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-12-23 Thread Xiaowei Bao
> -Original Message- > From: Xiaowei Bao > Sent: 2019年10月23日 11:26 > To: Schrempf Frieder ; Lukasz Majewski > ; u-boot@lists.denx.de > Subject: RE: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for > non-DM SPL > > > > > -Original Mes

RE: [U-Boot] [PATCH 1/3] PCI: layerscape: Add Support for ls2085a and ls2080a EP mode

2019-12-23 Thread Xiaowei Bao
> -Original Message- > From: Priyanka Jain > Sent: 2019年12月23日 18:43 > To: Xiaowei Bao ; M.h. Lian > ; Z.q. Hou ; Mingkai Hu > ; Jagdish Gediya ; Pankaj > Bansal ; u-boot@lists.denx.de > Cc: Xiaowei Bao > Subject: RE: [U-Boot] [PATCH 1/3] PCI: layerscape: Ad

RE: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-12-04 Thread Xiaowei Bao
> -Original Message- > From: Ramon Fried > Sent: 2019年12月4日 15:34 > To: Xiaowei Bao > Cc: Ramon Fried ; Hongbo Wang > ; u-boot@lists.denx.de; York Sun > ; Z.q. Hou ; Mingkai Hu > > Subject: Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Suppor

RE: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-12-03 Thread Xiaowei Bao
> -Original Message- > From: Ramon Fried > Sent: 2019年12月4日 4:01 > To: Xiaowei Bao > Cc: Ramon Fried ; Hongbo Wang > ; u-boot@lists.denx.de; York Sun > ; Z.q. Hou ; Mingkai Hu > > Subject: Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Suppor

Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-12-02 Thread Xiaowei Bao
Hi Ramon, Do you have any comments about this? Thanks a lot. Best regards Xiaowei From: Xiaowei Bao Sent: 2019年11月26日 10:52 To: Ramon Fried Cc: Bin Meng ; Simon Glass ; M.h. Lian ; Z.q. Hou ; Mingkai Hu ; Hongbo Wang ; York Sun ; u-boot@lists.denx.de Subject: RE: [EXT] Re: [U-Boot] [PATCHv2

Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-11-25 Thread Xiaowei Bao
Fried Sent: 2019年11月25日 20:15 To: Xiaowei Bao Cc: Bin Meng ; Simon Glass ; M.h. Lian ; Z.q. Hou ; Mingkai Hu ; Hongbo Wang ; York Sun ; u-boot@lists.denx.de Subject: Re: [EXT] Re: [U-Boot] [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode Hi Ramon, I need your help on this

Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-11-25 Thread Xiaowei Bao
> -Original Message- > From: Xiaowei Bao > Sent: 2019年11月20日 11:28 > To: Ramon Fried > Cc: Bin Meng ; Simon Glass ; > M.h. Lian ; Z.q. Hou ; > Mingkai Hu ; Hongbo Wang > ; York Sun ; > u-boot@lists.denx.de > Subject: RE: [EXT] Re: [U-Boot] [PATCHv2 1/2

[U-Boot] [PATCH 1/3] PCI: layerscape: Add Support for ls2085a and ls2080a EP mode

2019-11-21 Thread Xiaowei Bao
Due to the ls2085a and ls2080a use difference way to set the BAR size, so add the BAR size init code here. Signed-off-by: Xiaowei Bao depends on: http://patchwork.ozlabs.org/project/uboot/list/?series=108172&state=* --- drivers/pci/pcie_layerscape.c | 19 +-- 1 file changed

[U-Boot] [PATCH 3/3] PCI: layerscape: Add the PCIe EP mode support for lx2160a-v2

2019-11-21 Thread Xiaowei Bao
Add the PCIe EP mode support for lx2160a-v2 platform. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape.c | 8 +++- drivers/pci/pcie_layerscape.h | 9 - 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pcie_layerscape.c b/drivers/pci

[U-Boot] [PATCH 2/3] PCI: layerscape: Add the configuration for PF1 and VFs

2019-11-21 Thread Xiaowei Bao
Add the INBOUND configuration for PF1 and VFs of PF1 and PF0, Modify the outbound configuration for PF0 and PF1. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape.c | 95 +++ drivers/pci/pcie_layerscape.h | 9 ++-- 2 files changed, 65 insertions

Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-11-19 Thread Xiaowei Bao
> -Original Message- > From: Ramon Fried > Sent: 2019年11月20日 2:50 > To: Xiaowei Bao > Cc: Bin Meng ; Simon Glass ; > M.h. Lian ; Z.q. Hou ; > Mingkai Hu ; Hongbo Wang > ; York Sun ; > u-boot@lists.denx.de > Subject: Re: [EXT] Re: [U-Boot] [PATCHv2 1/2

Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-11-18 Thread Xiaowei Bao
> -Original Message- > From: Xiaowei Bao > Sent: 2019年5月22日 18:19 > To: Bin Meng ; Ramon Fried > ; Simon Glass > Cc: M.h. Lian ; Z.q. Hou ; > Mingkai Hu ; Hongbo Wang > ; York Sun ; > u-boot@lists.denx.de; Jiafei Pan > Subject: RE: [EXT] Re: [U-Boot] [PAT

[U-Boot] [PATCH v2] configs: spi: Add the SPI_FLASH_BAR for ESPI

2019-10-30 Thread Xiaowei Bao
Add the SPI_FLASH_BAR for the ESPI controller of FSL, this entry is missed by commit 6d825178364. Signed-off-by: Xiaowei Bao --- v2: - Modify the commit message. drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 8dd3213

[U-Boot] [PATCH 29/29] configs: T4240RDB: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in T4240RDB defconfig. Signed-off-by: Xiaowei Bao --- configs/T4240RDB_SDCARD_defconfig | 2 ++ configs/T4240RDB_defconfig| 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/T4240RDB_SDCARD_defconfig b/configs/T4240RDB_SDCARD_defconfig index df308d4

[U-Boot] [PATCH 05/29] dts: P2020RDB: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for P2020RDB. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p2020rdb-pc.dts | 15 +++ arch/powerpc/dts/p2020rdb-pc_36b.dts | 15 +++ 2 files changed, 30 insertions(+) diff --git a/arch/powerpc/dts/p2020rdb-pc.dts b/arch/powerpc/dts/p2020rdb

[U-Boot] [PATCH 26/29] configs: T2080RDB: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in T2080RDB defconfig. Signed-off-by: Xiaowei Bao --- configs/T2080RDB_NAND_defconfig | 2 ++ configs/T2080RDB_SDCARD_defconfig | 2 ++ configs/T2080RDB_SPIFLASH_defconfig | 2 ++ configs/T2080RDB_defconfig | 2 ++ 4 files changed, 8 insertions(+) diff

[U-Boot] [PATCH 25/29] dts: T2080RDB: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for T2080RDB. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/t2080rdb.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/powerpc/dts/t2080rdb.dts b/arch/powerpc/dts/t2080rdb.dts index 49c1765..34ec6a7 100644 --- a/arch/powerpc/dts/t2080rdb.dts

[U-Boot] [PATCH 27/29] dts: T4240: Add ESPI DT nodes

2019-10-26 Thread Xiaowei Bao
Add ESPI controller DT node for T4240. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/t4240.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi index fc34974..1158a92 100644 --- a/arch/powerpc/dts/t4240.dtsi +++ b/arch

[U-Boot] [PATCH 24/29] configs: T1042D4RDB: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in T1042D4RDB defconfig. Signed-off-by: Xiaowei Bao --- configs/T1042D4RDB_NAND_defconfig | 2 ++ configs/T1042D4RDB_SDCARD_defconfig | 2 ++ configs/T1042D4RDB_SPIFLASH_defconfig | 2 ++ configs/T1042D4RDB_defconfig | 2 ++ 4 files changed, 8 insertions

[U-Boot] [PATCH 21/29] configs: T1024RDB: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in T1024RDB defconfig. Signed-off-by: Xiaowei Bao --- configs/T1024RDB_NAND_defconfig | 2 ++ configs/T1024RDB_SDCARD_defconfig | 2 ++ configs/T1024RDB_SPIFLASH_defconfig | 2 ++ configs/T1024RDB_defconfig | 2 ++ 4 files changed, 8 insertions(+) diff

[U-Boot] [PATCH 09/29] configs: P2041RDB: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in P2041RDB defconfig. Signed-off-by: Xiaowei Bao --- configs/P2041RDB_NAND_defconfig | 2 ++ configs/P2041RDB_SDCARD_defconfig | 2 ++ configs/P2041RDB_SPIFLASH_defconfig | 2 ++ configs/P2041RDB_defconfig | 2 ++ 4 files changed, 8 insertions(+) diff

[U-Boot] [PATCH 10/29] dts: P3041: Add ESPI DT nodes

2019-10-26 Thread Xiaowei Bao
Add ESPI controller DT node for P3041. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p3041.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p3041.dtsi b/arch/powerpc/dts/p3041.dtsi index 197896d..352d7d4 100644 --- a/arch/powerpc/dts/p3041.dtsi +++ b/arch

[U-Boot] [PATCH 04/29] dts: P2020: Add ESPI DT nodes

2019-10-26 Thread Xiaowei Bao
Add ESPI controller DT node for P2020. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p2020-post.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p2020-post.dtsi b/arch/powerpc/dts/p2020-post.dtsi index f696f35..a169340 100644 --- a/arch/powerpc/dts/p2020

[U-Boot] [PATCH 23/29] dts: T1042D4RDB: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for T1042D4RDB. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/t1042d4rdb.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/powerpc/dts/t1042d4rdb.dts b/arch/powerpc/dts/t1042d4rdb.dts index 16a8ed4..3584c06 100644 --- a/arch/powerpc/dts

[U-Boot] [PATCH 06/29] configs: P2020RDB: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in P2020RDB defconfig. Signed-off-by: Xiaowei Bao --- configs/P2020RDB-PC_36BIT_NAND_defconfig | 2 ++ configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 2 ++ configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 2 ++ configs/P2020RDB-PC_36BIT_defconfig | 2

[U-Boot] [PATCH 22/29] dts: T104x: Add ESPI DT nodes

2019-10-26 Thread Xiaowei Bao
Add ESPI controller DT node for T104x. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/t104x.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t104x.dtsi b/arch/powerpc/dts/t104x.dtsi index 5998967..4fd3601 100644 --- a/arch/powerpc/dts/t104x.dtsi +++ b/arch

[U-Boot] [PATCH 14/29] dts: P4080DS: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for P4080DS. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p4080ds.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/powerpc/dts/p4080ds.dts b/arch/powerpc/dts/p4080ds.dts index 15a0f66..62a0f98 100644 --- a/arch/powerpc/dts/p4080ds.dts +++ b

[U-Boot] [PATCH 19/29] dts: T102x: Add ESPI DT nodes

2019-10-26 Thread Xiaowei Bao
Add ESPI controller DT node for T102x. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/t102x.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t102x.dtsi b/arch/powerpc/dts/t102x.dtsi index c49fd21..8f339f6 100644 --- a/arch/powerpc/dts/t102x.dtsi +++ b/arch

[U-Boot] [PATCH 28/29] dts: T4240RDB: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for T4240RDB. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/t4240rdb.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/powerpc/dts/t4240rdb.dts b/arch/powerpc/dts/t4240rdb.dts index f67d7ce..635065a 100644 --- a/arch/powerpc/dts/t4240rdb.dts

[U-Boot] [PATCH 17/29] dts: P5040DS: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for P5040DS. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p5040ds.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/powerpc/dts/p5040ds.dts b/arch/powerpc/dts/p5040ds.dts index 723d31d..0e1308a 100644 --- a/arch/powerpc/dts/p5040ds.dts +++ b

[U-Boot] [PATCH 07/29] dts: P2041: Add ESPI DT nodes

2019-10-26 Thread Xiaowei Bao
Add ESPI controller DT node for P2041. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p2041.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p2041.dtsi index 55f7adc..0de3c79 100644 --- a/arch/powerpc/dts/p2041.dtsi +++ b/arch

[U-Boot] [PATCH 18/29] configs: P5040DS: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in P5040DS defconfig. Signed-off-by: Xiaowei Bao --- configs/P5040DS_NAND_defconfig | 2 ++ configs/P5040DS_SDCARD_defconfig | 2 ++ configs/P5040DS_SPIFLASH_defconfig | 2 ++ configs/P5040DS_defconfig | 2 ++ 4 files changed, 8 insertions(+) diff --git

[U-Boot] [PATCH 12/29] configs: P3041DS: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in P3041DS defconfig. Signed-off-by: Xiaowei Bao --- configs/P3041DS_NAND_defconfig | 2 ++ configs/P3041DS_SDCARD_defconfig | 2 ++ configs/P3041DS_SPIFLASH_defconfig | 2 ++ configs/P3041DS_defconfig | 2 ++ 4 files changed, 8 insertions(+) diff --git

[U-Boot] [PATCH 16/29] dts: P5040: Add ESPI DT nodes

2019-10-26 Thread Xiaowei Bao
Add ESPI controller DT node for P5040. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p5040.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p5040.dtsi b/arch/powerpc/dts/p5040.dtsi index 8ab123d..1facd9b 100644 --- a/arch/powerpc/dts/p5040.dtsi +++ b/arch

[U-Boot] [PATCH 13/29] dts: P4080: Add ESPI DT nodes

2019-10-26 Thread Xiaowei Bao
Add ESPI controller DT node for P4080. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p4080.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p4080.dtsi b/arch/powerpc/dts/p4080.dtsi index ab76680..2c27897 100644 --- a/arch/powerpc/dts/p4080.dtsi +++ b/arch

[U-Boot] [PATCH 08/29] dts: P2041RDB: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for P2041RDB. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p2041rdb.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/powerpc/dts/p2041rdb.dts b/arch/powerpc/dts/p2041rdb.dts index 6e9d9c0..505c74d 100644 --- a/arch/powerpc/dts/p2041rdb.dts

[U-Boot] [PATCH 15/29] configs: P4080DS: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in P4080DS defconfig. Signed-off-by: Xiaowei Bao --- configs/P4080DS_SDCARD_defconfig | 2 ++ configs/P4080DS_SPIFLASH_defconfig | 2 ++ configs/P4080DS_defconfig | 2 ++ 3 files changed, 6 insertions(+) diff --git a/configs/P4080DS_SDCARD_defconfig b

[U-Boot] [PATCH 01/29] dts: P1020: Add ESPI DT nodes

2019-10-26 Thread Xiaowei Bao
Add ESPI controller DT node for P1020. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p1020-post.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p1020-post.dtsi b/arch/powerpc/dts/p1020-post.dtsi index 1e5e678..efb104f 100644 --- a/arch/powerpc/dts/p1020

[U-Boot] [PATCH 11/29] dts: P3041DS: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for P3041DS. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p3041ds.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/powerpc/dts/p3041ds.dts b/arch/powerpc/dts/p3041ds.dts index c30bf7a..5d1bac2 100644 --- a/arch/powerpc/dts/p3041ds.dts +++ b

[U-Boot] [PATCH 02/29] dts: P1020RDB: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for P1020RDB. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/p1020rdb-pc.dts | 15 +++ arch/powerpc/dts/p1020rdb-pc_36b.dts | 15 +++ arch/powerpc/dts/p1020rdb-pd.dts | 15 +++ 3 files changed, 45 insertions(+) diff --git a/arch

[U-Boot] [PATCH 20/29] dts: T1024RDB: Add ESPI slave device node

2019-10-26 Thread Xiaowei Bao
Add ESPI slave node for T1024RDB. Signed-off-by: Xiaowei Bao --- arch/powerpc/dts/t1024rdb.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/powerpc/dts/t1024rdb.dts b/arch/powerpc/dts/t1024rdb.dts index 19a6652..5a45b1b 100644 --- a/arch/powerpc/dts/t1024rdb.dts

[U-Boot] [PATCH 03/29] configs: P1020RDB: Enable ESPI driver

2019-10-26 Thread Xiaowei Bao
Enable the DM ESPI driver in P1020RDB defconfig. Signed-off-by: Xiaowei Bao --- configs/P1020RDB-PC_36BIT_NAND_defconfig | 2 ++ configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 2 ++ configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 2 ++ configs/P1020RDB-PC_36BIT_defconfig | 2

[U-Boot] [PATCH 00/29] Add the SPI DM support for PPC

2019-10-26 Thread Xiaowei Bao
Add the SPI DM support for PPC. depends on: http://patchwork.ozlabs.org/project/uboot/list/?series=127282 Xiaowei Bao (29): dts: P1020: Add ESPI DT nodes dts: P1020RDB: Add ESPI slave device node configs: P1020RDB: Enable ESPI driver dts: P2020: Add ESPI DT nodes dts: P2020RDB: Add

Re: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI

2019-10-24 Thread Xiaowei Bao
> -Original Message- > From: Jagan Teki > Sent: 2019年10月24日 3:40 > To: Xiaowei Bao > Cc: Priyanka Jain ; Jagdish Gediya > ; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI > > On Tue, Oct 22, 2019 at 3

Re: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-10-22 Thread Xiaowei Bao
> -Original Message- > From: Schrempf Frieder > Sent: 2019年10月22日 21:03 > To: Lukasz Majewski ; Xiaowei Bao > ; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for > non-DM SPL > > Hi Lukasz, hi Xiaowei, > > O

Re: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI

2019-10-22 Thread Xiaowei Bao
> -Original Message- > From: Priyanka Jain > Sent: 2019年10月22日 17:45 > To: Xiaowei Bao ; Jagdish Gediya > ; ja...@amarulasolutions.com; > u-boot@lists.denx.de > Cc: Xiaowei Bao > Subject: RE: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI &

[U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI

2019-10-21 Thread Xiaowei Bao
Miss the SPI_FLASH_BAR for the ESPI controller of FSL. Signed-off-by: Xiaowei Bao --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b8ca2bd..7003569 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -367,6

Re: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-10-20 Thread Xiaowei Bao
nt: 2019年8月23日 4:48 > To: Xiaowei Bao > Cc: w...@denx.de; Ruchika Gupta ; Shengzhou Liu > ; ja...@amarulasolutions.com; Prabhakar > Kushwaha ; u-boot@lists.denx.de; Jiafei > Pan ; Chuanhua Han > Subject: Re: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for > non-DM SPL

Re: [U-Boot] [PATCH v6 1/4] dm: spi: Convert Freescale ESPI driver to driver model

2019-09-13 Thread Xiaowei Bao
> -Original Message- > From: Prabhakar Kushwaha > Sent: 2019年9月13日 14:56 > To: Jagan Teki > Cc: Xiaowei Bao ; Priyanka Jain > ; w...@denx.de; Shengzhou Liu > ; Ruchika Gupta ; > s...@chromium.org; Chuanhua Han ; Jagdish > Gediya ; bmeng...@gmail.com; >

Re: [U-Boot] [PATCH v6 1/4] dm: spi: Convert Freescale ESPI driver to driver model

2019-09-08 Thread Xiaowei Bao
> -Original Message- > From: Jagan Teki > Sent: 2019年9月9日 14:07 > To: Xiaowei Bao > Cc: Prabhakar Kushwaha ; w...@denx.de; > Shengzhou Liu ; Ruchika Gupta > ; s...@chromium.org; Chuanhua Han > ; Jagdish Gediya ; > bmeng...@gmail.com; u-boot@lists.denx.

Re: [U-Boot] [PATCH v6 1/4] dm: spi: Convert Freescale ESPI driver to driver model

2019-09-08 Thread Xiaowei Bao
> -Original Message- > From: Prabhakar Kushwaha > Sent: 2019年8月26日 23:12 > To: Xiaowei Bao ; w...@denx.de; Shengzhou Liu > ; Ruchika Gupta ; > ja...@amarulasolutions.com; s...@chromium.org; Chuanhua Han > ; Jagdish Gediya ; > bmeng...@gmail.com; u-boot@list

[U-Boot] [PATCH v6 4/4] configs: enable espi device module in T2080QDS

2019-08-26 Thread Xiaowei Bao
From: Chuanhua Han This patch is to enable espi DM for T2080QDS in uboot Signed-off-by: Chuanhua Han Signed-off-by: Xiaowei Bao --- Changes in v6: - No change. Changes in v5: - No change. Changes in v4: - No change. Changes in v3: - Add a cover-letter for

[U-Boot] [PATCH v6 2/4] powerpc: dts: t2080: add espi controller node support

2019-08-26 Thread Xiaowei Bao
From: Chuanhua Han Add espi controller node to support t2080. Signed-off-by: Chuanhua Han Signed-off-by: Xiaowei Bao --- Changes in v6: - No change. Changes in v5: - No change. Changes in v4: - No change. Changes in v3: - Add a cover-letter for this patch set

[U-Boot] [PATCH v6 3/4] powerpc: dts: t2080qds: add espi slave nodes support

2019-08-26 Thread Xiaowei Bao
From: Chuanhua Han Add espi slave nodes to support t2080qds. Signed-off-by: Chuanhua Han Signed-off-by: Xiaowei Bao --- Changes in v6: - No change. Changes in v5: - No change. Changes in v4: - Modify the spi-max-frequency attribute value of the flash@x node of the

[U-Boot] [PATCH v6 1/4] dm: spi: Convert Freescale ESPI driver to driver model

2019-08-26 Thread Xiaowei Bao
board to use CONFIG_SPI_FLASH before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/MIGRATION.txt for more info. Signed-off-by: Chuanhua Han Signed-off-by: Xiaowei Bao --- depends on: https

Re: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-08-22 Thread Xiaowei Bao
> -Original Message- > From: Lukasz Majewski > Sent: 2019年8月23日 4:48 > To: Xiaowei Bao > Cc: w...@denx.de; Ruchika Gupta ; Shengzhou Liu > ; ja...@amarulasolutions.com; Prabhakar > Kushwaha ; u-boot@lists.denx.de; Jiafei > Pan ; Chuanhua Han > Subject: Re:

Re: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-08-21 Thread Xiaowei Bao
> -Original Message- > From: Lukasz Majewski > Sent: 2019年8月20日 17:50 > To: Xiaowei Bao > Cc: w...@denx.de; Ruchika Gupta ; Shengzhou Liu > ; ja...@amarulasolutions.com; Prabhakar > Kushwaha ; u-boot@lists.denx.de; Jiafei > Pan ; Chuanhua Han > Subject: Re:

Re: [U-Boot] [PATCH v5 2/5] dm: spi: Convert Freescale ESPI driver to driver model

2019-08-21 Thread Xiaowei Bao
> -Original Message- > From: Joakim Tjernlund > Sent: 2019年8月21日 15:52 > To: Prabhakar Kushwaha ; Ruchika Gupta > ; Xiaowei Bao ; > Shengzhou Liu ; w...@denx.de; > ja...@amarulasolutions.com > Cc: u-boot@lists.denx.de; Jiafei Pan ; Chuanhua Han > > Subje

Re: [U-Boot] [PATCH v5 2/5] dm: spi: Convert Freescale ESPI driver to driver model

2019-08-20 Thread Xiaowei Bao
> -Original Message- > From: Joakim Tjernlund > Sent: 2019年8月20日 19:04 > To: Prabhakar Kushwaha ; Ruchika Gupta > ; Xiaowei Bao ; > Shengzhou Liu ; w...@denx.de; > ja...@amarulasolutions.com > Cc: u-boot@lists.denx.de; Jiafei Pan ; Chuanhua Han > > Subje

Re: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-08-20 Thread Xiaowei Bao
> -Original Message- > From: Lukasz Majewski > Sent: 2019年8月20日 16:20 > To: Xiaowei Bao > Cc: w...@denx.de; Ruchika Gupta ; Shengzhou Liu > ; ja...@amarulasolutions.com; Prabhakar > Kushwaha ; u-boot@lists.denx.de; Jiafei > Pan ; Chuanhua Han > Subject: Re:

Re: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-08-20 Thread Xiaowei Bao
> -Original Message- > From: Lukasz Majewski > Sent: 2019年8月20日 15:43 > To: Xiaowei Bao > Cc: w...@denx.de; Ruchika Gupta ; Shengzhou Liu > ; ja...@amarulasolutions.com; Prabhakar > Kushwaha ; u-boot@lists.denx.de; Jiafei > Pan ; Pan Jiafei ; Chuanhua >

Re: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-08-20 Thread Xiaowei Bao
> -Original Message- > From: Lukasz Majewski > Sent: 2019年8月20日 15:14 > To: Xiaowei Bao > Cc: w...@denx.de; Ruchika Gupta ; Shengzhou Liu > ; ja...@amarulasolutions.com; Prabhakar > Kushwaha ; u-boot@lists.denx.de; Jiafei > Pan ; Pan Jiafei ; Chuanhua >

[U-Boot] [PATCH v5 5/5] configs: enable espi device module in T2080QDS

2019-08-20 Thread Xiaowei Bao
From: Chuanhua Han This patch is to enable espi DM for T2080QDS in uboot Signed-off-by: Chuanhua Han --- Changes in v5: - No change. Changes in v4: - No change. Changes in v3: - Add a cover-letter for this patch set. Changes in v2: - No change. configs/T20

[U-Boot] [PATCH v5 4/5] powerpc: dts: t2080qds: add espi slave nodes support

2019-08-20 Thread Xiaowei Bao
From: Chuanhua Han Add espi slave nodes to support t2080qds. Signed-off-by: Chuanhua Han --- Changes in v5: - No change. Changes in v4: - Modify the spi-max-frequency attribute value of the flash@x node of the device tree. Changes in v3: - Add a cover-letter for this

[U-Boot] [PATCH v5 3/5] powerpc: dts: t2080: add espi controller node support

2019-08-20 Thread Xiaowei Bao
From: Chuanhua Han Add espi controller node to support t2080. Signed-off-by: Chuanhua Han --- Changes in v5: - No change. Changes in v4: - No change. Changes in v3: - Add a cover-letter for this patch set. Changes in v2: - No change. arch/powerpc/dts/t2080.dt

[U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-08-20 Thread Xiaowei Bao
From: Chuanhua Han This patch solves the problem that spiboot cannot be performed in non-DM SPL. Signed-off-by: Pan Jiafei Signed-off-by: Chuanhua Han --- Changes in v5: - No change. Changes in v4: - No change. Changes in v3: - Add a cover-letter for this patch set. Ch

[U-Boot] [PATCH v5 2/5] dm: spi: Convert Freescale ESPI driver to driver model

2019-08-20 Thread Xiaowei Bao
From: Chuanhua Han Modify the Freescale ESPI driver to support the driver model. Also resolved the following problems: = WARNING == This board does not use CONFIG_DM_SPI. Please update the board before v2019.04 for no dm conversion and v2019.07 for partial

Re: [U-Boot] [EXT] Re: [PATCHv2 8/8] configs: T2080QDS: Enable PCIe driver

2019-05-23 Thread Xiaowei Bao
Hi Prabhakar, -Original Message- From: Prabhakar Kushwaha Sent: 2019年5月24日 13:23 To: Xiaowei Bao ; Bin Meng ; Simon Glass Cc: Z.q. Hou ; u-boot@lists.denx.de; w...@denx.de; Shengzhou Liu ; Jagdish Gediya ; ley.foon@intel.com; s...@denx.de; M.h. Lian Subject: RE: [EXT] Re

Re: [U-Boot] [EXT] Re: [PATCHv2 8/8] configs: T2080QDS: Enable PCIe driver

2019-05-23 Thread Xiaowei Bao
-Original Message- From: Bin Meng Sent: 2019年5月24日 10:14 To: Xiaowei Bao ; Simon Glass Cc: Z.q. Hou ; u-boot@lists.denx.de; Prabhakar Kushwaha ; w...@denx.de; Shengzhou Liu ; Jagdish Gediya ; ley.foon@intel.com; s...@denx.de; M.h. Lian Subject: Re: [EXT] Re: [PATCHv2 8/8

Re: [U-Boot] [EXT] Re: [PATCHv2 8/8] configs: T2080QDS: Enable PCIe driver

2019-05-23 Thread Xiaowei Bao
-Original Message- From: Bin Meng Sent: 2019年5月24日 8:11 To: Z.q. Hou Cc: u-boot@lists.denx.de; Prabhakar Kushwaha ; w...@denx.de; Shengzhou Liu ; Jagdish Gediya ; s...@chromium.org; ley.foon@intel.com; s...@denx.de; M.h. Lian ; Xiaowei Bao Subject: [EXT] Re: [PATCHv2 8/8

Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-05-22 Thread Xiaowei Bao
Hi Bin, -Original Message- From: Bin Meng Sent: 2019年5月17日 10:31 To: Xiaowei Bao ; Ramon Fried ; Simon Glass Cc: M.h. Lian ; Z.q. Hou ; Mingkai Hu ; Hongbo Wang ; York Sun ; u-boot@lists.denx.de; Jiafei Pan Subject: Re: [EXT] Re: [U-Boot] [PATCHv2 1/2] PCI: layerscape: Add Support

[U-Boot] [PATCH] armv8: ls1028a: Add other serdes protocal support

2019-05-21 Thread Xiaowei Bao
Add other serdes protocal support. Signed-off-by: Xiaowei Bao --- arch/arm/cpu/armv8/fsl-layerscape/ls1028a_serdes.c | 13 + .../include/asm/arch-fsl-layerscape/fsl_serdes.h | 12 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv8

Re: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-05-16 Thread Xiaowei Bao
-Original Message- From: Bin Meng Sent: 2019年5月16日 19:58 To: Xiaowei Bao Cc: M.h. Lian ; Z.q. Hou ; Mingkai Hu ; Hongbo Wang ; York Sun ; u-boot@lists.denx.de; Jiafei Pan Subject: [EXT] Re: [U-Boot] [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode Caution: EXT

[U-Boot] [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-05-16 Thread Xiaowei Bao
From: Xiaowei Bao Signed-off-by: hongbo.wang Signed-off-by: Minghuan Lian Signed-off-by: Xiaowei Bao --- v2: - Add the NXP copyright and make the function readability. drivers/pci/pcie_layerscape.c | 117 +++-- drivers/pci/pcie_layerscape.h | 19

[U-Boot] [PATCHv2 2/2] pci: layerscape: Add the workaround for errata A-009460

2019-05-16 Thread Xiaowei Bao
From: Xiaowei Bao The VF_BARn_REG register's Prefetchable and Type bit fields are overwritten by a write to VF's BAR Mask register. workaround: Before writing to the VF_BARn_MASK_REG register, write 0b to the PCIE_MISC_CONTROL_1_OFF register. Signed-off-by: Xiaowei Bao --- v2: - A

[U-Boot] [PATCH 2/2] pci: layerscape: Add the workaround for errata A-009460

2019-05-15 Thread Xiaowei Bao
From: Xiaowei Bao The VF_BARn_REG register's Prefetchable and Type bit fields are overwritten by a write to VF's BAR Mask register. workaround: Before writing to the VF_BARn_MASK_REG register, write 0b to the PCIE_MISC_CONTROL_1_OFF register. Signed-off-by: Xiaowei Bao --- d

[U-Boot] [PATCH 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode

2019-05-15 Thread Xiaowei Bao
From: Xiaowei Bao Signed-off-by: hongbo.wang Signed-off-by: Minghuan Lian Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape.c | 117 +++- drivers/pci/pcie_layerscape.h | 17 +-- 2 files changed, 92 insertions(+), 42 deletions(-) diff --git

Re: [U-Boot] [PATCH 3/3] pci: layerscape: Add the dts fixup for EP and RC

2018-11-03 Thread Xiaowei Bao
-Original Message- From: York Sun Sent: 2018年11月2日 22:53 To: Xiaowei Bao ; M.h. Lian ; Z.q. Hou ; Mingkai Hu ; bmeng...@gmail.com; yamada.masah...@socionext.com; u-boot@lists.denx.de Cc: Jiafei Pan Subject: Re: [U-Boot] [PATCH 3/3] pci: layerscape: Add the dts fixup for EP and RC

[U-Boot] [PATCH 3/3] pci: layerscape: Add the dts fixup for EP and RC

2018-10-25 Thread Xiaowei Bao
Add the dts fixup when PCI controller work diffferent mode. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape_fixup.c | 25 +++-- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pcie_layerscape_fixup.c b/drivers/pci

[U-Boot] [PATCH 1/3] pci: layerscape: Modify the EP and RC mode judge method

2018-10-25 Thread Xiaowei Bao
Modify the RC and EP mode judge method, save the mode as a variable, the variable will be used by other function. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape.c | 18 -- drivers/pci/pcie_layerscape.h |1 + 2 files changed, 9 insertions(+), 10 deletions

[U-Boot] [PATCH 2/3] pci: layerscape: Do not scan when PEX work in EP mode

2018-10-25 Thread Xiaowei Bao
Don't scan the bus when the PEX work in EP mode. Signed-off-by: Xiaowei Bao --- drivers/pci/pcie_layerscape.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/pci/pcie_layerscape.c b/drivers/pci/pcie_layerscape.c index 17cba46..db1375a 100644 --- a/driver

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-11-08 Thread Xiaowei Bao
> -Original Message- > From: York Sun > Sent: Thursday, November 09, 2017 5:46 AM > To: Joakim Tjernlund ; Xiaowei Bao > > Cc: w...@denx.de; Mingkai Hu ; > tony.obr...@alliedtelesis.co.nz; u-boot@lists.denx.de; Z.q. Hou > ; hamish.mar...@alliedtelesis.co.nz; M.

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2017-10-22 Thread Xiaowei Bao
-Original Message- From: Joakim Tjernlund [mailto:joakim.tjernl...@infinera.com] Sent: Friday, October 20, 2017 9:13 PM To: w...@denx.de; Mingkai Hu ; tony.obr...@alliedtelesis.co.nz; u-boot@lists.denx.de; Z.q. Hou ; York Sun ; Xiaowei Bao ; hamish.mar...@alliedtelesis.co.nz; M.h

Re: [U-Boot] [PATCH] Powerpc: Make pcie link state judge more specific

2017-10-09 Thread Xiaowei Bao
Hi York, I will revise the commit message later. Best regards xiaowei -Original Message- From: York Sun Sent: Monday, October 09, 2017 11:44 PM To: Xiaowei Bao ; M.h. Lian ; Z.q. Hou ; Mingkai Hu ; u-boot@lists.denx.de Subject: Re: [PATCH] Powerpc: Make pcie link state judge more

Re: [U-Boot] [PATCH] PCI: layerscape: Make the pcie link up status judgement more specific

2017-09-14 Thread Xiaowei Bao
Hi York, I will update the patch at next week, I have other thing to do this week. Thanks -Original Message- From: York Sun Sent: Friday, September 15, 2017 4:07 AM To: Xiaowei Bao ; u-boot@lists.denx.de; Priyanka Jain ; Z.q. Hou ; M.h. Lian ; s...@chromium.org Subject: Re: [PATCH

  1   2   >