commit | b131cc56c52228ed89d309c1da090338f654cf12 | [log] [tgz] |
---|---|---|
author | Francois Retief <fgretief@spaceteq.co.za> | Thu Oct 29 00:02:48 2015 +0200 |
committer | Francois Retief <fgretief@spaceteq.co.za> | Thu Dec 03 13:15:49 2015 +0200 |
tree | 02e7dc34b65d1e17482d3b90d31c2a4ab15b2d8a | |
parent | 66485752f5a21ed9a1d013ff9ef84c28b395ac6d [diff] |
sparc: leon3: Updates for generic board initialization Reworked the LEON3 start.S code to call board_init_f function at startup. Also implemented the relocate_code function in assembly to relocate the monitor and setup the stack pointer before calling relocated board_init_r. Add the CONFIG_SYS_GENERIC_BOARD variable to all the LEON3 boards. Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>