[U-Boot] [PATCH v4 2/8] ARM: add secure monitor handler to switch to non-secure state
Masahiro Yamada
yamada.m at jp.panasonic.com
Tue Aug 27 02:23:25 CEST 2013
Hello Andre,
> +/* the vector table for secure state */
> +_monitor_vectors:
> + .word 0 /* reset */
> + .word 0 /* undef */
> + adr pc, _secure_monitor
> + .word 0
> + .word 0
> + .word 0
> + .word 0
> + .word 0
> + .word 0 /* pad */
Could you explain why the last line is needed?
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list