#1593 closed enhancement

RTEMS Sequenced Initialization API — at Version 15

Reported by: zhangwenjie Owned by: Joel Sherrill
Priority: normal Milestone: 6.1
Component: score Version: 4.11
Severity: normal Keywords:
Cc: chrisj@…, sebastian.huber@…, 157724595@… Blocked By:
Blocking:

Description (last modified by Sebastian Huber)

This is a part of GSOC2010 project RTEMS Sequenced Initialization. The attachment is the implement of RTEMS Sequenced Initialization API. More details
are placed on the wiki http://www.rtems.com/wiki/index.php/RTEMSSequencedInitialization.

Change History (31)

Changed on 06/28/10 at 16:19:41 by zhangwenjie

the implement of rtems sequenced initilization api

Changed on 07/04/10 at 10:46:45 by zhangwenjie

Add a test case for sequenced initialization api update the api code

Changed on 07/06/10 at 13:37:23 by zhangwenjie

Attachment: sequence_api_test.patch added

modify the patch of sequence sysinit api and test case code

Changed on 07/18/10 at 15:20:49 by zhangwenjie

The patch of updating RTEMS initialise managers API wiht sysinit api

Changed on 07/21/10 at 14:49:00 by zhangwenjie

The patch of updating RTEMS initialise managers API wiht sysinit api(new)

Changed on 07/21/10 at 14:52:13 by zhangwenjie

Attachment: sis_bsp.patch added

patch for SIS bsp changers

Changed on 07/23/10 at 14:52:26 by zhangwenjie

The patch of updating RTEMS initialise managers API wiht sysinit api

comment:1 Changed on 07/23/10 at 14:52:26 by zhangwenjie

attachments.isobsolete: 01, 1, 1

Changed on 07/23/10 at 14:57:22 by zhangwenjie

Attachment: sis_bsp_v1.patch added

patch for SIS bsp changers

comment:2 Changed on 07/23/10 at 14:57:22 by zhangwenjie

attachments.isobsolete: 01

Changed on 07/27/10 at 14:10:56 by zhangwenjie

Attachment: sysinit_api.patch added

the implement of rtems sysinit api

comment:3 Changed on 07/27/10 at 14:10:56 by zhangwenjie

attachments.isobsolete: 01

Changed on 07/27/10 at 14:12:09 by zhangwenjie

Attachment: sysinit_testcase.patch added

The test case for sysinit API

comment:4 Changed on 07/27/10 at 14:12:09 by zhangwenjie

attachments.isobsolete: 01

Changed on 07/27/10 at 14:13:37 by zhangwenjie

Update RTEMS initialization managers with sysinit API

comment:5 Changed on 07/27/10 at 14:13:37 by zhangwenjie

attachments.isobsolete: 01

Changed on 07/27/10 at 14:17:05 by zhangwenjie

Attachment: sysinit_testcase_v1.patch added

The test case for sysinit API

comment:6 Changed on 07/27/10 at 14:17:05 by zhangwenjie

attachments.isobsolete: 01

Changed on 08/09/10 at 15:39:10 by zhangwenjie

Attachment: sysinit_BSP.patch added

patch for SIS bsp changers

comment:7 Changed on 08/09/10 at 15:39:10 by zhangwenjie

attachments.isobsolete: 01

Changed on 08/09/10 at 15:40:09 by zhangwenjie

Attachment: sysinit_api_v1.patch added

the implement of rtems sysinit api

comment:8 Changed on 08/09/10 at 15:40:09 by zhangwenjie

attachments.isobsolete: 01

Changed on 08/09/10 at 15:40:42 by zhangwenjie

Update RTEMS initialization managers with sysinit API

comment:9 Changed on 08/09/10 at 15:40:42 by zhangwenjie

attachments.isobsolete: 01

Changed on 08/09/10 at 15:41:21 by zhangwenjie

Attachment: sysinit_testcase_v2.patch added

The test case for sysinit API

comment:10 Changed on 08/09/10 at 15:41:21 by zhangwenjie

attachments.isobsolete: 01

comment:11 Changed on 08/11/10 at 13:43:31 by Sebastian Huber

It is possible to include files within the SECTIONS scope in linker command files. We can use this to reduce the amount of copy & paste inside the linker command files. Example:

.rodata : {

*(.rodata .rodata.* .gnu.linkonce.r.*)
INCLUDE linkcmds_score_rodata

}

We can use this also for the "Special FreeBSD sysctl sections".

comment:12 Changed on 11/23/14 at 16:48:07 by Joel Sherrill

Description: modified (diff)
Type: defectenhancement

comment:13 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

comment:14 Changed on 11/27/14 at 13:06:45 by Sebastian Huber

Milestone: 4.115.0

comment:15 Changed on 12/15/14 at 14:52:41 by Sebastian Huber

Description: modified (diff)
Milestone: 4.115.0
Note: See TracTickets for help on using tickets.