Timeline



03/10/09:

17:40 Changeset in rtems [96f2d87]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-10 Eric Norum <norume@…> * bootcard.c: Swap order of RTEMS Workspace and Malloc Heap. This allows the potential for sbrk() to extend the heap area. This actually is done on PowerPC BSPs with more than 32MB which use dynamic loading.
10:56 Changeset in rtems [aab8725]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Disable sim on mingw32.
10:55 Changeset in rtems [8e5d175]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Disable m32c simulator.
09:38 Changeset in rtems [f29c64b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gdb-6.8.50
07:13 Changeset in rtems [d2730232]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-03-10 Ralf Corsépius <ralfcorsepius@…> * configure.ac: Check for creat(). * libcsupport/src/creat.c: Build conditionally.
07:13 Changeset in rtems [a746013]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Check for creat().
07:12 Changeset in rtems [0ba07a0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Build conditionally.
05:56 Ticket #1392 (SPI Memory driver, writes over multiple pages results in extra data ...) created by Daniel Hellstrom
The SPI memory driver doesn't account for already transmitted bytes in …

03/09/09:

20:56 Release/4.8 edited by JoelSherrill
/* Release 4.8.2 Changes */ 1391/bsps - sparc BSPs spurious handler printk format error (diff)
20:56 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1391/bsps - sparc BSPs spurious handler printk format error (diff)
18:16 Release/4.8 edited by JoelSherrill
/* Release 4.8.2 Changes */ 1376/filesystem - lseek filesystem internal handlers should return off_t (diff)
18:16 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1376/filesystem - lseek filesystem internal handlers should return off_t (diff)
17:00 Changeset in rtems [9cb3851]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-09 Sebastian Huber <sebastian.huber@…> * include/bsp.h: Added missing include.
17:00 Changeset in rtems [cdb6eae]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-09 Sebastian Huber <sebastian.huber@…> * include/bsp.h: Added missing include.
16:54 Changeset in rtems [9f61de9e]4.8 by Joel Sherrill <joel.sherrill@…>
2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr> PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
16:53 Changeset in rtems [199db78]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr> PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
16:53 Changeset in rtems [94da794]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr> PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
16:26 Changeset in rtems [a816fcf1]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-09 Joel Sherrill <joel.sherrill@…> * include/tm27.h: Add include rtems/powerpc/powerpc.h
15:57 Ticket #1391 (sparc BSPs spurious handler printk format error) closed by Joel Sherrill
fixed: Patch applied to 4.8 and newer.
15:51 Ticket #1391 (sparc BSPs spurious handler printk format error) created by Joel Sherrill
http://www.rtems.org/pipermail/rtems-users/2009-March/005064.html A …
14:13 Changeset in rtems [6068f9b0]4.8 by Joel Sherrill <joel.sherrill@…>
2009-03-09 Joel Sherrill <joel.sherrill@…> PR 1376/filesystem * libcsupport/include/rtems/libio.h, libfs/src/dosfs/fat_file.c, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/memfile.c: lseek handlers should return off_t.
14:12 Changeset in rtems [64504e97]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-09 Joel Sherrill <joel.sherrill@…> PR 1376/filesystem * libcsupport/include/rtems/libio.h, libfs/src/dosfs/fat_file.c, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/memfile.c, libfs/src/nfsclient/src/nfs.c: lseek handlers should return off_t.
14:11 Changeset in rtems [f855b9e3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-09 Joel Sherrill <joel.sherrill@…> PR 1376/filesystem * libcsupport/include/rtems/libio.h, libfs/src/dosfs/fat_file.c, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/imfs_fifo.c, libfs/src/imfs/memfile.c, libfs/src/nfsclient/src/nfs.c: lseek handlers should return off_t.
13:57 Changeset in rtems [57224657]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
13:17 Ticket #1376 (lseek handler should return an off_t) closed by Joel Sherrill
fixed: Patches applied to 4.8, 4.9 and CVS head.
12:40 Changeset in rtems [59369291]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump release.
12:37 Changeset in rtems [0c614d16]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
newlib/libc/machine/powerpc/times.c: Remove.
10:56 Developer/OpenProjects edited by ChrisJohns
Add RTEMS System Events (diff)

03/06/09:

20:08 Changeset in rtems [17175bbd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-06 Joel Sherrill <joel.sherrill@…> * score/inline/rtems/score/heap.inl: Use the correct fields and do end - begin.

03/05/09:

22:43 Changeset in rtems [c933a3d6]4.9 by Eric Norum <WENorum@…>
Clean up mishaps arising from multiple folks trying to fix the same problem. This version matches the trunk.
22:27 Changeset in rtems [ac4dd0b]4.104.115 by Eric Norum <WENorum@…>
With Till, Joel and Eric all trying to fix this file things seem to have been mangled. I believe that the this version fixes things.
21:20 Changeset in rtems [8cb4b08]4.9 by Till Straumann <strauman@…>
2009-03-05 Till Straumann <strauman@…> * startup/bspstart.c: removed legacy code (inherited from old mvme2307 BSP) -- for testing trapping into PPCBug -- which is irrelevant on this BSP. Removed warning about SPRG0 having been reassigned -- this BSP is OK.
21:17 Changeset in rtems [05b0c8a]4.104.115 by Till Straumann <strauman@…>
2009-03-05 Till Straumann <strauman@…> * include/bsp.h, start/start.S, startup/bspstart.c: removed BSP_INIT_STACK_SIZE -- this BSP now also uses stack defined by the linker script for the initial stack. Removed legacy code (inherited from old mvme2307 BSP but not relevant to this one) that tested trapping into PPCBug.
21:15 Changeset in rtems [0f2852d]4.104.115 by Till Straumann <strauman@…>
2009-03-05 Till Straumann <strauman@…> * startup/misc.c, flash/flashcfg.c, irq/irq_init.c, pci/detect_host_bridge.c: changed function arguments to silence compiler warnings.
21:11 Changeset in rtems [dec63673]4.9 by Till Straumann <strauman@…>
2009-03-05 Till Straumann <strauman@…> * bootcard.c: use aligned heap_start (instead of original heap_start) when calculating default heap size (to take into account loss due to alignment).
21:10 Changeset in rtems [b0d9310]4.104.115 by Till Straumann <strauman@…>
2009-03-05 Till Straumann <strauman@…> * bootcard.c: use aligned heap_start (instead of original heap_start) when calculating default heap size (to take into account loss due to alignment).
21:07 Changeset in rtems [6987eecc]4.104.115 by Till Straumann <strauman@…>
2009-03-05 Till Straumann <strauman@…> * startup/misc.c, flash/flashcfg.c, irq/irq_init.c, pci/detect_host_bridge.c: changed function arguments to silence compiler warnings.
21:05 Changeset in rtems [7e7f6d7]4.104.115 by Till Straumann <strauman@…>
2009-03-05 Till Straumann <strauman@…> * vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c: fixed function declarations to silence compiler warnings.
20:09 Changeset in rtems [ad82bec]4.104.115 by Till Straumann <strauman@…>
- must return original memory size in *heap_size_p if policy == -1
13:45 Changeset in rtems [f1f7563]4.9 by Thomas Doerfler <Thomas.Doerfler@…>
* shared/clock/clock.c: Standard decrementer exception is now more robust against erroneous external exception disable times.
13:45 Changeset in rtems [21ae805]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* shared/clock/clock.c: Standard decrementer exception is now more robust against erroneous external exception disable times.
12:16 Changeset in rtems [eb7ee96]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-05 Sebastian Huber <sebastian.huber@…> * libcsupport/src/malloc_initialize.c: Fixed invalid function parameter.

03/03/09:

12:20 Changeset in rtems [b96bd98]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> * Makefile.am, console/console.c: Use shared polled console framework.
00:10 Changeset in rtems [f0f8e4de]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am, include/bsp.h, startup/setvec.c: Now compiles again but applications do not link.

03/02/09:

23:57 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1375/bsps - uC5282 BSP rtems_cpu_usage_report/bsp_clock_nanoseconds_since_last_tick reports negative times (diff)
22:30 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1390/bsps - SPARC linkcmds wrong for C++ ctors/dtors (diff)
22:06 Release/4.7 edited by JoelSherrill
/* Release 4.7.4 Changes */ 1380/bsps - Unreadable comments in c/src/lib/libbsp/arm/rtl22xx/include/bsp.h (diff)
22:05 Release/4.8 edited by JoelSherrill
/* Release 4.8.2 Changes */ 1380/bsps - Unreadable comments in c/src/lib/libbsp/arm/rtl22xx/include/bsp.h (diff)
22:05 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1380/bsps - Unreadable comments in c/src/lib/libbsp/arm/rtl22xx/include/bsp.h (diff)
21:25 Release/4.7 edited by JoelSherrill
/* Release 4.7.4 Changes */ 1388/cpukit - Classic Semaphores allow both priority inherit and ceiling attributes to be set (diff)
21:25 Release/4.8 edited by JoelSherrill
/* Release 4.8.2 Changes */ 1388/cpukit - Classic Semaphores allow both priority inherit and ceiling attributes to be set (diff)
21:24 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1388/cpukit - Classic Semaphores allow both priority inherit and ceiling attributes to be set (diff)
18:57 Changeset in rtems [cb54e10]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Till Straumann <strauman@…> PR 1375/bsps * clock/clock.c: Correct implementation of nanoseconds since last tick handler.
18:57 Changeset in rtems [188a3fc]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Till Straumann <strauman@…> PR 1375/bsps * clock/clock.c: Correct implementation of nanoseconds since last tick handler.
18:34 Changeset in rtems [b7f49f7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> * cpu_asm.S: Eliminate extern of unused variables.
18:10 Changeset in rtems [7246c8e9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> * libcsupport/src/malloc_initialize.c, score/Makefile.am, score/include/rtems/score/protectedheap.h, score/inline/rtems/score/heap.inl: Get total heap size correct when using unified C Program Heap and RTEMS Workspace. * score/src/pheapgetsize.c: New file.
18:06 Ticket #1375 (uC5282 BSP ...) closed by Joel Sherrill
fixed: Applied to 4.9 and head
17:28 Changeset in rtems [73d1f07]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Daniel Hellstrom <daniel@…> PR 1390/bsps * startup/linkcmds: Fix sections so C++ global constructors and destructors work with late model (>= 4.3) gcc versions.
17:28 Changeset in rtems [beda88f]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> * cdtest/main.cc: Use printk() in global destructors since printf() no longer works.
17:28 Changeset in rtems [6387939]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> * cdtest/main.cc: Use printk() in global destructors since printf() no longer works.
17:27 Changeset in rtems [27d29e18]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Daniel Hellstrom <daniel@…> PR 1390/bsps * startup/linkcmds: Fix sections so C++ global constructors and destructors work with late model (>= 4.3) gcc versions.
17:10 Changeset in rtems [bdc8d46]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Ray Xu <rayx.cn@…> * shared/irq/irq_asm.S: Newer compilers handle alignment better.
17:04 Changeset in rtems [d7ad1f6]4.8 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Ray Xu <rayx.cn@…> PR 1380/bsps * include/bsp.h: Switch to English comments.
17:03 Changeset in rtems [b9005867]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Ray Xu <rayx.cn@…> PR 1380/bsps * include/bsp.h: Switch to English comments.
17:03 Changeset in rtems [66c25d4]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Ray Xu <rayx.cn@…> PR 1380/bsps * include/bsp.h: Switch to English comments.
16:30 Ticket #1390 (SPARC linkcmds wrong for C++ ctors/dtors) closed by Joel Sherrill
fixed: Patch applied to 4.9 and CVS head.
16:23 Ticket #1390 (SPARC linkcmds wrong for C++ ctors/dtors) created by Joel Sherrill
Impacts 4.9 and 4.10 which use a newer gcc. This is with 4.3 and newer.
16:14 Ticket #1380 (Unreadable comments in c/src/lib/libbsp/arm/rtl22xx/include/bsp.h) closed by Joel Sherrill
fixed: Patch applied to all relevant branches and head.
16:13 Changeset in rtems [5ab52fb]4.8 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> PR 1388/cpukit * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
16:13 Changeset in rtems [86458b0e]4.8 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> PR 1388/cpukit * rtems/src/semcreate.c: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
16:13 Changeset in rtems [15fa865]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> PR 1388/cpukit * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
16:13 Changeset in rtems [fe91be3]4.9 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> PR 1388/cpukit * rtems/src/semcreate.c: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
16:12 Changeset in rtems [8c324aa]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> PR 1388/cpukit * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
16:12 Changeset in rtems [e93d791]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> PR 1388/cpukit * rtems/src/semcreate.c: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
15:25 Ticket #1388 (Classic Semaphores allow both priority inherit and ceiling attributes ...) closed by Joel Sherrill
fixed: Patches applied.
15:07 Ticket #1389 (Refactor login code) created by Sebastian Huber
Refactored login code of the shell and telnetd. Avoids dependencies …
15:05 Ticket #1388 (Classic Semaphores allow both priority inherit and ceiling attributes ...) created by Joel Sherrill
When both RTEMS_INHERIT_PRIORITY and RTEMS_PRIORITY_CEILING are …
15:04 Changeset in rtems [657d23e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> * user/.cvsignore: Add Object ID PDF files.
12:12 Changeset in rtems [f547bc8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-03-02 Joel Sherrill <joel.sherrill@…> * cpu.c: Remove stray semi-colon.

02/27/09:

21:04 Release/4.7 edited by JoelSherrill
/* Release 4.7.4 Changes */ 1387/doc - Add Interrupt Manager services to set callable from ISR (diff)
21:04 Release/4.8 edited by JoelSherrill
/* Release 4.8.2 Changes */ 1387/doc - Add Interrupt Manager services to set callable from ISR (diff)
21:04 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1387/doc - Add Interrupt Manager services to set callable from ISR (diff)
20:35 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ Add 1393/bsps - SPARC start.S incorrectly initializes stack pointer (diff)
19:20 Changeset in rtems [dc5da22]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * Makefile.am: Remove unnecessary copy of cpu_asm.S * console/Modif_cpu_asm.S: Removed.
19:19 Changeset in rtems [eb148a26]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * Makefile.am: Remove unnecessary copy of cpu_asm.S * console/Modif_cpu_asm.S: Removed.
18:19 Changeset in rtems [fd234b8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: AVR stack grows down.
18:04 Changeset in rtems [1fb9fa1c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * posix_users/preface.texi, shell/preface.texi: Add stock acknowledgement paragraphs that are required when excerpting and reusing text from POSIX standards per the agreement at * common/opengroup_manpage_acknowledgement.texi, common/opengroup_preface_acknowledgement.texi: New files.
16:44 Changeset in rtems [78de0879]4.104.115 by Joel Sherrill <joel.sherrill@…>
Format.
16:02 Changeset in rtems [cc88fb7]4.8 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
16:02 Changeset in rtems [108a2e74]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
16:02 Changeset in rtems [f2d3786]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
15:33 Changeset in rtems [432ddef]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Daniel Hellstrom <daniel@…> PR 1386/bsps * shared/start.S: Stack space not correctly initialized. Causes failures on unoptimized applications.
15:33 Changeset in rtems [08ed3c3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Daniel Hellstrom <daniel@…> PR 1386/bsps * shared/start.S: Stack space not correctly initialized. Causes failures on unoptimized applications.
15:09 Changeset in rtems [5d01560b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * bspgetworkarea.c: Add check to determine if current stack pointer is in work area.
15:09 Changeset in rtems [67cad729]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * shared/startup/bspgetworkarea.c: Add check to determine if current stack pointer is in work area.
15:05 Ticket #1387 (Interrupt Manager Services Callable from ISR) closed by Joel Sherrill
fixed
15:00 Ticket #1387 (Interrupt Manager Services Callable from ISR) created by Joel Sherrill
The Classic API Interrupt Manager documentation does not list its own …
14:23 Ticket #1386 (SPARC start.S incorrectly initializes stack pointer) created by Joel Sherrill
Joel: Likely impacts 4.6 and newer. The stack is incorrectly …
12:12 Changeset in rtems [949166d]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
added missing files
11:26 Changeset in rtems [9647f7fe]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* README: Added NCS. * Makefile.am, configure.ac, preinstall.am: Added BSP variants. * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup. * include/bsp.h: Added network defines and functions. * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes. * include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup. * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files. * startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
11:25 Changeset in rtems [92cbf96]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* bsp_specs: Added crtbegin.o and crtend.o to support global C++ constructors and destructors.
11:13 Changeset in rtems [7a18a320]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Adapt to modified shell configuration
11:10 Changeset in rtems [ca5bcd8]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
PR 1356 * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC cards.
11:06 Changeset in rtems [cd4ed38]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* rtems/powerpc/registers.h: Added Freescale Book E Implementation Standards (EIS) special purpose register definitions for MMU and L1 cache.
11:03 Changeset in rtems [06f8e558]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* libmisc/shell/shell.c, libmisc/shell/shell.h: Changed type for boolean values from 'int' to 'bool'. Added option 'login' to enable or disable a login prompt. Changed intialization of global shell environment to static initialization. Changed stack size type to 'size_t' conforming to classic API. * libmisc/shell/shellconfig.h: Fixed some typos.
07:27 Ticket #1385 (Conversion to bool, alignment changes and assembler code) created by Sebastian Huber
On a Coldfire board a severe problem with the conversion to bool …

02/26/09:

21:16 Changeset in rtems [9cc70d8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * startup/cpu.c: Now compiles. Does not run.
20:45 Changeset in rtems [5d64375f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * shared/clock/ckinit.c, shared/start/start.S, shared/timer/timer.c: Run better on simulator. Timer is probably not right yet but
20:45 Changeset in rtems [be9f085]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * configure.ac, include/bsp.h: Run better on simulator. Timer is probably not right yet but
17:38 Changeset in rtems [9f127d2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * shared/startup/bspgetworkarea.c: Make debug messages same as standard.
17:37 Changeset in rtems [7b1d93db]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * irq/irq.c: Add bsp_interrupt_handler_default() so this BSP will link.

02/25/09:

22:22 Changeset in rtems [b7beebfd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-25 Joel Sherrill <joel.sherrill@…> * clock/clock.c, include/bsp.h: Make bsp idle thread names match.
21:32 Changeset in rtems [0b05a31]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-25 Joel Sherrill <joel.sherrill@…> * shared/clock/ckinit.c: Use shared Clock Driver Template and support fast idle on simulator.
21:32 Changeset in rtems [4ce4084]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-25 Joel Sherrill <joel.sherrill@…> * README: Add fast idle information.
21:31 Changeset in rtems [74133389]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-25 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE, BSP_PRESS_KEY_FOR_RESET, and BSP_RESET_BOARD_AT_EXIT. Use the standard bsp_cleanup code. * README: New file. Include instructions on gdb simulator.
16:08 Changeset in rtems [36944ec]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-25 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Rework.
15:53 TBR/UserManual/DriverManager edited by Hellstrom
(diff)
07:42 Changeset in rtems [d35ffd68]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:42 Changeset in rtems [8ac2414]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
07:41 Changeset in rtems [d3340106]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Disable lm32 simulator on mingw32.
06:13 Changeset in rtems [beb5d47]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:12 Changeset in rtems [5a994432]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add gdb-6.8.50.20090224-rtems4.10-20090225.diff
06:08 Changeset in rtems [5915358]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New. Rebase gdb-6.8-rtems4.10-20090122.diff patch against gcc-cvs HEAD. Add lm32 sim. Various fixes to get lm32 sim building.
05:51 TBR/BSP/Av5282 edited by JoelSherrill
Add BSP Infobox (diff)
05:50 TBR/BSP/UC5282 edited by JoelSherrill
Add BSP Infobox (diff)
05:49 TBR/BSP/Genmcf548x created by JoelSherrill
Add BSP Infobox
05:48 TBR/BSP/Mcf52235 edited by JoelSherrill
Add BSP Infobox (diff)
05:48 TBR/BSP/Mcf5235 edited by JoelSherrill
Add BSP Infobox (diff)
05:47 TBR/BSP/Gen68360 created by JoelSherrill
Add BSP Infobox
05:47 TBR/BSP/Gen68340 created by JoelSherrill
Add BSP Infobox
05:45 TBR/Website/Board_Support_Packages edited by JoelSherrill
/* Lattice Micro32 BSPs */ Correct BSP name. (diff)
05:44 TBR/BSP/Pc386 edited by JoelSherrill
Add BSP Infobox (diff)
05:42 TBR/BSP/Smdk2410 edited by JoelSherrill
Add BSP Infobox (diff)
05:42 TBR/BSP/Rtl22xx_t edited by JoelSherrill
Add BSP Infobox (diff)
05:41 TBR/BSP/Rtl22xx edited by JoelSherrill
Add BSP Infobox (diff)
03:43 Changeset in rtems-eclipse-plug-in [37b54b0]v_1_1_0 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'v_1_1_0'. Sprout from master 2009-02-25 03:43:47 UTC Daron Chabot <daron.chabot@…> 'Addition of Hello World template and RTEMS icons to preference page and About Eclipse dialog.' Delete: org.rtems.cdt.toolchain/.classpath org.rtems.cdt.toolchain/.project org.rtems.cdt.toolchain/.settings/org.eclipse.jdt.core.prefs org.rtems.cdt.toolchain/LICENSE org.rtems.cdt.toolchain/META-INF/MANIFEST.MF org.rtems.cdt.toolchain/build.properties org.rtems.cdt.toolchain/plugin.properties org.rtems.cdt.toolchain/plugin.xml org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/Activator.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/IsRtemsToolChainSupported.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsBspDefinedSymbolsValueHandler.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsCommandLineGenerator.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsEnvironmentVariableSupplier.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsInstallBspDirectoryValueHandler.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsLinkCommandLineInfo.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsManagerRelocationLinkHandler.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsScannerInfoCollector.java org.rtems.cdt.toolchain/templates/hello/src/init.c org.rtems.cdt.toolchain/templates/hello/src/system.h org.rtems.cdt.toolchain/templates/hello/template.properties org.rtems.cdt.toolchain/templates/hello/template.xml org.rtems.cdt.toolchain/templates/serial/src/Basename.c org.rtems.cdt.toolchain/templates/serial/template.properties org.rtems.cdt.toolchain/templates/serial/template.xml org.rtems.cdt.toolchain2/.classpath org.rtems.cdt.toolchain2/.project org.rtems.cdt.toolchain2/.settings/org.eclipse.jdt.core.prefs org.rtems.cdt.toolchain2/LICENSE org.rtems.cdt.toolchain2/META-INF/MANIFEST.MF org.rtems.cdt.toolchain2/README org.rtems.cdt.toolchain2/org/rtems/cdt/Activator.java org.rtems.cdt.toolchain2/org/rtems/cdt/Constants.java org.rtems.cdt.toolchain2/org/rtems/cdt/Storage.java org.rtems.cdt.toolchain2/org/rtems/cdt/VolatilePreferenceStore.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CommandLineGenerator.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CygwinCommandLineGenerator.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CygwinEnvironmentSupplier.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CygwinRunScannerInfoProvider.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CygwinScannerInfoCollector.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/EnvironmentSupplier.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/RunScannerInfoProvider.java org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferenceInitializer.java org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferencePage.java org.rtems.cdt.toolchain2/org/rtems/cdt/properties/PropertyPage.java org.rtems.cdt.toolchain2/org/rtems/cdt/wizards/BasicSetup.java org.rtems.cdt.toolchain2/org/rtems/cdt/wizards/FinishSetup.java org.rtems.cdt.toolchain2/plugin.xml
03:43 Changeset in rtems-eclipse-plug-in [8e6327a] by Daron Chabot <daron.chabot@…>
Addition of Hello World template and RTEMS icons to preference page and About Eclipse dialog.

02/24/09:

09:10 Changeset in rtems [88ab8f3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate, fix spec file.
09:09 Changeset in rtems [4ec1692]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
09:04 Changeset in rtems [19409e42]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
09:03 Changeset in rtems [47616e9e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 8
09:03 Changeset in rtems [9702d56]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.17.0-rtems4.10-20090224.diff
07:44 Changeset in rtems [f1a96d9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
* libc/unix/ttyname.c: Sync with newlib-cvs. * configure.host: Add -DHAVE_BLKSIZE to newlib_cflags.
05:47 Changeset in rtems [ddde079]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:47 Changeset in rtems [a0785556]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use "%{?suse}" >= "10.3" to detect suse
05:36 Changeset in rtems [8a6a2fd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
05:35 Changeset in rtems [5e40650]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Activate GDB.
05:34 Changeset in rtems [946dcf8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use a gdb-snapshot.
05:31 Changeset in rtems [cd9e9b55]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Disable python.
Note: See TracTimeline for information about the timeline view.