summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/nios2/nios2-eic-il-low-level.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2022-02-28score/cpu/nios2: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2021-02-01nios2: Allow ISR nesting in dispatch variantSebastian Huber1-7/+16
Rename _Nios2_ISR_Dispatch_with_shadow_non_preemptive() in _Nios2_ISR_Dispatch_with_shadow_register_set(). Remove _Nios2_ISR_Dispatch_with_shadow_preemptive().
2021-02-01nios2: Optimize ISR dispatch variantSebastian Huber1-42/+60
Use _Thread_Do_dispatch() in _Nios2_ISR_Dispatch_with_shadow_non_preemptive().
2021-02-01nios2: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber1-8/+7
2021-02-01nios2: Fix ISR dispatch variantsSebastian Huber1-4/+3
The thread dispatch disabled level moved to _Per_CPU_Information some time ago.
2015-01-13nios2: Disable assembler warningSebastian Huber1-2/+3
Close #2232.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-01-14NIOS2: Fix register restore sequence in epilogueSebastian Huber1-3/+3
This fix is critical. The previous implementation leads to system corruption.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-03-30NIOS2: Fix outermost interrupt checkSebastian Huber1-1/+4
This fix is critical. The previous implementation leads to system corruption.
2011-09-162011-09-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+212
* nios2-eic-il-low-level.S, nios2-eic-rsie-low-level.S: New files. * Makefile.am: Reflect changes above. * rtems/score/cpu.h, rtems/score/nios2-utility.h, nios2-thread-dispatch-disabled.c, nios2-context-switch.S: Added support for thread stack protection via the MPU.