Timeline



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.

02/23/09:

16:47 Changeset in rtems [a057a6c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-23 Ralf Corsépius <ralf.corsepius@…> * include/bsp.h: Conditionally include rtems/rtems_bsdnet.h.
16:46 Changeset in rtems [12aa044]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Conditionally include rtems/rtems_bsdnet.h.
16:46 Changeset in rtems [f8d9da4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-23 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Add RTEMS_CHECK_NETWORKING. * Makefile.am: Rework.
16:45 Changeset in rtems [a825e53]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Rework.
16:45 Changeset in rtems [f4249583]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add RTEMS_CHECK_NETWORKING.
10:22 Changeset in rtems [e01c09d4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:21 Changeset in rtems [d636a27]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
10:21 Changeset in rtems [851c7cac]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
binutils-2.19.51-20090222.
10:20 Changeset in rtems [178c339]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Activate GCC-4.3.3
10:19 Changeset in rtems [ba6f8124]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add lm32

02/22/09:

04:54 Changeset in rtems [e1ae901]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add lm32.
04:51 Changeset in rtems [da589d0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
04:50 Changeset in rtems [12af6f7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add lm32
04:22 Changeset in rtems [a2b76fdf]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
04:22 Changeset in rtems [2276acc0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:21 Changeset in rtems [d129b56]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump version.
04:20 Changeset in rtems [bef54816]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add @SOURCES@, PATCH0.
04:19 Changeset in rtems [024eb28]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add automake-sources.add.

02/21/09:

14:02 Changeset in rtems [09b73cf]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-21 Michael Walle <michael@…> * startup/linkcmds: Add new sections.

02/20/09:

16:47 Changeset in rtems [4ee7d75]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-17 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
16:12 Changeset in rtems [0bff7f8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
14:29 Changeset in rtems [730f141]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:28 Changeset in rtems [d7f6e5c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-20 Ralf Corsepius <ralf.corsepius@…> * include/sys/priority.h: New. * Makefile.am: Add include/sys/priority.h
14:27 Changeset in rtems [b4a2209]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add include/sys/priority.h.
10:10 Changeset in rtems [6c3fa5b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:03 Changeset in rtems [273b931]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Split ttyname.c/ttyname_r.c
08:37 Ticket #1384 (dhcp/bootp initialise failure) created by Chris Johns
The DHCP/BOOTP code will not initialise if the first attempt fails. …

02/19/09:

21:34 Changeset in rtems [f239aa9a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * aclocal/bsp-alias.m4: Add simsh2e.
21:23 Changeset in rtems [a064ef5]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * custom/simsh2e.cfg: New file.
20:22 Changeset in rtems [a62222fb]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared interrupt support to i386.
20:19 Changeset in rtems [9bb39026]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * shared/irq/irq.c: Spacing.
19:29 Changeset in rtems [aad65583]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * include/rtems/irq-extension.h, include/rtems/irq.h: Spelling errors and spacing.
19:27 Changeset in rtems [78fe958]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * libnetworking/rtems/rtems_bsdnet_internal.h: Re-add boolean when building BSD code. This is used by at least one of the BSD NIC drivers I am currently porting. I am trying out
19:25 Changeset in rtems [66913da2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is enabled on x86.
19:20 Changeset in rtems [0a90bf2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * shell/rtems.t: Add halt command.
18:54 Changeset in rtems [4e54befe]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add halt command to shell which results in the shutting RTEMS down. * libmisc/shell/main_halt.c: New file.
16:49 Changeset in rtems [16e6f5b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
16:49 Changeset in rtems [aa941f8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Move %{?dist} handling to rtems4.10/*.am.
16:11 Changeset in rtems [327c70b2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
15:12 Changeset in rtems [5c24de44]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL, NEWLIB_RPMREL.
15:08 Changeset in rtems [c752ccb8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-16 Ralf Corsépius <ralf.corsepius@…> * libc/sys/rtems/sys/param.h: Update copyright notice from FreeBSD. Remove HZ. Add #include <sys/priority.h> Remove priority handling (moved to sys/priority.h). Remove CLBYTES (Unused, abandoned in BSD).
14:39 TBR/BSP/EZKit533 edited by ChrisJohns
Update the TOC. (diff)
14:30 Developer/Multilib edited by ChrisJohns
Update the TOC. (diff)
14:24 Projects/libdl edited by ChrisJohns
Fixed source formating and clean up some minor errors. (diff)
09:02 Developer/OpenProjects edited by ChrisJohns
/* Dynamic Object File Loading */ (diff)
09:01 Projects/libdl edited by ChrisJohns
Change references to a heading. (diff)
09:01 Projects/libdl edited by ChrisJohns
Add TOC and fix The Task heading. (diff)
08:59 Projects/libdl edited by ChrisJohns
/* RTEMS Dynamically Loaded Object Files */ (diff)
08:59 Projects/libdl created by ChrisJohns
First pass at a write of Dynamic Loading.
08:53 Developer/OpenProjects edited by ChrisJohns
/* Dynamic Object File Loading */ (diff)
08:52 Developer/OpenProjects edited by ChrisJohns
Add Dynamic Object File Loading (diff)
Note: See TracTimeline for information about the timeline view.