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

2016-03-08 Thread Stuart Yoder
> -Original Message- > From: york sun > Sent: Monday, March 07, 2016 4:32 PM > To: Stuart Yoder ; u-boot@lists.denx.de > Cc: Prabhakar Kushwaha ; Mingkai Hu > ; > Minghuan Lian ; Yang-Leo Li ; > marc.zyng...@arm.com > Subject: Re: [PATCH 4/7 v3] pci/layerscape: add support for LUT > > O

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

2016-03-07 Thread york sun
On 02/26/2016 08:52 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 v3] pci/layerscape: add support for LUT

2016-02-26 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