Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: bcm47xxpart: add support for parsing device tree partitions

2015-05-18 Thread Rafał Miłecki
On 16 May 2015 at 12:53, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas After discussion in this topic, I'll give a nack to this patch. We should use different approach and we should probably focus on mainline Broadcom NAND driver. -- Rafał __

Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: bcm47xxpart: add support for parsing device tree partitions

2015-05-18 Thread Rafał Miłecki
On 16 May 2015 at 15:28, Rafał Miłecki wrote: > On 16 May 2015 at 13:53, Álvaro Fernández Rojas wrote: >> This patch splits firmware partition based on TRX header, while ofpart won't >> be able to split firmware partition into kernel (linux) + rootfs. >> It's very similar to bcm63xx code, where

Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: bcm47xxpart: add support for parsing device tree partitions

2015-05-16 Thread Rafał Miłecki
On 16 May 2015 at 13:53, Álvaro Fernández Rojas wrote: > This patch splits firmware partition based on TRX header, while ofpart won't > be able to split firmware partition into kernel (linux) + rootfs. > It's very similar to bcm63xx code, where bcmtag contains the information > needed to split l

Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: bcm47xxpart: add support for parsing device tree partitions

2015-05-16 Thread Bjørn Mork
Hauke Mehrtens writes: > On 05/16/2015 12:53 PM, Álvaro Fernández Rojas wrote: >> Signed-off-by: Álvaro Fernández Rojas >> --- >> ...-bcm47xxpart-parse-device-tree-partitions.patch | 156 >> + >> 1 file changed, 156 insertions(+) >> create mode 100644 >> target/linux/bcm5

Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: bcm47xxpart: add support for parsing device tree partitions

2015-05-16 Thread Álvaro Fernández Rojas
This patch splits firmware partition based on TRX header, while ofpart won't be able to split firmware partition into kernel (linux) + rootfs. It's very similar to bcm63xx code, where bcmtag contains the information needed to split linux partition into kernel + rootfs. El 16/05/2015 a las 13:16,

Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: bcm47xxpart: add support for parsing device tree partitions

2015-05-16 Thread Rafał Miłecki
On 16 May 2015 at 13:11, Hauke Mehrtens wrote: > On 05/16/2015 12:53 PM, Álvaro Fernández Rojas wrote: >> Signed-off-by: Álvaro Fernández Rojas >> --- >> ...-bcm47xxpart-parse-device-tree-partitions.patch | 156 >> + >> 1 file changed, 156 insertions(+) >> create mode 10064

Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: bcm47xxpart: add support for parsing device tree partitions

2015-05-16 Thread Hauke Mehrtens
On 05/16/2015 12:53 PM, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > ...-bcm47xxpart-parse-device-tree-partitions.patch | 156 > + > 1 file changed, 156 insertions(+) > create mode 100644 > target/linux/bcm53xx/patches-3.18/401-mtd-bcm47xxpa

[OpenWrt-Devel] [PATCH 4/6] bcm53xx: bcm47xxpart: add support for parsing device tree partitions

2015-05-16 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- ...-bcm47xxpart-parse-device-tree-partitions.patch | 156 + 1 file changed, 156 insertions(+) create mode 100644 target/linux/bcm53xx/patches-3.18/401-mtd-bcm47xxpart-parse-device-tree-partitions.patch diff --git a/target/linux/bcm