summaryrefslogtreecommitdiffstats
path: root/bsps/microblaze/microblaze_fpga/start/_exception_handler.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-04cpukit/microblaze: Add exception frameworkKinsey Moore1-39/+90
This patch updates the CPU_Exception_frame to include all necessary registers, combines hardware snd software exception handlers into a shared vector, provides an architecture-specific hook for taking control of exception handling, and moves exception handling over to actually using the CPU_Exception_frame instead of a minimal interrupt stack frame. As the significant contents of _exception_handler.S have been entirely rewritten, the copyright information on this file has been updated to reflect that.
2021-10-13microblaze: Rework for RTEMS 6Alex White1-0/+14
This reworks the existing MicroBlaze architecture port and BSP to achieve basic functionality using the latest RTEMS APIs.
2021-10-13bsps: Add MicroBlaze FPGA BSPHesham ALMatary1-3/+3
2021-10-13score: Add MicroBlaze portJoel Sherrill1-0/+38