summaryrefslogtreecommitdiffstats
path: root/bsps/microblaze/microblaze_fpga/start/crtinit.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-19bsps/microblaze: Allow copying FDT from U-BootMaldonado, Sergio E. (GSFC-580.0)1-1/+5
2022-02-23microblaze: Decouple exceptions from interruptsKinsey Moore1-0/+3
Exception handling should be enabled at all times during execution to ensure that exceptions are not ignored which would cause further problems. This separates use of the exception enable bit from use of the interrupt enable bit in the machine status register so that they can be manipulated independently.
2021-10-13microblaze: Rework for RTEMS 6Alex White1-6/+71
This reworks the existing MicroBlaze architecture port and BSP to achieve basic functionality using the latest RTEMS APIs.
2021-10-13score: Add MicroBlaze portJoel Sherrill1-0/+38