summaryrefslogtreecommitdiff
path: root/cpukit/score/cpu/nios2/nios2-eic-il-low-level.S (follow)
AgeCommit message (Collapse)Author
2015-01-13nios2: Disable assembler warningSebastian Huber
Close #2232.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-01-14NIOS2: Fix register restore sequence in epilogueSebastian Huber
This fix is critical. The previous implementation leads to system corruption.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
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 Huber
This fix is critical. The previous implementation leads to system corruption.
2011-09-162011-09-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* 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.