[OpenWrt-Devel] [PATCH v2 4/5] mvebu: add support for the Armada XP GP board (DB-MV784MP-GP)

2014-02-02 Thread Seif Mazareeb
This Armada XP GP board from Marvell comes with: * 2GB DDR3 DIMM * 1GB NAND flash (8-bit interface) * 16MB NOR flash (16-bot interrface) * 16MB SPI flash * SDIO module * 3 PCIe * 1 SATA link * 2 USB EHCI * 1 internal SSD * 4 Ethernet Gigabit * 1 RS232 port over USB Signed-off-by: Seif Mazareeb

[OpenWrt-Devel] [PATCH v2 5/5] mvebu: update kernel config

2014-02-02 Thread Seif Mazareeb
Enabling the NAND controller on the mvebu target. Signed-off-by: Seif Mazareeb --- target/linux/mvebu/config-3.10 |4 1 file changed, 4 insertions(+) diff --git a/target/linux/mvebu/config-3.10 b/target/linux/mvebu/config-3.10 index a8cc779..38acc17 100644 --- a/target/linux/mvebu

Re: [OpenWrt-Devel] [PATCH 4/5] mvebu: update kernel config

2014-01-30 Thread Seif Mazareeb
aham > Subject: Re: [OpenWrt-Devel] [PATCH 4/5] mvebu: update kernel config > > On Thu, Jan 30, 2014 at 9:27 AM, Seif Mazareeb > wrote: > > The config-3.10 doesn't specify the configuration of the backported PCI > > features, and the Marvell EBU Device Bus Controll

[OpenWrt-Devel] [PATCH 5/5] mvebu: add support for the Armada XP GP board (DB-MV784MP-GP)

2014-01-30 Thread Seif Mazareeb
This Armada XP GP board from Marvell comes with: * 2GB DDR3 DIMM * 1GB NAND flash (8-bit interface) * 16MB NOR flash (16-bot interrface) * 16MB SPI flash * SDIO module * 3 PCIe * 1 SATA link * 2 USB EHCI * 1 internal SSD * 4 Ethernet Gigabit * 1 RS232 port over USB Signed-off-by: Seif Mazareeb

[OpenWrt-Devel] [PATCH 4/5] mvebu: update kernel config

2014-01-30 Thread Seif Mazareeb
ng to compile. Signed-off-by: Seif Mazareeb --- target/linux/mvebu/config-3.10 | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/target/linux/mvebu/config-3.10 b/target/linux/mvebu/config-3.10 index 0fba064..a8cc779 100644 --- a/target/linux/mvebu/config

[OpenWrt-Devel] [PATCH]: Backporting of NAND support to mvebu

2014-01-28 Thread Seif Mazareeb
Hi all, Please find the follow repository: https://github.com/mazareeb/openwrt/commits/master This repository adds 5 patches that mainly aim to back port the recently added NAND support to mainline to openwrt. On the way other patches that address other aspects of mvebu are integrated. The 3 ini