Re: [U-Boot] [PATCH 4/7 v4] pci/layerscape: add support for LUT

2016-03-08 Thread Stuart Yoder
> -Original Message- > From: york sun > Sent: Tuesday, March 08, 2016 1:46 PM > To: Stuart Yoder ; u-boot@lists.denx.de > Cc: Prabhakar Kushwaha ; Yang-Leo Li > > Subject: Re: [PATCH 4/7 v4] pci/layerscape: add support for LUT > > On 03/08/2016 11:36 AM, Stuart Yoder wrote: > > > > > >

Re: [U-Boot] [PATCH 4/7 v4] pci/layerscape: add support for LUT

2016-03-08 Thread Stuart Yoder
> -Original Message- > From: york sun > Sent: Tuesday, March 08, 2016 11:30 AM > To: Stuart Yoder ; u-boot@lists.denx.de > Cc: Prabhakar Kushwaha ; Yang-Leo Li > > Subject: Re: [PATCH 4/7 v4] pci/layerscape: add support for LUT > > On 03/08/2016 07:56 AM, Stuart Yoder wrote: > > From:

Re: [U-Boot] [PATCH 4/7 v4] pci/layerscape: add support for LUT

2016-03-08 Thread york sun
On 03/08/2016 11:36 AM, Stuart Yoder wrote: > > >> -Original Message- >> From: york sun >> Sent: Tuesday, March 08, 2016 11:30 AM >> To: Stuart Yoder ; u-boot@lists.denx.de >> Cc: Prabhakar Kushwaha ; Yang-Leo Li >> >> Subject: Re: [PATCH 4/7 v4] pci/layerscape: add support for LUT >> >

Re: [U-Boot] [PATCH 4/7 v4] pci/layerscape: add support for LUT

2016-03-08 Thread york sun
On 03/08/2016 07:56 AM, Stuart Yoder wrote: > From: Stuart Yoder > > The per-PCI controller LUT (Look-Up-Table) is a 32-entry table > that maps PCI requester IDs (bus/dev/fun) to a stream ID. > > This patch implements infrastructure to enable LUT initialization: > -define registers offsets >

[U-Boot] [PATCH 4/7 v4] pci/layerscape: add support for LUT

2016-03-08 Thread Stuart Yoder
From: Stuart Yoder The per-PCI controller LUT (Look-Up-Table) is a 32-entry table that maps PCI requester IDs (bus/dev/fun) to a stream ID. This patch implements infrastructure to enable LUT initialization: -define registers offsets -add an index to 'struct ls_pcie' to track next available s