Timeline
03/06/96:
- 22:25 Changeset in rtems [bdf531ee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- include of mc68360.h changed to m68360.h to reflect filename change.
- 22:23 Changeset in rtems [110f4ff7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added 68360 support submitted by W. Eric Norum (eric@…). Also increased minimum stack size from 1K to 2K.
- 22:01 Changeset in rtems [457b6ae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@…>. Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6
- 21:37 Changeset in rtems [e6424462]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- As part of reducing visibility into rtems and hiding the .inl files from the application code, this file required more visibility than is given by default to application code.
- 21:34 Changeset in rtems [1a8fde6c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed prototyes for static inline routines and moved the comments into the inline implementation. The impetus for this was twofold. First, it is incorrect to have static inline prototypes when using the macro implementation. Second, this reduced the number of lines in the include files seen by rtems.h by about 2000 lines. Next we restricted visibility for the inline routines to inside the executive itself EXCEPT for a handful of objects. This reduced the number of include files included by rtems.h by 40 files and reduced the lines in the include files seen by rtems.h by about 6000 lines. In total, these reduced the compile time of the entire RTEMS tree by 20%. This results in about 8 minutes savings on the SparcStation? 10 morgana.
- 21:26 Changeset in rtems [8e76546]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed prototyes for static inline rgutines and moved the comments into the inline implementation. The impetus for this was twofold. First, it is incorrect to have static inline prototypes when using the macro implementation. Second, this reduced the number of lines in the include files seen by rtems.h by about 2000 lines. Next we restricted visibility for the inline routines to inside the executive itself EXCEPT for a handful of objects. This reduced the number of include files included by rtems.h by 40 files and reduced the lines in the include files seen by rtems.h by about 6000 lines. In total, these reduced the compile time of the entire RTEMS tree by 20%. This results in about 8 minutes savings on the SparcStation? 10 morgana.
02/22/96:
- 20:14 Changeset in rtems [ba39113]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- The name of the test support routine pause was changed to rtems_test_pause to avoid conflict with the standard POSIX routine pause(2).
02/21/96:
- 22:37 Changeset in rtems [66d9e3ad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Changed io manager initialization routine to not be static and added it here.
- 22:37 Changeset in rtems [10017a72]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Changed io manager initialization routine to not be static.
- 22:37 Changeset in rtems [4ff1920]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed io manager initialization routine to not be static
- 14:47 Changeset in rtems [0e0d88b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Dispersal of internal thread handler resulted in removal of some variables and renaming of others.
- 14:47 Changeset in rtems [8cbbe312]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Dispersal of internal thread handler resulted in the SYSI task being only required in a multiprocessor system. It was replace by the MPCI Receive Server. As a result, the CPU Table field for extra stack for the SYSI task was changed to be extra stack for the MPCI Receive Server.
- 14:44 Changeset in rtems [adf98bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed the internal thread objects and dispersed its contents to the thread handler (IDLE), MPCI object (SYSI now MP Receive) and initialize_executive_early (IO initialization). The SYSI task no longer exists in a single processor configuration. This reduces single processor Workspace requirements by a TCB and a stack which is often larger than the minimum stack size. Moving the IO initialization plus accompanying BSP hooks eliminated an initialization ordering problem in which a global task could be created before the MPCI was initialized.
- 14:43 Changeset in rtems [75f09e5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Dispersal of internal thread handler resulted in IDLE thread becoming part of the Thread Handler. This required the name of the optional CPU dependent IDLE thread implementation to change.
- 14:37 Changeset in rtems [c4b8161d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- MPCI Receive became a thread and the prototype changed.
- 14:32 Changeset in rtems [56d34e6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed the internal thread objects and dispersed its contents to the thread handler (IDLE), MPCI object (SYSI now MP Receive) and initialize_executive_early (IO initialization). The SYSI task no longer exists in a single processor configuration. This reduces single processor Workspace requirements by a TCB and a stack which is often larger than the minimum stack size. Moving the IO initialization plus accompanying BSP hooks eliminated an initialization ordering problem in which a global task could be created before the MPCI was initialized.
Note: See TracTimeline
for information about the timeline view.