nihalpasham / rustBoot

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.
MIT License
214 stars 21 forks source link

Added support for nrf9160 with Trustzone-M #74

Open Strange21 opened 1 year ago

Strange21 commented 1 year ago

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.