aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLokesh Vutla2018-08-27 15:57:10 +0530
committerTom Rini2018-09-11 08:32:55 -0400
commitf70b72e3533a135d159b182f8037993c802f1853 (patch)
treebf270b7f12a24a58f005c6c7739ea5f8bafeee80 /Makefile
parented0e60512407716d17405e45e12c92e52918608a (diff)
arm: K3: Update _start instruction
On K3 family SoCs, once the ROM loads image on R5, M3 resets R5 and expects to start executing from 0x0. In order to handle this ROM updates the boot vector of R5 such that first 64 bytes of image load address are mapped to 0x0. In this case, it is SPL's responsibility to jump to the proper image location. So, update the PC with address of reset vector(like how other exception vectors are handled), instead of branching to reset. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions