rustBoot is a standalone bootloader written entirely in `Rust`, designed to run on anything from a microcontroller to a system on chip. It can be used to boot into bare-metal firmware or Linux.
Added the support for nrf9160 with TrustZone-M.
Added support to initialize the TrustZone according to memory.x,
support to Jump to Non-Secure partition where BootFW is flashed,
Implemented flash drive in secure mode.
Added the support for nrf9160 with TrustZone-M. Added support to initialize the TrustZone according to memory.x, support to Jump to Non-Secure partition where BootFW is flashed, Implemented flash drive in secure mode.