Re: [OpenWrt-Devel] [PATCH 3/6] bcm53xx: update sprom from nvram to handle rev 11

2015-04-02 Thread Rafał Miłecki
On 10 March 2015 at 04:30, Ian Kent wrote: > +@@ -93,6 +113,9 @@ struct ssb_sprom { > + u16 boardflags2_lo; /* Board flags (bits 32-47) */ > + u16 boardflags2_hi; /* Board flags (bits 48-63) */ > + /* TODO store board flags in a single u64 */ > ++ /* spromrev 11 */ >

Re: [OpenWrt-Devel] [PATCH 3/6] bcm53xx: update sprom from nvram to handle rev 11

2015-04-02 Thread Rafał Miłecki
On 2 April 2015 at 11:03, Ian Kent wrote: > On Thu, 2015-04-02 at 10:22 +0200, Rafał Miłecki wrote: >> Other than that, current way of handling revisions is quite messy, I >> guess you noticed it by yourself. I started reworking, see: >> http://patchwork.linux-mips.org/patch/9659/ >> Again, my cha

Re: [OpenWrt-Devel] [PATCH 3/6] bcm53xx: update sprom from nvram to handle rev 11

2015-04-02 Thread Ian Kent
On Thu, 2015-04-02 at 10:22 +0200, Rafał Miłecki wrote: > Hi Ian, > > On 10 March 2015 at 04:30, Ian Kent wrote: > > Add new sprom revision 11 variables to the nvram -> sprom reader. > > > > Signed-off-by: Ian Kent > > There are few problems with bcm53xx's SPROM and I've few comments to your >

Re: [OpenWrt-Devel] [PATCH 3/6] bcm53xx: update sprom from nvram to handle rev 11

2015-04-02 Thread Rafał Miłecki
Hi Ian, On 10 March 2015 at 04:30, Ian Kent wrote: > Add new sprom revision 11 variables to the nvram -> sprom reader. > > Signed-off-by: Ian Kent There are few problems with bcm53xx's SPROM and I've few comments to your patch. bcm53xx's SPROM driver is modified version of mainline arch/mips/b

[OpenWrt-Devel] [PATCH 3/6] bcm53xx: update sprom from nvram to handle rev 11

2015-03-09 Thread Ian Kent
Add new sprom revision 11 variables to the nvram -> sprom reader. Signed-off-by: Ian Kent --- .../111-bcm53xx-add-sprom-rev-11-vars.patch| 426 .../111-bcm53xx-add-sprom-rev-11-vars.patch| 432 2 files changed, 858 insertions(+) create

[OpenWrt-Devel] [PATCH 3/6] bcm53xx - update sprom from nvram to handle rev 11

2015-03-09 Thread Ian Kent
Add new sprom revision 11 variables to the nvram -> sprom reader. Signed-off-by: Ian Kent --- .../111-bcm53xx-add-sprom-rev-11-vars.patch| 426 .../111-bcm53xx-add-sprom-rev-11-vars.patch| 432 2 files changed, 858 insertions(+) create