Re: [U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-26 Thread Prabhakar Kushwaha
Thanks Bin Let me integrate his patch-set. > -Original Message- > From: Bin Meng > Sent: Tuesday, August 27, 2019 10:32 AM > To: Prabhakar Kushwaha > Cc: Z.q. Hou ; u-boot@lists.denx.de > Subject: Re: [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003 > > Hi Prabhakar, >

Re: [U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-26 Thread Bin Meng
Hi Prabhakar, On Mon, Aug 26, 2019 at 9:00 PM Bin Meng wrote: > > Hi Prabhakar, > > On Mon, Aug 26, 2019 at 5:10 PM Prabhakar Kushwaha > wrote: > > > > Dear Bin, > > > > > -Original Message- > > > From: Bin Meng > > > Sent: Monday, August 26, 2019 2:21 PM > > > To: Z.q. Hou > > > Cc: u

Re: [U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-26 Thread Bin Meng
Hi Prabhakar, On Mon, Aug 26, 2019 at 5:10 PM Prabhakar Kushwaha wrote: > > Dear Bin, > > > -Original Message- > > From: Bin Meng > > Sent: Monday, August 26, 2019 2:21 PM > > To: Z.q. Hou > > Cc: u-boot@lists.denx.de; Prabhakar Kushwaha > > > > Subject: Re: [PATCHv2 1/3] dm: pcie_fsl:

Re: [U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-26 Thread Bin Meng
Hi Zhiqiang, On Mon, Aug 26, 2019 at 6:17 PM Z.q. Hou wrote: > > Hi Bin, > > Thanks a lot for your comments! > > > -Original Message- > > From: Bin Meng > > Sent: 2019年8月26日 16:51 > > To: Z.q. Hou > > Cc: u-boot@lists.denx.de; Prabhakar Kushwaha > > > > Subject: Re: [PATCHv2 1/3] dm: p

Re: [U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-26 Thread Z.q. Hou
Hi Bin, Thanks a lot for your comments! > -Original Message- > From: Bin Meng > Sent: 2019年8月26日 16:51 > To: Z.q. Hou > Cc: u-boot@lists.denx.de; Prabhakar Kushwaha > > Subject: Re: [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum > A003 > > Hi Zhiqiang, > > On Mon, Aug 26

Re: [U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-26 Thread Prabhakar Kushwaha
Dear Bin, > -Original Message- > From: Bin Meng > Sent: Monday, August 26, 2019 2:21 PM > To: Z.q. Hou > Cc: u-boot@lists.denx.de; Prabhakar Kushwaha > > Subject: Re: [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003 > > Hi Zhiqiang, > > On Mon, Aug 26, 2019 at 4:34 PM

Re: [U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-26 Thread Bin Meng
Hi Zhiqiang, On Mon, Aug 26, 2019 at 4:34 PM Z.q. Hou wrote: > > Hi Bin, > > Thanks a lot for your comments! > > > -Original Message- > > From: Bin Meng > > Sent: 2019年8月26日 13:59 > > To: Z.q. Hou > > Cc: u-boot@lists.denx.de; Prabhakar Kushwaha > > > > Subject: Re: [PATCHv2 1/3] dm: p

Re: [U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-26 Thread Z.q. Hou
Hi Bin, Thanks a lot for your comments! > -Original Message- > From: Bin Meng > Sent: 2019年8月26日 13:59 > To: Z.q. Hou > Cc: u-boot@lists.denx.de; Prabhakar Kushwaha > > Subject: Re: [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum > A003 > > Hi Zhiqiang, > > On Sun, Aug 25

Re: [U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-25 Thread Bin Meng
Hi Zhiqiang, On Sun, Aug 25, 2019 at 11:42 PM Z.q. Hou wrote: > > From: Hou Zhiqiang > > In the workaround of P4080 erratum A003, it uses the macro > CONFIG_SYS_FSL_CORENET_SERDES_ADDR to get the SerDes block > register address, the CONFIG_SYS_FSL_CORENET_SERDES_ADDR is > defined as following: >

[U-Boot] [PATCHv2 1/3] dm: pcie_fsl: Fix workaround of P4080 erratum A003

2019-08-25 Thread Z.q. Hou
From: Hou Zhiqiang In the workaround of P4080 erratum A003, it uses the macro CONFIG_SYS_FSL_CORENET_SERDES_ADDR to get the SerDes block register address, the CONFIG_SYS_FSL_CORENET_SERDES_ADDR is defined as following: (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_CORENET_SERDES_OFFSET) The problem