[U-Boot] [Patch V4 1/7] pci/layerscape: add support for LS1043A PCIe LUT register access

2015-11-11 Thread Gong Qianyu
From: Mingkai Hu The endian and base address of PEX LUT register region is different between Chassis 2 and Chassis 3, so move the base address definition to chassis specific header file and add pex_lut_* functions to access LUT register. Signed-off-by: Mingkai Hu Signed-off-by: Gong Qianyu ---

Re: [U-Boot] [Patch V4 1/7] pci/layerscape: add support for LS1043A PCIe LUT register access

2015-11-30 Thread York Sun
On 11/11/2015 01:58 AM, Gong Qianyu wrote: > From: Mingkai Hu > > The endian and base address of PEX LUT register region is different > between Chassis 2 and Chassis 3, so move the base address definition > to chassis specific header file and add pex_lut_* functions to access > LUT register. >