Timeline



10/07/11:

14:35 Changeset in rtems [47a61aa1]4.115 by Joel Sherrill <joel.sherrill@…>
2011-10-07 Daniel Hellstrom <daniel@…> PR 1933/cpukit * shared/irq_asm.S: From code inspection I have found the following issues (most SMP), and some improvements in irq_asm.S. I would need a long test with interrupts to verify the interrupt handler better, however I can not see that these patches hurt. Please see comment per hunk below, One should go through the file to indent delay-slots correctly, I have fixed some in the patch areas. An extra space is added in front of delay slots to indicate a delay slot.
14:31 Changeset in rtems [8f582bc]4.115 by Joel Sherrill <joel.sherrill@…>
2011-10-07 Daniel Hellstrom <daniel@…> PR 1932/cpukit * cpu_asm.S: At some point the interrupt trap handler causes a window-overflow and the window overflow trap handler crashes when writing to 0. I found that this is because the WIM was bad, to the window overflow handler uses a uninitialized stack pointer in a window never used. * g3=CWP, not WIM * CWP is incremented by done_flushing no need doing that here also * I see no reason to create an additional stack frame (save) * Must turn off traps when updating WIM (maybe already done by caller?)
14:29 Changeset in rtems [591e964e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * shared/startup/bspstart.c: Comment out unused vars.
14:29 Changeset in rtems [100446d4]4.115 by Joel Sherrill <joel.sherrill@…>
2011-10-07 Daniel Hellstrom <daniel@…> PR 1931/cpukit * score/src/percpu.c: The stack must be aligned to CPU alignment requirement.
14:25 Changeset in rtems [5191d84]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * shared/console/console.c: Remove stray local decl of "close".
13:39 Ticket #1933 (SPARC: libbsp/sparc/shared/irq_asm.S IRQ handler bugs fixes and ...) closed by Joel Sherrill
fixed: Applied. Thanks.
13:33 Ticket #1932 (SMP: SPARC switch_to_first_task_smp creates bad window) closed by Joel Sherrill
fixed
13:29 Ticket #1931 (SMP: Per-CPU stack offset initialization typo) closed by Joel Sherrill
fixed: Committed. Thanks.
11:49 Ticket #1933 (SPARC: libbsp/sparc/shared/irq_asm.S IRQ handler bugs fixes and ...) created by Daniel Hellstrom
Hello, From code inspection I have found the following issues (most …
11:06 Changeset in rtems [742c140]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * score/src/threadhandler.c: Don't undefine USE_INIT_FINI for the avr.
11:00 Changeset in rtems [6ae51d2e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * make/custom/rtl22xx_t.cfg: Remove USE_THUMB (Violates *.cfg conventions, unused).
10:46 Ticket #1932 (SMP: SPARC switch_to_first_task_smp creates bad window) created by Daniel Hellstrom
I have got SMP the smphack01.exe test to successfully complete on a …
09:58 Changeset in rtems [968ff5bb]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * ppc403/clock/clock.c (ClockOn?): Define pvr only for "ifndef ppc405".
09:55 Changeset in rtems [7eb31ec9]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * ppc403/clock/clock.c (Install_clock): Remove unused var "pvr".
09:39 Changeset in rtems [16b1599f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * capture/init.c: Declare notification only if being used.
09:36 Changeset in rtems [da30d6c0]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * libfs/src/imfs/memfile.c (memfile_ioctl): Remove unused var "the_jnode".
09:30 Ticket #1928 (mpc5674fevb: powerpc/mpc55xx/misc/flash_support.c:183:9: warning: case ...) reopened by dufault
09:18 Changeset in rtems [c317873]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * new-exceptions/bspsupport/ppc_exc_prologue.c (ppc_exc_create_branch_op): Comment out unused var "BRANCH_OP_LINK".
09:15 Changeset in rtems [c6d8f997]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> * mpc5xx/clock/clock.c: Make BSP_disconnect_clock_handler decl a prototype.
08:41 Changeset in rtems [4960b29]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-07 Ralf Corsépius <ralf.corsepius@…> PR 1928/bsps: * mpc55xx/include/fsl-mpc567x.h (struct FLASH_tag): Extend SIZE to 4 bits.
08:12 Ticket #1928 (mpc5674fevb: powerpc/mpc55xx/misc/flash_support.c:183:9: warning: case ...) closed by Ralf Corsepius
fixed
07:45 Ticket #1931 (SMP: Per-CPU stack offset initialization typo) created by Daniel Hellstrom
The stack must be aligned to CPU alignment requirement. Please see …

10/06/11:

17:31 Changeset in rtems [71d093f0]4.115 by Joel Sherrill <joel.sherrill@…>
2011-10-06 Joel Sherrill <joel.sherrill@…> * sp2038/.cvsignore: New file.
16:46 Changeset in rtems [48449a8]4.115 by Joel Sherrill <joel.sherrill@…>
2011-10-06 Gedare Bloom <giddyup44@…> PR 1920/bsp * shared/helenos/kernel/sparc64/src/sun4u/takemmu.S, shared/start/start.S, shared/startup/bspgetworkarea.c, shared/startup/linkcmds: Fix BSP memory use to support more than 4 MB of RAM.
16:45 Changeset in rtems [b7d3a2ca]4.115 by Joel Sherrill <joel.sherrill@…>
2011-10-06 Gedare Bloom <giddyup44@…> PR 1919/bsp * shared/startup/bsppredriverhook.c: New file.
16:44 Changeset in rtems [87f92e4]4.115 by Joel Sherrill <joel.sherrill@…>
2011-10-06 Gedare Bloom <giddyup44@…> PR 1919/bsp * Makefile.am: Change install ISR callout to bsppredriverhook.
16:42 Changeset in rtems [4eeed005]4.115 by Joel Sherrill <joel.sherrill@…>
2011-10-06 Gedare Bloom <giddyup44@…> PR 1918/cpukit * cpu.c: Initialize context with cleared g4 register.
15:47 Ticket #1920 (sparc64: memory mapping fixes) closed by Joel Sherrill
fixed: Committed. Thanks.
15:45 Ticket #1919 (sparc64: use bsppredriverhook instead of bspstart) closed by Joel Sherrill
fixed: Committed. Thanks.
15:43 Ticket #1918 (sparc64: task context initialization) closed by Joel Sherrill
fixed: Patch applied. Closing.
10:51 Ticket #1930 (arm-rtemseabi-gcc: Incorrect ssize_t) closed by Ralf Corsepius
fixed: Fix added to contrib/crossrpms/patches/newlib-1.19.0-rtems4.11-20111006.diff rpms-specs updated, toolchain builts for arm-rtems4.11 and arm-rtemseabi4.11 are in progress and will likely land in the repos later today. Closing.
10:49 Changeset in rtems [eefcfa1]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:48 Changeset in rtems [1e482ac2]4.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.19.0-rtems4.11-20111006.diff
10:47 Changeset in rtems [ce08203]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
10:46 Changeset in rtems [65253ab3]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
05:06 Ticket #1930 (arm-rtemseabi-gcc: Incorrect ssize_t) created by Ralf Corsepius
ssize_t is not set correctly in arm-rtemseabi4.11 <= 4.6.1-5 …
01:18 Ticket #1929 (virtex: passing argument 2 of 'ppc_exc_set_handler' from incompatible ...) created by Ralf Corsepius
The virtex BSP contains this: …
00:06 Ticket #1928 (mpc5674fevb: powerpc/mpc55xx/misc/flash_support.c:183:9: warning: case ...) created by Ralf Corsepius
gcc issues the warning above when building the mpc5674fevb: ... …

10/05/11:

19:59 Changeset in rtems [418de42]4.115 by Joel Sherrill <joel.sherrill@…>
2011-10-05 Joel Sherrill <joel.sherrill@…> Petr Benes <benesp16@…> PR 1912/doc * user/conf.t, user/schedule.t: Rework to add scheduler specific information.
18:14 Changeset in multiio [a870176] by Joel Sherrill <joel.sherrill@…>
2011-10-05 Joel Sherrill <joel.sherrill@…> * Makefile: Add RTD6425.
18:14 Changeset in multiio [73c4487] by Joel Sherrill <joel.sherrill@…>
2011-10-05 Joel Sherrill <joel.sherrill@…> * mio_io.h: Clean up.
18:10 Changeset in multiio [51c9c70] by Joel Sherrill <joel.sherrill@…>
2011-10-05 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile, rtd6425_shell.c, rootfs/set_adc_modes, rootfs/test_adc: New files.
18:09 Changeset in multiio [d35032f] by Joel Sherrill <joel.sherrill@…>
2011-10-05 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile, multiio_rtd6425.c, rtd6425.c, rtd6425.h: New files.
18:07 Changeset in multiio [03aa739] by Joel Sherrill <joel.sherrill@…>
2011-10-05 Joel Sherrill <joel.sherrill@…> * mio_io_rtems.c, multiio_pcmmio.c: Rework interrupt handler to reduce overhead per pin change.
18:03 Changeset in multiio [396c143] by Joel Sherrill <joel.sherrill@…>
2011-10-05 Cindy Cicalese <cicalese@…> * mio_io.c, mio_io.h, mio_io_rtems.c: Updates after testing in lab.
16:11 Ticket #1927 (mpc83xx/network/tsec.c large integer implicitly truncated to unsigned type) created by Ralf Corsepius
Building mpc83xx-based BSPs raises this warning: ... …
14:12 Changeset in rtems [656f958]4.115 by Jennifer Averett <Jennifer.Averett@…>
Corrected changelog.
13:58 Changeset in multiio [68a1abb] by Joel Sherrill <joel.sherrill@…>
2011-10-05 Joel Sherrill <joel.sherrill@…> * Makefile: Update to new location. * include/.cvsignore: New file.

10/04/11:

15:19 Changeset in rtems [49baad5]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-04 Sebastian Huber <sebastian.huber@…> PR 1922 * preinstall.am: EDF and CBS scheduler: extern declarations fix.
15:18 Changeset in rtems [1072d53d]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-04 Sebastian Huber <sebastian.huber@…> PR 1922 * score/include/rtems/score/schedulercbs.h, score/src/schedulercbs.c: EDF and CBS scheduler: extern declarations fix.
15:18 Changeset in rtems [b0a2a7aa]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-04 Sebastian Huber <sebastian.huber@…> PR 1922 * spcbssched02/system.h, spcbssched03/system.h, spedfsched02/system.h, spedfsched02/task1.c, spedfsched03/system.h: EDF and CBS scheduler: extern declarations fix.
14:16 TBR/BSP/QorIQ edited by Thomas
/* Tested Boards */ (diff)
14:09 Ticket #1926 (qoriq BSP does not have timer driver) created by Jennifer Averett
The qoriq BSP does not have a timer driver. Joel and I would have …

10/03/11:

09:38 Changeset in rtems [4b5348cc]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-03 Ralf Corsépius <ralf.corsepius@…> * depcomp, compile, texinfo.tex, mdate-sh: New. * bootstrap (-c): Don't remove depcomp, compile, texinfo.tex, mdate-sh.
09:37 Changeset in rtems [9d2da228]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove depcomp compile texinfo.tex mdate-sh
03:36 Changeset in rtems [f2f1d342]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-03 Ralf Corsépius <ralf.corsepius@…> * score/src/scheduleredfupdate.c: Remove unused var "the_node".

10/02/11:

10:37 Changeset in rtems [f922d1d]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-02 Ralf Corsépius <ralf.corsepius@…> * libmisc/uuid/gen_uuid.c: Introduce PRIutime_t, SCNutime_t and "utime_t" for 64bit-time_t support.
10:36 Changeset in rtems [ff09991]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-02 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/main_time.c: Introduce PRIutime_t, SCNutime_t and "utime_t" for 64bit-time_t support.
08:15 Changeset in rtems [94107fa8]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-02 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/main_time.c: Introduce PRIdtime_t.
05:23 Changeset in rtems [75e454c0]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-02 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/res_comp.c: Eliminate unused var "ppch".
04:57 Changeset in rtems [11848f35]4.115 by Ralf Corsepius <ralf.corsepius@…>
New (Missing from BSP import).

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 …
Note: See TracTimeline for information about the timeline view.