Re: [U-Boot] [PATCH v2 0/9] MIPS: improve start.S and add exception support

2016-10-30 Thread Daniel Schwierzeck
Am 03.10.2016 um 19:51 schrieb Daniel Schwierzeck: > Fix and optinmize initialization of cp0 registers. Also add > the possibilty to setup the initial stack and global data in > SRAM to provide a C environment for lowlevel_init(). This > could be used on the QCA ath79 platform to rewrite and > op

[U-Boot] [PATCH v2 0/9] MIPS: improve start.S and add exception support

2016-10-03 Thread Daniel Schwierzeck
Fix and optinmize initialization of cp0 registers. Also add the possibilty to setup the initial stack and global data in SRAM to provide a C environment for lowlevel_init(). This could be used on the QCA ath79 platform to rewrite and optimize the low-level init code. Add support for a dynamic exce