From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Williams Date: Wed, 19 Jul 2006 18:23:23 +0100 Subject: [U-Boot-Users] MPC8548 PCIe Support Message-ID: <44BE6A8B.7080409@parsonscroft.plus.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi I wonder if anybody has any views as to what work is involved in supporting the PCIe interface of the (Freescale) MPC85xx's that have this interface. From first look at the data book I wonder if the PCIe interface is in fact compatible enough with the standard PCI interface to allow the exiting code to work correctly provided that the address and data register addresses (the two registers used to initiate a config cycle) for the PCIe interface are used. In my case I am porting u-boot to custom MPC8548 hardware that has a custom, fixed PCIe peripheral on the PCIe bus. I think I can kludge things for this device if needed but it would be nice to do it properly and feed the results back to the group. Any comments/views would be much appreciated. Regards Steve Williams