bootloader: Sanitize global interrupt handling.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 16 Nov 2019 12:16:39 +0000 (13:16 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
We now disable interrupts before jumping to application,
as overwriting the VTOR with interrupts enabled is rather risky.

Also don't assume that interrupts are enabled when the bootloader
is run -- enable them explicitly when we need them.


No differences found