commit | 9e51aea5bdf8aa5908a025bad42e1e987ce6e5d4 | [log] [tgz] |
---|---|---|
author | Francois Retief <fgretief@spaceteq.co.za> | Sat Nov 21 13:25:41 2015 +0200 |
committer | Francois Retief <fgretief@spaceteq.co.za> | Thu Dec 03 13:15:49 2015 +0200 |
tree | 498151ee938f630bd8ca7e88a4872a39e517aa23 | |
parent | b131cc56c52228ed89d309c1da090338f654cf12 [diff] |
sparc: leon2: Updates for generic board initialization Reworked the LEON2 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 LEON2 boards. Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>