moved some generic components

This commit is contained in:
2025-02-24 12:29:02 +01:00
parent 3f6e6921d6
commit 86323a3ff7
6 changed files with 4275 additions and 4428 deletions

View File

@ -4,7 +4,7 @@
//! [provided by Xilinx](https://github.com/Xilinx/embeddedsw/blob/master/lib/bsp/standalone/src/arm/cortexa9/gcc/boot.S)
//! as possible. The boot routine includes stack, MMU, cache and .bss/.data section initialization.
use cortex_a_rt as _;
use cortex_r_a::register::{cpsr::ProcessorMode, Cpsr};
use cortex_r_a::register::{Cpsr, cpsr::ProcessorMode};
// Start-up code for Armv7-A
//