summaryrefslogtreecommitdiffstats
path: root/bsps/microblaze/microblaze_fpga/start/_exception_handler.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/microblaze: Add exception frameworkKinsey Moore2022-02-041-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.
* microblaze: Rework for RTEMS 6Alex White2021-10-131-0/+52
This reworks the existing MicroBlaze architecture port and BSP to achieve basic functionality using the latest RTEMS APIs.