Timeline



04/25/11:

23:42 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ 1783/bsps - SPARC BSPs - Remove prototypes that do not have bodies (diff)
23:42 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ 1783/bsps - SPARC BSPs - Remove prototypes that do not have bodies (diff)
19:40 Changeset in rtems [8aa7be21]4.9 by Joel Sherrill <joel.sherrill@…>
2011-04-25 Jennifer Averett <jennifer.averett@…> PR 1783/bsps * include/bsp.h: Remove dead prototypes of Clock_delay() and delay(). Neither had bodies.
19:39 Changeset in rtems [e115f4b]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-25 Jennifer Averett <jennifer.averett@…> PR 1783/bsps * include/bsp.h: Remove dead prototypes of Clock_delay() and delay(). Neither had bodies.
19:39 Changeset in rtems [a87878b]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-25 Jennifer Averett <jennifer.averett@…> PR 1783/bsps * include/bsp.h: Remove dead prototypes of Clock_delay() and delay(). Neither had bodies.
18:43 Ticket #1783 (Clock_delay is dead code) closed by Joel Sherrill
fixed: Patch applied to all applicable branches and head.
18:19 Ticket #1783 (Clock_delay is dead code) created by Jennifer Averett
Calls to and prototype for Clock_delay refer to a routine that does …
15:56 Changeset in rtems-schedsim [5edfbf8] by Joel Sherrill <joel.sherrill@…>
2011-04-25 Joel Sherrill <joel.sherrill@…> * ChangeLog?, README: New files.
15:53 Changeset in rtems-schedsim [ee9e674] by Joel Sherrill <joel.sherrill@…>
This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
15:53 Changeset in rtems-schedsim [abb18dc]baseinitial by Joel Sherrill <joel.sherrill@…>
Initial import.
15:06 Changeset in rtems [fe40096]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-04-25 Jennifer Averett <Jennifer.Averett@…> * score/include/rtems/bspsmp.h: Did some prototype cleanup.

04/23/11:

08:34 Changeset in rtems [9e01d15]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.

04/22/11:

