Re: [U-Boot] [PATCH v3] NS2: Add PCI support

2017-03-17 Thread Jon Mason
Please disregard this patch. I meant to send out v3 of the core NS2 support, and not a half-baked PCI driver. Thanks, Jon On Wed, Mar 15, 2017 at 1:38 PM, Jon Mason wrote: > From: Jon Mason > > Write a new driver to add PCI support to iProc devices. Currently, this > will only work for NS2 (d

[U-Boot] [PATCH v3] NS2: Add PCI support

2017-03-15 Thread Jon Mason
From: Jon Mason Write a new driver to add PCI support to iProc devices. Currently, this will only work for NS2 (due to some hard coding done in the driver), but should be extensible in the future. Some hacks had to be made due to time constraints, but are documented in the code. PCI was verifi