Re: [OpenWrt-Devel] [PATCH] brcm63xx: Let the CFE partition in HG556a to be writeable

2016-03-02 Thread dani
I agree, it would be much better to do the job without touching CFE. In fact after changing those bits in CFE to boot always the core0 as the main thread, if one wants to return to the OEM firmware it turns out that the board hangs when loading VoIP stuff. Probably VoIP stuff is hardcoded in some w

Re: [OpenWrt-Devel] [PATCH] brcm63xx: Let the CFE partition in HG556a to be writeable

2016-01-18 Thread Jonas Gorski
Hi, On Wed, Dec 2, 2015 at 9:37 PM, dani wrote: > In the HG556a router the partition mtd0, where CFE lives, is read only. > This patch allows this partition to be writeable. > > The BCM6358 SoC has two cores, but they are not identical. The second core has > half icache. > core0: icache=32kB > co

[OpenWrt-Devel] [PATCH] brcm63xx: Let the CFE partition in HG556a to be writeable

2015-12-02 Thread dani
In the HG556a router the partition mtd0, where CFE lives, is read only. This patch allows this partition to be writeable. The BCM6358 SoC has two cores, but they are not identical. The second core has half icache. core0: icache=32kB core1: icache=16kB As default the HG556a uses the second core