Timeline



06/20/08:

21:11 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Added fixed typos in documentation. (diff)
21:10 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ Added latest doc typo fixes. (diff)
17:14 Changeset in rtems [95b674cc]4.8 by Joel Sherrill <joel.sherrill@…>
2008-06-20 Joel Sherrill <joel.sherrill@…> * user/io.t: Fix typos for IO unregister reported by Catalin Morosan <catalin.morosan at gmail.com>.
17:14 Changeset in rtems [3ed9ad9b] by Joel Sherrill <joel.sherrill@…>
2008-06-20 Joel Sherrill <joel.sherrill@…> * user/io.t: Fix typos for IO unregister reported by Catalin Morosan <catalin.morosan at gmail.com>.
17:14 Changeset in rtems [8218f5f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-20 Joel Sherrill <joel.sherrill@…> * user/io.t: Fix typos for IO unregister reported by Catalin Morosan <catalin.morosan at gmail.com>.
17:06 Changeset in rtems [fb4f19f] by Joel Sherrill <joel.sherrill@…>
2008-06-20 Joel Sherrill <joel.sherrill@…> * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
17:06 Changeset in rtems [ada1918]4.8 by Joel Sherrill <joel.sherrill@…>
2008-06-20 Joel Sherrill <joel.sherrill@…> * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
16:30 Changeset in rtems [14f4d654]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-20 Joel Sherrill <joel.sherrill@…> * startup/linkcmds: Use wildcard on .data section.
15:01 Changeset in rtems [2dc5cac6]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-20 Matthew Riek <matthew.riek@…> * custom/mcf5329.cfg: New file.
14:58 Changeset in rtems [5c9be63]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-20 Matthew Riek <matthew.riek@…> * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU support. * mcf532x/include/mcf532x.h: New file.
14:58 Changeset in rtems [6b56ec3]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-20 Matthew Riek <matthew.riek@…> * ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, gdb-init, preinstall.am, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/cfinit.c, startup/init5329.c, startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.

06/19/08:

06:27 Changeset in rtems [8d26950]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-19 Matthew Riek <matthew.riek@…> * startup/cfinit.c, startup/init52235.c: Missed the last patch.
05:48 Changeset in rtems [d488f12b]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-19 Matthew Riek <matthew.riek@…> * custom/mcf52235.cfg: Change to mcf5223x.
05:46 Changeset in rtems [eaaade2]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-19 Matthew Riek <matthew.riek@…> * mcf5223x/include/mcf5223x.h: New.
05:46 Changeset in rtems [9374e9b0]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-19 Matthew Riek <matthew.riek@…> * mcf52235/README, mcf52235/gdb-init, mcf52235/clock/clock.c, mcf52235/console/console.c, mcf52235/include/bsp.h, mcf52235/include/coverhd.h, mcf52235/start/start.S, mcf52235/startup/bspclean.c, mcf52235/startup/bspstart.c, mcf52235/startup/linkcmds, mcf52235/timer/timer.c: Cleaned up white space and code formmated to adhere to RTEMS standards. Fixed a bug in the nano seconds since last tick support. Fixed a bug with the location of the start stack (no longer within .bss). Removed double definition of IPSBAR and some type defs etc.. Added timing test overhead results.
05:40 Changeset in rtems [8f25cec]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-19 Matthew Riek <matthew.riek@…> * sapi/include/confdefs.h: Use the PRIORITY_DEFAULT_MAXIMUM rather than a number.
05:38 Changeset in rtems [775f8e5]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-19 Matthew Riek <matthew.riek@…> * mcf52235/include/mcf52235.h: Removed. Moved to the more generic mcf5223x.h. * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h. * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235 to mcf5223x.

06/18/08:

23:13 GSoC/2008/DebianPackagesAndScripts edited by Zoddicus
(diff)

06/17/08:

21:10 Changeset in rtems [42b1fe6e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-17 Joel Sherrill <joel.sherrill@…> * minimum/init.c: Disable confdefs.h debug.
20:51 Changeset in rtems [4175abd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-17 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: When you disabled newlib reentrancy, it still reserved memory for the reentrancy structure. This is about 1K per task. On psim, we now reserve only 1936 bytes and only 240 remain after all allocations. Further analysis will be required to narrow that down. In addition, the new constant CONFIGURE_CONFDEFS_DEBUG can be defined and the structure named Configuration_Memory_Debug will be instantiated. This structure contains many of the component values that go into the memory reservation computation. This is helpful when tracking down problems.
18:52 Changeset in rtems [f2a776ac]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-17 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: The math in the _Configure_Object_RAM macro was always adding heap overhead even when the number of objects configured was zero and we would not do an allocation. This resulted in an over estimation of the amount of Workspace required (~2K on minimum.exe on PowerPC).
18:50 Changeset in rtems [bbfe59b]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-17 Joel Sherrill <joel.sherrill@…> * iostream/system.h: Init task was close to blowing stack on PowerPC. * minimum/init.c: Disable Classic API Notepads.
18:49 Changeset in rtems [1bdf29de]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-17 Joel Sherrill <joel.sherrill@…> * rtems++/System.h: Account for extra task stacks properly.
15:28 Changeset in rtems [f5f519bd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-17 Joel Sherrill <joel.sherrill@…> * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack requested for initialization task.

06/16/08:

23:37 Changeset in rtems [805cddc]4.104.114.95 by Chris Johns <chrisj@…>
hris Johns <chrisj@…> * cpukit/sapi/include/confdefs.h: Add missing quote to string to remove warning. * cpukit/score/cpu/m68k/rtems/score/m68k.h: Add the default priority level for large memory Coldfires.
19:10 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
15:54 Changeset in rtems [d695dfc]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-16 Joel Sherrill <joel.sherrill@…> * user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
15:54 Changeset in rtems [4cb19041]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-16 Joel Sherrill <joel.sherrill@…> * rtems/include/rtems/rtems/config.h, rtems/include/rtems/rtems/tasks.h, rtems/src/taskgetnote.c, rtems/src/tasks.c, rtems/src/tasksetnote.c, sapi/include/confdefs.h: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.

06/13/08:

22:13 Changeset in rtems [f02ada81]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-13 Joel Sherrill <joel.sherrill@…> * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes on psim.
22:13 Changeset in rtems [80f9d77]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-13 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h, score/include/rtems/score/priority.h: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and CONFIGURE_MAXIMUM_PRIORITY.
22:13 Changeset in rtems [1603ecd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-13 Joel Sherrill <joel.sherrill@…> * rtems/score/m68k.h: There is no point in defining the maximum priorities to 255. priority.h will default it to this.
22:12 Changeset in rtems [e66dccf]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-13 Joel Sherrill <joel.sherrill@…> * user/conf.t: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and CONFIGURE_MAXIMUM_PRIORITY.
22:00 Changeset in rtems [0e3de75]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-13 Joel Sherrill <joel.sherrill@…> * user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE.
15:08 Changeset in rtems [2156876]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-13 Joel Sherrill <joel.sherrill@…> * minimum/init.c: Exerise new ability for application to configure minimum stack size. This test still runs the same with a 7.5K stack on the powerpc but reserves 15K less Workspace on the PowerPC.
15:06 Changeset in rtems [b912f95]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-13 Joel Sherrill <joel.sherrill@…> * user/bsp.t, user/conf.t, user/task.t: Add ability for application to configure minimum stack size. Add RTEMS_CONFIGURED_MINIMUM_STACK_SIZE constant so user can clearly indicate they want the configured as opposed to the recommended minimum stack size.
15:06 Changeset in rtems [ecf0f4c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-13 Joel Sherrill <joel.sherrill@…> * posix/include/rtems/posix/pthread.h, posix/src/pthread.c, posix/src/pthreadcreate.c, rtems/include/rtems.h, rtems/src/attr.c, sapi/include/confdefs.h, sapi/include/rtems/config.h, score/inline/rtems/score/stack.inl, score/src/isr.c, score/src/mpci.c, score/src/threadcreateidle.c, score/src/threadinitialize.c, score/src/threadstackallocate.c: Add ability for application to configure minimum stack size. Add RTEMS_CONFIGURED_MINIMUM_STACK_SIZE constant so user can clearly indicate they want the configured as opposed to the recommended minimum stack size.
02:54 TBR/BSP/Mcf52235 created by Mriek
New page: This BSP was heavily based on the mcf5235 BSP. The MCF52235EVB is a Motorola evaluation board that is based on the Coldfire MCF52235 32-bit micro-controller. The uC has 32K ram, 256k fla…
02:43 TBR/Website/Board_Support_Packages edited by Mriek
/* Motorola M68xxx and Coldfire BSPs */ (diff)

06/12/08:

04:02 TBR/BSP/Mcf5235 edited by ChrisJohns
Add the Axiom board. (diff)
03:59 TBR/Website/Board_Support_Packages edited by ChrisJohns
Remove Cybertec Microcore as page links do not work. (diff)
03:52 Release/4.9 edited by ChrisJohns
Add 52235 BSP. (diff)
03:48 Release/4.9 edited by ChrisJohns
Add Coldfire and M68K changes. (diff)
03:44 TBR/Website/RTEMSReleases edited by ChrisJohns
Point to release note pages. (diff)

06/11/08:

08:19 Changeset in rtems [a552181]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-10 Chris Johns <chrisj@…> * score/include/rtems/score/priority.h: Let the CPU define the maximum and minimum priority levels to reduce the amount of memory thread chains use.
08:19 Changeset in rtems [e339d8b]4.104.114.95 by Chris Johns <chrisj@…>
hris Johns <chrisj@…> * cpu_asm.S: Add Coldfire FPU support. * rtems/score/m68k.h: Change the Coldfire CPU defines to be based on the instruction set. Add Tiny RTEMS support to the small memory model RTEMS processors. * rtems/score/cpu.h: Handle the new Tiny RTEMS support.
08:17 Changeset in rtems [84fff68d]4.104.114.95 by Chris Johns <chrisj@…>
hris Johns <chrisj@…> * custom/av5282.cfg, custom/csb360.cfg, custom/gen68302.cfg, custom/gen68340.cfg, custom/gen68360.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/ods68302.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/uC5282.cfg: Change CCFLAGS to use the -mcpu= option for Coldfires now supported in GCC 4.3.0. 2008-06-10 Matthew Riek <matthew.riek@…> * custom/mcf52235.cfg: New.
08:07 Changeset in rtems [9af8308]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-10 Matthew Riek <matthew.riek@…> * mcf52235/include/mcf52235.h: New. * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
08:06 Changeset in rtems [56e8ee4e]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-10 Matthew Riek <matthew.riek@…> * shared/m68kbspgetworkarea.c: Fix extern type to RamSize?. * shared/m68kpretaskinghook.c: Do not handle the RAM allocation if the BSP is handling it. * acinclude.m4: Add the mcf52235 BSP.
08:03 Changeset in rtems [b7ad0ed]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-10 Matthew Riek <matthew.riek@…> * Makefile.am: Add shared/m68kbspgetworkarea.c to sources. * configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION. * include/bsp.h: Add include bspopts.h. * start/start.S: Formatting changes. * startup/bspstart.c: Updated to use the shared BSP support.
07:59 Changeset in rtems [3aac2db]4.104.114.95 by Chris Johns <chrisj@…>
2008-06-10 Matthew Riek <matthew.riek@…> * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, clock/clock.c, configure.ac, console/console.c, gdb-init, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, preinstall.am, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/cfinit.c, startup/init52235.c, startup/linkcmds, timer/timer.c: New.

06/10/08:

18:53 Changeset in rtems [913b3a27]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-10 Joel Sherrill <joel.sherrill@…> * irq/irq.c: Add units.

06/09/08:

14:31 Changeset in rtems [7e851f92]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gcc-4.3.1
07:36 Changeset in rtems [01c1694]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add gcc-4.3.1. Abandon gcc-4.2.3.
07:34 Changeset in rtems [22bd5223]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gcc-4.3.1.
07:33 Changeset in rtems [ff1a93b]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Do not use string comparisions.
07:32 Changeset in rtems [705c7b0]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.

06/06/08:

21:43 Changeset in rtems [6826a4c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-06 Joel Sherrill <joel.sherrill@…> * include/bsp.h, irq/irq.c, irq/irq_init.c, startup/bspclean.c, startup/bspstart.c: Slightly better names for IRQ benchmarking. Make sure the routines are present all the time.
20:56 Changeset in rtems [e5b6bf4]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-06 Joel Sherrill <joel.sherrill@…> * samples/hello/config.h, sptests/spname01/config.h: These needed CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
20:55 Changeset in rtems [7bec8d0a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-06 Joel Sherrill <joel.sherrill@…> * started/buildc.t: Add paragraph on see CVS for latest patches. * user/conf.t: Add CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE and example of how to compute message CONFIGURE_MESSAGE_BUFFER_MEMORY using it.
20:11 Changeset in rtems [93e30a23]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-06 Joel Sherrill <joel.sherrill@…> * user/rtmon.t: Change to using new types.
18:03 Changeset in rtems [8c8fd64]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-06 Joel Sherrill <joel.sherrill@…> * rtems/include/rtems.h, rtems/include/rtems/rtems/clock.h, rtems/include/rtems/rtems/config.h, rtems/include/rtems/rtems/dpmem.h, rtems/include/rtems/rtems/eventset.h, rtems/include/rtems/rtems/object.h, rtems/include/rtems/rtems/part.h, rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/sem.h, rtems/include/rtems/rtems/tasks.h, rtems/include/rtems/rtems/timer.h, rtems/include/rtems/rtems/types.h, rtems/src/ratemonperiod.c: Improve Classic API Doxygen.
16:34 Changeset in rtems [ebfd9ea]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-06 Joel Sherrill <joel.sherrill@…> * rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemonperiod.c, score/include/rtems/score/thread.h: Complete previous patch. Add typedef for cpu usage statistics.
15:44 Changeset in rtems [5fa5185]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-06-06 Joel Sherrill <joel.sherrill@…> * libcsupport/src/times.c, libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c, libmisc/monitor/mon-task.c, rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, score/include/rtems/score/thread.h, score/src/threaddispatch.c, score/src/threadinitialize.c, score/src/threadtickletimeslice.c: Add typedefs for cpu usage and period timing statistics. Also renamed related variables and structure members so they are the same whether you are using nanosecond (e.g. struct timespec) or ticks (e.g. uint32_t) granularity. This lays the groundwork for future cleanup.
Note: See TracTimeline for information about the timeline view.