summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-12 16:02:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 05:52:28 +0100
commit34a7a12f48b62f959029172d5e8ffbd2a73739d2 (patch)
tree30bb26f20840f33de6246aabd0513e4c212ded3e /cpukit
parentbsps: Add RamEnd to linker command files (diff)
downloadrtems-34a7a12f48b62f959029172d5e8ffbd2a73739d2.tar.bz2
bsps: Add RTEMS_SYSINIT_BSP_EARLY
Add new BSP system initialization step for work to be performed before the work areas are initialized. Update #3838.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/sysinit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/include/rtems/sysinit.h b/cpukit/include/rtems/sysinit.h
index 9f5cfb6a55..a5aa328f10 100644
--- a/cpukit/include/rtems/sysinit.h
+++ b/cpukit/include/rtems/sysinit.h
@@ -27,6 +27,7 @@ extern "C" {
* order values to form a proper integer literal.
*/
#define RTEMS_SYSINIT_RECORD 000100
+#define RTEMS_SYSINIT_BSP_EARLY 000140
#define RTEMS_SYSINIT_BSP_WORK_AREAS 000200
#define RTEMS_SYSINIT_BSP_START 000300
#define RTEMS_SYSINIT_CPU_COUNTER 000400