From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 4 Aug 2015 08:55:22 -0700 Subject: [U-Boot] [PATCH 2/2][V2] pci/layerscape: Add EP mode support In-Reply-To: <1436499309-22147-2-git-send-email-Minghuan.Lian@freescale.com> References: <1436499309-22147-1-git-send-email-Minghuan.Lian@freescale.com> <1436499309-22147-2-git-send-email-Minghuan.Lian@freescale.com> Message-ID: <55C0E06A.60609@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/09/2015 08:35 PM, Minghuan Lian wrote: > The patch will initialize PCIe controller on EP mode > 1. Setup bar: > bar0 32bit 4K for specific configuration > bar1 32bit 8K for MSIX > bar2 64bit 4K for descriptor of memory > bar4 64bit 1M for DMA memory test > 2. Setup iATU: > iATU inbound 0-3 to map bar transaction to memory address > started at CONFIG_SYS_PCI_EP_MEMORY_BASE > iATU outbound 0 to map 4G memory space > > Signed-off-by: Minghuan Lian > --- > Change log: > v2-v1: no change > Applied to u-boot-fsl-qoriq master with minor change in subject. Thanks. York