22:19 Changeset in rtems [ae312f47]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
22:17 Changeset in rtems [2f873e3b]4.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 9,
22:02 Changeset in rtems [2c368ef2]4.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.19.0-rtems4.11-20110423.diff
21:58 Changeset in rtems [be654f48]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
17:54 Changeset in rtems [451a46f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-22 Joel Sherrill <joel.sherrill@…> PR 1782/cpukit * porting/taskcontext.t: Disable deferred FPU context switches when SMP is enabled. Per code tracking of deferred contexts is not implemented.
17:54 Changeset in rtems [f78831f1]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-22 Joel Sherrill <joel.sherrill@…> PR 1782/cpukit * score/include/rtems/score/thread.h: Disable deferred FPU context switches when SMP is enabled. Per code tracking of deferred contexts is not implemented.
17:07 Changeset in rtems [9effafc]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-22 Joel Sherrill <joel.sherrilL@…> * console/console.c: Now compiles.
17:07 Changeset in rtems [4802bfa]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-22 Joel Sherrill <joel.sherrilL@…> * console/console.c: Now compiles.
16:55 Ticket #1782 (Disable deferred FPU context switch when SMP Enabled) closed by Joel Sherrill
fixed: Patch committed to head. When someone wants this supported, it will require work to implement (if it can be implemented) and this can be revisited.
16:43 Ticket #1782 (Disable deferred FPU context switch when SMP Enabled) created by Joel Sherrill
At this point in time, the SMP code is NOT tracking the FPU context on …
12:28 Ticket #1777 (Accessing _Thread_Dispatch_disable_level should be consolidated) closed by Jennifer Averett
fixed: Modifications Merged.

04/21/11:

19:09 Changeset in rtems [469a993]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-04-21 Jennifer Averett <Jennifer.Averett@… PR 1777/cpukit * tools/schedsim/rtems/rtems_init.c: Consolidated access to _Thread_Dispatch_disable_level.
19:05 Changeset in rtems [1c95d94]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-04-21 Jennifer Averett <Jennifer.Averett@… PR 1777/cpukit * support/include/tmacros.h, tmtests/tm26/task1.c, tmtests/tm27/task1.c: Consolidated access to _Thread_Dispatch_disable_level.
19:05 Changeset in rtems [d7c3883]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-04-21 Jennifer Averett <Jennifer.Averett@… PR 1777/cpukit * libcsupport/src/malloc_deferred.c, libcsupport/src/realloc.c, score/Makefile.am, score/cpu/lm32/irq.c, score/cpu/nios2/irq.c, score/include/rtems/score/coremutex.h, score/include/rtems/score/thread.h, score/inline/rtems/score/thread.inl, score/src/heapfree.c, score/src/pheapwalk.c, score/src/smp.c, score/src/threaddispatch.c: Consolidated access to _Thread_Dispatch_disable_level. * score/src/threaddisabledispatch.c, score/src/threadenabledispatch.c: New files.
19:04 Changeset in rtems [85f5c14b]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-04-21 Jennifer Averett <Jennifer.Averett@… PR 1777/cpukit * src/lib/libbsp/powerpc/shared/startup/panic.c, src/lib/libcpu/sh/sh7032/score/cpu_asm.c, src/lib/libcpu/sh/sh7045/score/cpu_asm.c, src/lib/libcpu/sh/sh7750/score/cpu_asm.c, src/lib/libcpu/sh/shgdb/score/cpu_asm.c: Consolidated access to _Thread_Dispatch_disable_level.
00:32 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ 1781/bsps Add TLL6527M BSP (diff)
00:12 TBR/Website/Board_Support_Packages edited by JoelSherrill
/* ADI Blackfin BSPs */ Add TLL6527M (diff)

04/20/11:

23:50 Packages/LUA/PortAndPythonTranslator created by Scotty Smith
Created page with " [[TOC(...)]] Mentors: Status: Introduction: Lua is a lightweight, embeddable scripting language. Its code base is around 17,000 lines of code. It was de..."
21:30 Changeset in rtems [0e89af8]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Joel Sherrill <joel.sherrill@…> * configure.ac: Add fstests.
21:30 Changeset in rtems [a2f875f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Joel Sherrill <joel.sherrill@…> Add initial test to File System Test Suite. * .cvsignore, ChangeLog?, Makefile.am, configure.ac, fs01/fs91.doc, fs01/init.c, imfs_fs01/.cvsignore, imfs_fs01/Makefile.am, imfs_fs01/imfs_fs01.scn, imfs_support/fs_config.h, imfs_support/fs_support.c, mimfs_fs01/.cvsignore, mimfs_fs01/Makefile.am, mimfs_fs01/mimfs_fs01.scn, mimfs_support/fs_config.h, mimfs_support/fs_support.c: New files.
20:28 Changeset in rtems [b980892c]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Joel Sherrill <joel.sherrilL@…> * acinclude.m4: Regenerated for TLL6527M.
20:28 Changeset in rtems [f7761ea0]4.10 by Joel Sherrill <joel.sherrill@…>
Fix formatting.
20:25 Changeset in rtems [25e9d2f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Joel Sherrill <joel.sherrilL@…> * acinclude.m4: Regenerated for TLL6527M.
20:25 Changeset in rtems [e08510a]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Rohan Kangralkar <rkangral@…> PR 1781/bsps * console/console-io.c: The UART RX and TX are different ISR now. So the array containing the registeration changes. The change is due to change in the libcup uart function.
20:24 Changeset in rtems [550e2ef]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Joel Sherrill <joel.sherrilL@…> * console/console-io.c: Regenerated for TLL6527M.
20:23 Changeset in rtems [dcdfec1]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Rohan Kangralkar <rkangral@…> PR 1781/bsps * ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, times, console/console.c, include/bsp.h, include/cplb.h, include/tm27.h, make/custom/TLL6527M.cfg, startup/bspstart.c, startup/linkcmds: New files. Initial port for the TLL6527Mboard that contains blackfin 52X range of processors. Used eZKit533 as a reference for building the port.
20:23 Changeset in rtems [ad65fc7f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Rohan Kangralkar <rkangral@…> PR 1781/bsps * ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, times, console/console.c, include/bsp.h, include/cplb.h, include/tm27.h, make/custom/TLL6527M.cfg, startup/bspstart.c, startup/linkcmds: New files. Initial port for the TLL6527Mboard that contains blackfin 52X range of processors. Used eZKit533 as a reference for building the port.
20:20 Changeset in rtems [cb4c90b2]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Rohan Kangralkar <rkangral@…> PR 1781/bsps * bf52x/include: Added additional MMR. * bf52x/interrupt: The BF52X processors have a different System interrupt controller than present in the 53X range of processors. The 52X have 8 interrupt assignment registers. The implementation uses tables to increase predictability. * serial/uart.?: Added DMA based and interrupt based transfer support. The uart code used a single ISR for TX and RX and tried to identify and multiplex inside the ISR. In the new code the type of interrupt is identified by the central ISR dispatcher bf52x/interrupt or interrupt/. This simplifies the UART ISR.
20:20 Changeset in rtems [5eb50f3]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Rohan Kangralkar <rkangral@…> PR 1781/bsps * console/console-io.c: The UART RX and TX are different ISR now. So the array containing the registeration changes. The change is due to change in the libcup uart function.
20:19 Changeset in rtems [0c5ea9b]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Rohan Kangralkar <rkangral@…> PR 1781/bsps * bf52x/include: Added additional MMR. * bf52x/interrupt: The BF52X processors have a different System interrupt controller than present in the 53X range of processors. The 52X have 8 interrupt assignment registers. The implementation uses tables to increase predictability. * serial/uart.?: Added DMA based and interrupt based transfer support. The uart code used a single ISR for TX and RX and tried to identify and multiplex inside the ISR. In the new code the type of interrupt is identified by the central ISR dispatcher bf52x/interrupt or interrupt/. This simplifies the UART ISR.
20:19 Changeset in rtems [87fbfec5]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Rohan Kangralkar <rkangral@…> PR 1781/bsps * bfin/rtems/bf52x.h: This file defines basic MMR for the Blackfin 52x CPU. The MMR have been taken from the ADSP-BF52x Blackfin Processor Hardware Reference from Analog Devices. Mentioned Chapters refer to this Documentation.
20:19 Changeset in rtems [ca11004d]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Rohan Kangralkar <rkangral@…> PR 1781/bsps * bfin/rtems/bf52x.h: This file defines basic MMR for the Blackfin 52x CPU. The MMR have been taken from the ADSP-BF52x Blackfin Processor Hardware Reference from Analog Devices. Mentioned Chapters refer to this Documentation.
16:22 Changeset in rtems [0e501eae]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-20 Joel Sherrill <joel.sherrill@…> * README, psxtmtests_plan.csv: Add more possible test cases.
15:39 Changeset in rtems [be0f7669]4.10 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:37 Changeset in rtems [82a1e87]4.10 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:36 Changeset in rtems [32976133]4.10 by Ralf Corsepius <ralf.corsepius@…>
gcc-4.4.6.
15:36 Changeset in rtems [a584644]4.10 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.4.6-rtems4.10-20110420.diff
15:35 Changeset in rtems [7c2d5b4]4.10 by Ralf Corsepius <ralf.corsepius@…>
New.
13:53 Changeset in rtems [b714a34]4.115 by Ralf Corsepius <ralf.corsepius@…>
Add gcc/base-go.add and gcc/target-go.add.
13:36 Changeset in rtems [19527c6]4.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate $optargs

04/19/11:

02:20 Changeset in rtems [4e11eef0]4.10 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:18 Changeset in rtems [2f8efdca]4.10 by Ralf Corsepius <ralf.corsepius@…>
New.
01:51 Changeset in rtems [a79b64f]4.10 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
01:46 Changeset in rtems [701d4d84]4.10 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.18.0-rtems4.10-20110419.diff. Preps for gcc-4.4.6.

04/18/11:

22:01 Changeset in rtems [6f68d5f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-18 Joel Sherrill <joel.sherrilL@…> * posix/src/mqueuegetattr.c, score/inline/rtems/score/schedulerpriority.inl: Remove warnings.
22:01 Changeset in rtems [159f41c]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-18 Joel Sherrill <joel.sherrilL@…> * rtems/score/sparc.h: Remove warnings.
20:23 Ticket #1781 (Adding Support for Analog Devices Blackfin 52x DSP processors.) created by Rohan
The current implementation of RTEMS supports Analog Devices(ADI) …

04/16/11:

04:40 Changeset in rtems [e0bc543]4.115 by Chris Johns <chrisj@…>
2011-04-16 Chris Johns <chrisj@…> PR 1774/filesystem * libfs/src/imfs/imfs_eval.c: Fix the IMFS eval and eval for make handlers to not inspect a mounted file sytems path.
03:47 Changeset in rtems [ec9d486]4.10 by Chris Johns <chrisj@…>
2011-04-16 Chris Johns <chrisj@…> PR 1774/filesystem * libfs/src/imfs/imfs_eval.c: Fix the IMFS eval and eval for make handlers to not inspect a mounted file sytems path.

04/15/11:

14:21 Changeset in rtems [a3ca5f36]4.115 by Sebastian Huber <sebastian.huber@…>
2011-04-15 Sebastian Huber <Sebastian.Huber@…> * psxstat/test.c: Check status codes.
13:21 Changeset in rtems [3f2af2f]4.115 by Sebastian Huber <sebastian.huber@…>
2011-04-15 Sebastian Huber <sebastian.huber@…> * sp09/screen02.c: Use integer value that fits into one character.
11:25 Changeset in rtems [15478c95]4.115 by Sebastian Huber <sebastian.huber@…>
2011-04-15 Sebastian Huber <Sebastian.Huber@…> * psxstat/test.c: Fixed integer type.
11:13 Changeset in rtems [8bbb37d]4.115 by Sebastian Huber <sebastian.huber@…>
2011-04-15 Sebastian Huber <sebastian.huber@…> * libfs/src/pipe/fifo.c: Fixed integer type.
10:27 Changeset in rtems [3d204448]4.115 by Sebastian Huber <sebastian.huber@…>
2011-04-15 Sebastian Huber <sebastian.huber@…> * libcsupport/src/ioctl.c: Fixed integer type.
08:06 Changeset in rtems [86820eda]4.115 by Sebastian Huber <sebastian.huber@…>
2011-04-15 Sebastian Huber <sebastian.huber@…> PR 1780/cpukit * rtems/score/cpu.h: Lower alignment requirements for CPU_PARTITION_ALIGNMENT according to AAPCS.
07:14 Ticket #1780 ([ARM] Change CPU_PARTITION_ALIGNMENT to 4) closed by Sebastian Huber
fixed: Fixed on CVS head.
06:31 Ticket #1780 ([ARM] Change CPU_PARTITION_ALIGNMENT to 4) created by Sebastian Huber
On 04/12/2011 08:52 AM, Sebastian Huber wrote: > On 04/12/2011 04:39 …
06:18 Ticket #1779 (Update mongoose HTTP server to version 2.11) created by Sebastian Huber
We should update the mongoose HTTP server to version 2.11. This is …

04/14/11:

17:39 Ticket #1778 (mvme5500 BSP: VME uses shared ISR) created by feng1
This patch was tested under RTEMS4.9.4 on the mvme5500 BSP.

04/13/11:

16:42 Ticket #1777 (Accessing _Thread_Dispatch_disable_level should be consolidated) created by Jennifer Averett
In order to support future SMP work _Thread_Dispatch_disable_level …

04/12/11:

22:30 TBR/BSP/Milkymist edited by Lekernel
(diff)
22:27 TBR/BSP/Milkymist edited by Lekernel
(diff)
08:36 Ticket #1776 (Higher resolution microtime() for SO_TIMESTAMP) created by Bo Hansen
Current implementation does not take advantage of super core …

04/11/11:

21:22 Developer/SmallProjects edited by Gedare
/* No Coding Required */ (diff)
21:20 Developer/SmallProjects edited by Gedare
/* No Coding Required */ (diff)
17:28 Changeset in rtems [43ce60a]4.9 by Joel Sherrill <joel.sherrill@…>
2011-04-11 Keith Robertson <kjrobert at alumni dot uwaterloo dot ca> * ne2000/ne2000.c: Add multicast support. Patch submitted to mailing list 2005-12-21.
17:27 Changeset in rtems [17cc97d]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-11 Keith Robertson <kjrobert at alumni dot uwaterloo dot ca> * ne2000/ne2000.c: Add multicast support. Patch submitted to mailing list 2005-12-21.
17:23 Changeset in rtems [e58f80cb]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-11 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you really can define a user scheduler.
17:22 Changeset in rtems [4847716d]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-11 Joel Sherrill <joel.sherrill@…> * Makefile.am: Add schedulersimple.h
17:16 Changeset in rtems [3bc1585c]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-11 Joel Sherrill <joel.sherrill@…> * shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to rtems_configuration_smp_maximum_processors since it is defined in confdefs.h.
11:55 Changeset in rtems [2bda489e]4.115 by Sebastian Huber <sebastian.huber@…>
2011-04-11 Keith Robertson <kjrobert at alumni dot uwaterloo dot ca> * ne2000/ne2000.c: Add multicast support. Patch submitted to mailing list 2005-12-21.
Note: See TracTimeline for information about the timeline view.