summaryrefslogtreecommitdiff
path: root/cpukit/score/cpu/nios2/nios2-mpu-descriptor.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2012-12-02score misc: Clean up Doxygen #13 (GCI 2012)Mathew Kallada
This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/8013205
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-04-11nios2: New functionsSebastian Huber
Add o _Nios2_MPU_Get_region_descriptor(), and o _Nios2_MPU_Set_region_registers().
2012-04-11nios2: API changeSebastian Huber
2012-03-30NIOS2: Add MPU support functionsSebastian Huber
2011-10-212011-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
* nios2-mpu-configuration.c, nios2-mpu-descriptor.c, nios2-mpu-disable-protected.c, nios2-mpu-reset.c: New files. * Makefile.am: Reflect changes above. * rtems/score/nios2-utility.h, nios2-context-initialize.c: Added support for the memory protection unit (MPU).