[U-Boot] [PATCH v3] board: ns2: Add support for Broadcom Northstar 2

2017-03-17 Thread Jon Mason
Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). The BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57 processors targeting a broad range of networking applications. Signed-off-by: Jon Mason --- arch/arm/Kconfig | 9 ++ board/broadcom

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

[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

Re: [U-Boot] [U-Boot, v2] board: ns2: Add support for Broadcom Northstar 2

2017-03-15 Thread Jon Mason
On Tue, Mar 14, 2017 at 8:38 PM, Tom Rini wrote: > On Wed, Mar 08, 2017 at 11:55:36AM -0500, Jon Mason wrote: > >> Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). The >> BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57 >> processors ta

[U-Boot] [PATCH v2] board: ns2: Add support for Broadcom Northstar 2

2017-03-08 Thread Jon Mason
Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). The BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57 processors targeting a broad range of networking applications. Signed-off-by: Jon Mason --- arch/arm/Kconfig | 9 ++ board/broadcom

[U-Boot] [PATCH v2] board: ns2: Add support for Broadcom Northstar 2

2017-03-06 Thread Jon Mason
Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). The BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57 processors targeting a broad range of networking applications. Signed-off-by: Jon Mason --- arch/arm/Kconfig | 9 ++ board/broadcom

Re: [U-Boot] [PATCH] board: ns2: Add support for Broadcom Northstar 2

2017-02-23 Thread Jon Mason
On Wed, Feb 22, 2017 at 11:10 AM, Tom Rini wrote: > On Fri, Feb 17, 2017 at 04:17:10PM -0500, Jon Mason wrote: > >> Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). The >> BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57 >> processors ta

[U-Boot] [PATCH] board: ns2: Add support for Broadcom Northstar 2

2017-02-20 Thread Jon Mason
Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). The BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57 processors targeting a broad range of networking applications. Signed-off-by: Jon Mason --- arch/arm/Kconfig | 9 ++ board/broadcom