Timeline



09/30/11:

18:53 Ticket #1925 (Convert 1386 console to libchip style console) created by Jennifer Averett
The attached patch converts the i386 console to a libchip style console.
17:51 Developer/Eclipse/Plugin edited by Sh
/* Trouble Shooting */ (diff)
13:08 Changeset in rtems [ad9eaf26]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for size of time_t.
12:57 Changeset in rtems [951df57]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * fsrdwr/init.c: Use %zd to print size_t.
10:08 Changeset in rtems [88807662]4.115 by Ralf Corsepius <ralf.corsepius@…>
New (Missed during BSP-import).
08:28 Ticket #1924 (Enhanced stack allocator configuration) created by Sebastian Huber
The RTEMS application configuration may provide a special task stack …
08:02 Changeset in rtems [2d545843]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-30 Sebastian Huber <sebastian.huber@…> * nios2-context-switch.S: Use small-data area access for _Per_CPU_Information fields.
03:07 Changeset in rtems [32448524]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * fserror/test.c, fslink/test.c, fspatheval/test.c, fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, fstime/test.c, support/fstest_support.c, support/ramdisk_support.c: Explicitly include "pmacros.h". * support/fstest.h: Don't include "pmacros.h".
02:58 Changeset in rtems [bf08a0f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Remove PRItime_t.
02:55 Changeset in rtems [d44c86b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * nsecs/init.c: Include "pritime.h". Use PRIdtime_t to print time_t.
02:53 Changeset in rtems [4562dd8]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * psx01/init.c, psx07/init.c, psx09/init.c, psx12/init.c, psxclock/init.c, psxtimer01/psxtimer.c: Include "pritime.h". Use PRIdtime_t to print time_t.
02:50 Changeset in rtems [f57f5ce2]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * sp50/init.c, spclockget/init.c: Include "pritime.h". Use PRIdtime_t to print time_t.
02:31 Changeset in rtems [30e4954]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * support/include/pritime.h: New. * Makefile.am: Add support/include/pritime.h
01:55 Changeset in rtems [b47a7cc]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for size of time_t.
01:47 Changeset in rtems [b0792d23]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-30 Ralf Corsépius <ralf.corsepius@…> * psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c: Add HAVE_CONFIG_H.

09/29/11:

16:20 Changeset in rtems [4e8589d]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-29 Ralf Corsépius <ralf.corsepius@…> * sp75/init.c, spcbssched01/init.c, spcbssched01/task1.c spcbssched02/init.c, spcbssched02/task_periodic.c, spcbssched03/init.c, spcbssched03/tasks_aperiodic.c, spcbssched03/tasks_periodic.c, spedfsched01/init.c, spedfsched01/task1.c, spedfsched02/getall.c, spedfsched02/init.c, spedfsched02/task1.c, spedfsched03/init.c, spedfsched03/tasks_aperiodic.c, spedfsched03/tasks_periodic.c, sprbtree01/init.c: Add HAVE_CONFIG_H.
15:59 Changeset in rtems [d2e6a127]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-29 Ralf Corsépius <ralf.corsepius@…> * psxtmsem03/init.c: Add HAVE_CONFIG_H.
15:57 Changeset in rtems [ff33d076]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-29 Ralf Corsépius <ralf.corsepius@…> * smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c: Add HAVE_CONFIG_H.
15:54 Changeset in rtems [7cb170b3]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-29 Ralf Corsépius <ralf.corsepius@…> * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c: Add HAVE_CONFIG_H.
09:55 Changeset in rtems [8d7aea0d]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-29 Sebastian Huber <sebastian.huber@…> * score/include/rtems/score/tod.h: Declare _TOD_Set_with_timestamp() and _TOD_Get_as_timestamp(). * score/src/coretodset.c: Define _TOD_Set_with_timestamp(). * score/src/coretodget.c: Define _TOD_Get_as_timestamp(). * rtems/src/clockset.c: Use _TOD_Set_with_timestamp(). * score/include/rtems/score/timestamp64.h, score/src/ts64set.c: Changed parameter types of _Timestamp64_Set(). * rtems/src/clocktodtoseconds.c: Year 2100 is not a leap year.
09:40 Changeset in rtems [fe7cc1ea]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-29 Sebastian Huber <sebastian.huber@…> * sp2038/init.c: More test cases.

09/28/11:

16:01 Changeset in rtems [0d57369]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-28 Sebastian Huber <sebastian.huber@…> * sp2038/Makefile.am, sp2038/init.c, sp2038/sp2038.doc, sp2038/sp2038.scn: New files. * Makefile.am, configure.ac: Reflect changes above.
15:46 Changeset in rtems [33c0f97]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-28 Sebastian Huber <sebastian.huber@…> * rtems/include/rtems/rtems/clock.h, rtems/src/clockset.c: Added const qualifier in rtems_clock_set().
14:42 Changeset in rtems [3a42e6fd]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-28 Sebastian Huber <sebastian.huber@…> PR 1914/cpukit * score/src/timespecgreaterthan.c, score/src/ts64greaterthan.c: Removed files. * score/Makefile.am: Reflect changes above. * score/include/rtems/score/timespec.h, score/include/rtems/score/timestamp.h, score/include/rtems/score/timestamp64.h, score/src/ts64addto.c, score/src/ts64divide.c, score/src/ts64dividebyinteger.c, score/src/ts64equalto.c, score/src/ts64getnanoseconds.c, score/src/ts64getseconds.c, score/src/ts64lessthan.c, score/src/ts64set.c, score/src/ts64settozero.c, score/src/ts64subtract.c, score/src/ts64toticks.c, score/src/ts64totimespec.c: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC, CPU_TIMESTAMP_USE_INT64, and CPU_TIMESTAMP_USE_INT64_INLINE. Removed copy and paste.
13:53 Ticket #1914 (Make timestamp implementation choice available for the CPU port) closed by Sebastian Huber
fixed: Committed to CVS head.
10:26 Changeset in rtems [c18be8ee]4.115 by Ralf Corsepius <ralf.corsepius@…>
Housekeeping.

09/27/11:

13:22 Changeset in rtems [3c83d57a]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-27 Sebastian Huber <sebastian.huber@…> * spfatal07/testcase.h: Print end of test if test is not applicable.
09:18 Changeset in rtems [9c121991]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-27 Sebastian Huber <sebastian.huber@…> PR 1914/cpukit * rtems/score/cpu.h: Select timestamp implementation.
09:14 Changeset in rtems [abd25309]4.115 by Sebastian Huber <sebastian.huber@…>
Typo.
09:14 Changeset in rtems [d0630763]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-28 Sebastian Huber <sebastian.huber@…> PR 1914/cpukit * rtems/score/cpu.h: Select timestamp implementation.
00:59 Changeset in rtems [c976c70]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-26 Petr Benes <benesp16@…> PR 1923/testing * spcbssched02/spcbssched02.scn, spcbssched02/system.h, spcbssched03/init.c, spcbssched03/system.h, spedfsched02/system.h, spedfsched03/system.h, sprbtree01/init.c: Improve coverage.
00:58 Changeset in rtems [a7d04d6]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-26 Petr Benes <benesp16@…> PR 1923/testing * score/src/schedulercbsgetexecutiontime.c: Improve coverage.

09/26/11:

10:08 Changeset in rtems [7a752161]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-27 Sebastian Huber <sebastian.huber@…> * make/custom/mpc8309som.cfg, startup/linkcmds.mpc8309som: New file. * Makefile.am, preinstall.am: Reflect changes above. * configure.ac, console/console-config.c, include/bsp.h, include/hwreg_vals.h, include/irq.h, network/network.c, spi/spi_init.c, startup/cpuinit.c: Renamed various BSP options. * make/custom/gen83xx.inc, make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg, make/custom/mpc8349eamds.cfg: Avoid special linkcmds.
10:03 Changeset in rtems [c2bc9ef]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-27 Sebastian Huber <sebastian.huber@…> * mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c: Update due to API changes.

09/24/11:

16:35 Ticket #1923 (EDF, CBS and RBTree improve coverage) created by Petr Benes
Attempt to catch the last coverage gaps concerning EDF and CBS …
13:25 Changeset in rtems [8f21cc0]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-24 Sebastian Huber <sebastian.huber@…> * acinclude.m4: Added lm3s69xx BSP.
13:23 Changeset in rtems [e263c16]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-24 Sebastian Huber <sebastian.huber@…> * 0001-Fixed-interrupt-handling-for-ARMv7M.patch, 0002-Fixed-system-handler-priority-register-access.patch, 0003-Disable-priority_mask-unused-for-NVIC.patch, 0004-Typo.patch, 0005-Evil-hack-for-BASEPRI-BASEPRI_MAX.patch, 0006-Evil-hack-to-increase-the-RAM-size.patch, bsp_specs, ChangeLog?, clock/clock-config.c, configure.ac, console/console-config.c, console/uart.c, .cvsignore, include/bsp.h, include/.cvsignore, include/irq.h, include/lm3s69xx.h, include/uart.h, irq/irq.c, make/custom/lm3s6965.cfg, make/custom/lm3s69xx.inc, Makefile.am, README, start/start.S, startup/bspreset.c, startup/bspstart.c, startup/bspstarthook.c, startup/linkcmds.lm3s6965, timer/timer.c: New files.
12:56 Changeset in rtems [c5ed148]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-24 Sebastian Huber <sebastian.huber@…> * rtems/score/armv7m.h, armv7m-context-initialize.c, armv7m-context-restore.c, armv7m-context-switch.c, armv7m-exception-handler-get.c, armv7m-exception-handler-set.c, armv7m-exception-priority-get.c, armv7m-exception-priority-set.c, armv7m-initialize.c, armv7m-isr-dispatch.c, armv7m-isr-enter-leave.c, armv7m-isr-level-get.c, armv7m-isr-level-set.c, armv7m-isr-vector-install.c, armv7m-multitasking-start-stop.c: New files. * Makefile.am, preinstall.am: Reflect changes above. * rtems/score/arm.h: Define ARM_MULTILIB_ARCH_V4 and ARM_MULTILIB_ARCH_V7M. * rtems/score/cpu.h, cpu_asm.S, cpu.c, arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S: Define CPU_HAS_HARDWARE_INTERRUPT_STACK to FALSE. Use ARM_MULTILIB_ARCH_V4 and ARM_MULTILIB_ARCH_V7M.
12:45 Changeset in rtems [86c847c1]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-24 Sebastian Huber <sebastian.huber@…> PR 1921/cpukit * score/inline/rtems/score/thread.inl, score/src/threadstartmultitasking.c: Allow CPU port to provide optional multitasking start and stop.
11:41 Ticket #1921 (Allow CPU port to provide optional multitasking start and stop) closed by Sebastian Huber
fixed: Committed to CVS head.

09/23/11:

06:14 Ticket #1922 (multiple definition of `_Scheduler_CBS_Server_list') created by Sebastian Huber
In "schedulercbs.h" we have: / * List of servers. The @a …

09/22/11:

18:07 Ticket #1921 (Allow CPU port to provide optional multitasking start and stop) created by Sebastian Huber
For the ARM Cortex-M support it is necessary to start and stop the …
10:26 Ticket #1896 (EDF scheduler implementation) closed by Joel Sherrill
fixed: Closing
07:16 Changeset in rtems [f40139b]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-22 Sebastian Huber <sebastian.huber@…> PR 1914/cpukit * rtems/score/cpu.h: Document CPU_TIMESTAMP_USE_STRUCT_TIMESPEC, CPU_TIMESTAMP_USE_INT64, and CPU_TIMESTAMP_USE_INT64_INLINE.
07:09 Changeset in rtems [82525a75]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-22 Sebastian Huber <sebastian.huber@…> * make/custom/lpc32xx.inc: Workaround for GCC bug 50106. * include/lpc32xx.h: Fixed register map for NAND MLC. * include/boot.h: Declare lpc32xx_set_boot_block_bad(). * misc/boot.c: Define lpc32xx_set_boot_block_bad(). * include/nand-mlc.h, misc/nand-mlc-erase-block-safe.c, misc/nand-mlc-read-blocks.c, misc/nand-mlc-write-blocks.c, misc/nand-mlc.c: Changed bad block handling. Support for non-aligned data. Documentation.

09/20/11:

16:08 Ticket #1920 (sparc64: memory mapping fixes) created by Gedare Bloom
This patch fixes BSP memory to support more than 4 MB of RAM. We …
16:02 Ticket #1919 (sparc64: use bsppredriverhook instead of bspstart) created by Gedare Bloom
The sparc64 port provides a call-out to install ISR entries during …
15:58 Ticket #1918 (sparc64: task context initialization) created by Gedare Bloom
sparc64-rtems-gcc uses the global g4 register as a segment register. …
13:06 Changeset in rtems [74416035]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-20 Petr Benes <benesp16@…> PR 1916/testing * spcbssched02/init.c, spcbssched02/spcbssched02.scn, spcbssched02/system.h, spcbssched02/task_periodic.c, spedfsched03/init.c, spedfsched03/system.h, spedfsched03/tasks_aperiodic.c: Improve coverage.
13:06 Changeset in rtems [40ee2fc0]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-20 Petr Benes <benesp16@…> PR 1916/testing * rtems/src/ratemondelete.c, score/src/schedulercbsreleasejob.c, score/src/scheduleredfupdate.c, score/src/scheduleredfyield.c: Rework to improve coverage.
12:57 Ticket #1917 (dynamic tables for libchip serial drivers) created by Jennifer Averett
The libchip serial drivers force bsps to define all chips/ports up …
09:01 Ticket #1916 (EDF and CBS improve coverage) created by Petr Benes
This patch should improve the coverage gaps caused by EDF and CBS …
01:06 Changeset in rtems [3fb73e22]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-19 Joel Sherrill <joel.sherrill@…> * user/Makefile.am, user/c_user.texi: Reorder chapters to put scheduling earlier. Also put Barrier and Rate Monotonic Manager where they logically belong. They appear to have just be added toward the end.

09/19/11:

23:35 Ticket #1909 (Covoar: displaying column Taken / Not taken counts in branch html report) closed by Joel Sherrill
fixed: Replying to comment:4: > Just discovered I forgot to reopen the defect to apply the second patch And I forgot to commit the code after running coverage with it in place.
22:45 Changeset in rtems [981a831]4.10 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
22:45 Changeset in rtems [9b0be4d6]4.10 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
22:44 Changeset in rtems [234e2806]4.10 by Ralf Corsepius <ralf.corsepius@…>
Renamer from CVS-HEAD.
22:43 Changeset in rtems [224463d]4.10 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gdb-7.3.1
22:42 Changeset in rtems [84019c5]4.10 by Ralf Corsepius <ralf.corsepius@…>
Sync with CVS-HEAD.
18:59 Projects/GCOVSupport created by Pawel Zagorski
Adding basic info info about "Gcov support for covoar" project
18:53 Developer/OpenProjects edited by Pawel Zagorski
/* RTEMS Testing */ (diff)
18:53 Developer/OpenProjects edited by Pawel Zagorski
/* Active Projects */ (diff)
13:42 Ticket #1909 (Covoar: displaying column Taken / Not taken counts in branch html report) reopened by Pawel
07:01 Changeset in rtems [dfdf7961]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-19 Andrei Mozzhuhin <nopscmn@…> PR 1915/libcpu * at91rm9200/usart/usart.c: Fixed polled read.
04:21 Ticket #1915 (Error in polling read USART on arm/at91) created by Andrey Mozzhuhin
In function usart_read_polled from libcpu/arm/at91rm9200 used …

09/16/11:

10:25 Changeset in rtems [9f1412b9]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-16 Sebastian Huber <sebastian.huber@…> * nios2-eic-il-low-level.S, nios2-eic-rsie-low-level.S: New files. * Makefile.am: Reflect changes above. * rtems/score/cpu.h, rtems/score/nios2-utility.h, nios2-thread-dispatch-disabled.c, nios2-context-switch.S: Added support for thread stack protection via the MPU.
09:47 Changeset in rtems [3ce764a]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-16 Sebastian Huber <sebastian.huber@…> * rtems/score/arm.h: More CPU_MODEL_NAME variants.
09:24 Changeset in rtems [11b9b5d]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-16 Sebastian Huber <Sebastian.Huber@…> * monitor/monitor.scn, termios/termios.scn: New files. * monitor/init.c, termios01/init.c: Use rtems_shell_wait_for_input().
09:23 Changeset in rtems [7c9d27e]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-16 Sebastian Huber <Sebastian.Huber@…> * fileio/fileio.scn: New file. * capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
09:16 Changeset in rtems [6c5ee7f0]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-16 Sebastian Huber <sebastian.huber@…> * libmisc/shell/shell-wait-for-input.c: New file. * libmisc/Makefile.am: Reflect change above. * libmisc/shell/shell.h: Declare rtems_shell_wait_for_input().
Note: See TracTimeline for information about the timeline view.