summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/memorynoinit.c (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-07-15score: Extend memory dirty/zero actionsSebastian Huber1-4/+6
Dirty or zero also the part of the .noinit section used by RTEMS. Close #4678.
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-0/+9
Use common phrases for the file brief descriptions. Update #3706.
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2020-02-06sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber1-3/+7
Use a dedicate system initialization step to zero the memory used for the workspace and C program heap. This avoids dead code in case CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY is not configured.
2018-12-22psxtmtests: Changed the copyright license to BSD-2-Clause (GCI 2018)Himanshu401-14/+26
2018-11-06psxtmonce01: New test written by Himanshu40 as part of GCI2018Himanshu401-0/+18