Re: [LEDE-DEV] [PATCH] brcm47xx: relocate the stack in loader

2017-10-10 Thread p . wassi
> (...) Relocate it to a different memory region which is > still under the 8MB RAM, but in the higher area. Ok, I can confirm that this is working fine with both, the WRT54GL and the WL500GP V2 on Linux 4.9.52. Thanks for debugging and fixing! Regards, P. Wassi _

[LEDE-DEV] [PATCH] brcm47xx: relocate the stack in loader

2017-10-08 Thread Hauke Mehrtens
By default we are reusing the stack provided by CFE, like it is intended by CFE. On my WRT54GS it is located at 0x8043BF30, so a big kernel image could overwrite it. Relocate it to a different memory region which is still under the 8MB RAM, but in the higher area. We only need this memory region fo