Timeline



10/06/05:

22:09 Changeset in network-demos [01b4bf5]network-demos-4-6-branchnetwork-demos-4-6-5 by Joel Sherrill <joel.sherrill@…>
2005-10-06 Joel Sherrill <joel@…> * VERSION: Updated to network-demos-4.6.5.
22:09 Changeset in ada-examples [dee7a85]ada-examples-4-6-branchada-examples-4-6-5 by Joel Sherrill <joel.sherrill@…>
2005-10-06 Joel Sherrill <joel@…> * VERSION: Updated to ada-examples-4.6.5.
20:58 Ticket #835 (VME interrupts on mvme2100 dont work) created by strauman
default universe interrupt manager initialization …
19:43 Changeset in rtems [2d1119e]4.6.5 by Joel Sherrill <joel.sherrill@…>
2005-10-06 Joel Sherrill <joel@…> * VERSION: Updated to rtems-4.6.5.
19:43 Changeset in rtems [a5222eef] by Joel Sherrill <joel.sherrill@…>
2005-10-06 Joel Sherrill <joel@…> * aclocal/version.m4: Updated to rtems-4.6.5.
19:36 Changeset in rtems [384ba756]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-10-06 Till Straumann <strauman@…> PR 833/bsps * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable the FPU across the user ISR but DONT save/restore the FPU context. Any use of the FPU fron the user handler (e.g., due to GCC optimizations) result in corruption. The fix results in an exception in such cases (user ISR must explicitely save/enable/restore FPU).
19:36 Changeset in rtems [5d6e54d0] by Joel Sherrill <joel.sherrill@…>
2005-10-06 Till Straumann <strauman@…> PR 833/bsps * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable the FPU across the user ISR but DONT save/restore the FPU context. Any use of the FPU fron the user handler (e.g., due to GCC optimizations) result in corruption. The fix results in an exception in such cases (user ISR must explicitely save/enable/restore FPU).
16:52 Changeset in rtems [6fa5969] by Joel Sherrill <joel.sherrill@…>
2005-10-06 Joel Sherrill <joel@…> * custom/leon3.cfg: New file.
16:51 Changeset in rtems [cdd0fc8a] by Joel Sherrill <joel.sherrill@…>
2005-10-06 Joel Sherrill <joel@…> * ChangeLog?, Makefile.am: Fix hard-coded reference to leon BSP and use generated path. Remove ChangeLog? entries copied from erc32.
12:13 Changeset in rtems [9a72334]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-10-06 Joel Sherrill <joel@…> PR 828/filesystems * libfs/src/dosfs/msdos_misc.c: Problem retracted. Revert patch.
12:10 Changeset in rtems [ae557d1a] by Joel Sherrill <joel.sherrill@…>
2005-10-06 Joel Sherrill <joel@…> PR 828/filesystems * src/dosfs/msdos_misc.c: Problem retracted. Revert patch.
12:08 Changeset in rtems [37f09415] by Joel Sherrill <joel.sherrill@…>
2005-10-06 Joel Sherrill <joel@…> * include/bsp.h: Remove include of libchip/smc91111exp.h from bsp.h since it is not available when networking is disabled.
10:42 Ticket #828 (functions in msdos_misc.c use global variable without explicit locking) closed by Victor V. Vengerov
State-Changed-From-To: open->closed State-Changed-Why: This bug is invalid. I'm changing this on behalf of Nickolay. His comment is: We were wrong. Semaphores are already hold before functions from msdos_misc are called. No bug here. Sorry.
05:49 TBR/Website/Standards_Are_Support_By_RTEMS created by JoelSherrill
Added networking and language standards.
05:46 TBR/Website/StandFor created by JoelSherrill
02:07 Ticket #834 (PPC BSP exception handler stack popping fix) created by strauman
The PPC ('new') exception handler pops the exception frame by adding a …
02:01 Ticket #833 (PPC BSPs must not enable FPU across user ISR) closed by strauman
State-Changed-From-To: open->closed State-Changed-Why: Redundant PR; refer to 774
01:43 Ticket #833 (PPC BSPs must not enable FPU across user ISR) created by strauman
Currently, all ('new exception') BSPs explicitely enable the FPU …
01:37 Ticket #832 (small fixes to pcx86 BSP (pci find device; segment descriptor tables)) created by strauman
Two proposed changes: 1) replace BSP_pciFindDevice implementation by …
01:24 Ticket #830 (termios ioctl(FIONREAD) reported wrong number of chars) created by strauman
add chars in low-level / raw buffer to total count Release: unknown

10/05/05:

23:02 Changeset in rtems [aba5ed4] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Joel Sherrill <joel@…> * ChangeLog?, Makefile.am: Fix hard-coded reference to leon BSP and use generated path. Remove ChangeLog? entries copied from erc32.
22:34 Changeset in rtems [7a92e3dd] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Joel Sherrill <joel@…> * amba/amba.c: Fix obvious typo introduced with addition of missing CVS Ids.
19:31 Changeset in rtems [eefbe35] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Jiri Gaisler <jiri@…> Edvin Catovic <edvin@…> Konrad Eisele <konrad@…> PR 827/bsps * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more.
19:30 Changeset in rtems [59d5575] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Jiri Gaisler <jiri@…> Edvin Catovic <edvin@…> Konrad Eisele <konrad@…> PR 827/bsps * ChangeLog?, cpu.c, cpu_asm.S, rtems/score/cpu.h: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more.
19:29 Changeset in rtems [3ffa814] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Jiri Gaisler <jiri@…> Edvin Catovic <edvin@…> Konrad Eisele <konrad@…> PR 827/bsps * network/Makefile.am, network/open_eth.c, network/open_eth.h: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more. * network/README.smc91111, network/smc91111.c, network/smc91111.h, network/smc91111config.h, network/smc91111exp.h: New files.
19:26 Changeset in rtems [774515b] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Jiri Gaisler <jiri@…> Edvin Catovic <edvin@…> Konrad Eisele <konrad@…> PR 827/bsps * .cvsignore, acinclude.m4: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more. * leon/.cvsignore, leon/ChangeLog, leon/Makefile.am, leon/README, leon/bsp_specs, leon/configure.ac, leon/times, leon/clock/.cvsignore, leon/clock/Makefile.am, leon/clock/ckinit.c, leon/console/.cvsignore, leon/console/Makefile.am, leon/console/console.c, leon/console/consolereserveresources.c, leon/console/debugputs.c, leon/gnatsupp/.cvsignore, leon/gnatsupp/Makefile.am, leon/gnatsupp/gnatsupp.c, leon/include/.cvsignore, leon/include/Makefile.am, leon/include/bsp.h, leon/include/coverhd.h, leon/include/leon.h, leon/leon_open_eth/.cvsignore, leon/leon_open_eth/Makefile.am, leon/leon_open_eth/leon_open_eth.c, leon/start/.cvsignore, leon/start/Makefile.am, leon/startup/.cvsignore, leon/startup/Makefile.am, leon/startup/boardinit.S, leon/startup/linkcmds, leon/startup/setvec.c, leon/startup/spurious.c, leon/timer/.cvsignore, leon/timer/Makefile.am, leon/timer/timer.c, leon/tools/.cvsignore, leon/tools/ChangeLog, leon/tools/Makefile.am, leon/tools/configure.ac, leon/tools/runtest.in, leon/wrapup/.cvsignore, leon/wrapup/Makefile.am: Removed.
19:26 Changeset in rtems [1348869f] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Jiri Gaisler <jiri@…> Edvin Catovic <edvin@…> Konrad Eisele <konrad@…> PR 827/bsps * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, times, amba/.cvsignore, amba/Makefile.am, amba/amba.c, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, console/.cvsignore, console/Makefile.am, console/console.c, console/consolereserveresources.c, console/debugputs.c, gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/.cvsignore, include/Makefile.am, include/amba.h, include/bsp.h, include/coverhd.h, include/leon.h, leon_open_eth/.cvsignore, leon_open_eth/Makefile.am, leon_open_eth/leon_open_eth.c, leon_smc91111/.cvsignore, leon_smc91111/Makefile.am, leon_smc91111/leon_smc91111.c, start/.cvsignore, start/Makefile.am, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/ithread.S, startup/linkcmds, startup/setvec.c, startup/spurious.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, tools/.cvsignore, tools/ChangeLog, tools/Makefile.am, tools/configure.ac, tools/runtest.in, wrapup/.cvsignore, wrapup/Makefile.am: New files.
19:25 Changeset in rtems [d2a30c77] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Jiri Gaisler <jiri@…> Edvin Catovic <edvin@…> Konrad Eisele <konrad@…> PR 827/bsps * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, times, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, console/.cvsignore, console/Makefile.am, console/console.c, console/consolereserveresources.c, console/debugputs.c, gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/leon.h, leon_open_eth/.cvsignore, leon_open_eth/Makefile.am, leon_open_eth/leon_open_eth.c, leon_smc91111/.cvsignore, leon_smc91111/Makefile.am, leon_smc91111/leon_smc91111.c, start/.cvsignore, start/Makefile.am, startup/.cvsignore, startup/Makefile.am, startup/linkcmds, startup/setvec.c, startup/spurious.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, tools/.cvsignore, tools/ChangeLog, tools/Makefile.am, tools/configure.ac, tools/runtest.in, wrapup/.cvsignore, wrapup/Makefile.am: New files.
19:25 Changeset in rtems [73c2d23] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Jiri Gaisler <jiri@…> Edvin Catovic <edvin@…> Konrad Eisele <konrad@…> PR 827/bsps * ChangeLog?, configure.ac, console/Makefile.am, console/console.c, console/debugputs.c, startup/Makefile.am, startup/linkcmds, tools/Makefile.am: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more.
19:24 Changeset in rtems [d490fff] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Jiri Gaisler <jiri@…> Edvin Catovic <edvin@…> Konrad Eisele <konrad@…> PR 827/bsps * Makefile.am, bspstart.c, gnatcommon.c, start.S: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more.
19:24 Changeset in rtems [e75e10d] by Joel Sherrill <joel.sherrill@…>
2005-10-05 Jiri Gaisler <jiri@…> Edvin Catovic <edvin@…> Konrad Eisele <konrad@…> PR 827/bsps * custom/Makefile.am, custom/erc32.cfg, custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more. * custom/sis.cfg: New file.
02:39 Changeset in rtems [fb573a71] by Joel Sherrill <joel.sherrill@…>
2005-08-23 Karel Gardas <kgardas@…>> * timer/timer.c: Enhance to use either interupt-based timer functions on older CPUs or to use TSC-based timer functions on more recent (Pentium and above) CPUs. The decision is made in Timer_initialize function when it is called for the first time based on a result obtained from cpuid instruction during the BSP initialization phase. During the first call, there are also late bindings to the implementation functions initialized to appropriate values.
02:34 Changeset in rtems [24b6d2f] by Joel Sherrill <joel.sherrill@…>
2005-09-12 Thomas Doerfler <Thomas.Doerfler@…> PR 527/bsps PR 822/bsps * mpc8xx/clock/clock.c: Currently the MBX8xx BSP does not boot, because some logical errors are in the startup code. Additionally, the mpc8xx shared clock driver does not support the clocking scheme of some of the board variants, which are clocked from a 32768Hz (!) external crystal.
00:31 Changeset in rtems [da6ce58f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Remove comments not really for 4.6 branch.

10/04/05:

21:55 Changeset in rtems [a93a239]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-10-04 Till Straumann <strauman@…> PR 829/rtems * rtems/src/tasks.c, rtems/src/taskvariabledelete.c: If task variables are deleted from a different context (i.e., executing context != owner of the task variable. The owner meaning the task that registered the dtor in question) the argument passed to the task variable dtor must be tvar and not *ptr which yields the executing task's value of the task variable instead of the owner's.
21:53 Changeset in rtems [a3b4632] by Joel Sherrill <joel.sherrill@…>
2005-10-04 Till Straumann <strauman@…> PR 829/rtems * src/tasks.c, src/taskvariabledelete.c: If task variables are deleted from a different context (i.e., executing context != owner of the task variable. The owner meaning the task that registered the dtor in question) the argument passed to the task variable dtor must be tvar and not *ptr which yields the executing task's value of the task variable instead of the owner's.
21:06 TBR/Review/Debugging/Start edited by JoelSherrill
/* BSP rtems_initialize_executive_late call dies */ Fix formatting from conversion. (diff)
20:59 TBR/Review/Debugging/Start edited by JoelSherrill
/* How much memory is left in the RTEMS Workspace? */ Fix formatting errors. (diff)
20:56 Ticket #829 (task variable dtor called with wrong argument) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to 4.6 branch and CvS trunk.
20:38 Ticket #829 (task variable dtor called with wrong argument) created by strauman
If task variables are deleted from a different context (i.e., …
19:52 TBR/Review/Debugging/Start edited by JoelSherrill
/* How much memory is left in the C Program Heap? */ Fix formatting errors. (diff)
19:51 TBR/Review/Debugging/Start edited by JoelSherrill
/* Symbolic Debug Information */ Fix formatting errors (diff)
19:49 TBR/Review/Debugging/Start edited by JoelSherrill
/* How much memory is left in the C Program Heap? */ (diff)
19:41 TBR/Review/Debugging/Start created by JoelSherrill
_ conversion error from phpwiki
02:19 TBR/BSP/Pc386 edited by JoelSherrill
/* Test Reports */ Enhanced qemu to reflect my TCPIP testing. (diff)

09/30/05:

01:02 TBR/BSP/Mvme2600 edited by JoelSherrill
Added link to board documentation (diff)

09/29/05:

14:20 Changeset in rtems [1a561f8]4.104.114.84.95 by Eric Norum <WENorum@…>
Remove floating point calculations and the C preprocessor conditions which enabled them.
12:09 Changeset in rtems [dc4bd19] by Joel Sherrill <joel.sherrill@…>
Removed blank line.
11:50 Changeset in rtems [3741506] by Thomas Doerfler <Thomas.Doerfler@…>
2005-09-29 Thomas Doerfler <Thomas.Doerfler@…> PR649/filesystem * ide/idecfg.c, configure.ac: added configuration items for primary/secondary
11:34 Changeset in rtems [2f22923]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added PR number.
10:15 Ticket #828 (functions in msdos_misc.c use global variable without explicit locking) created by snob
Several function in cpukit/libfs/src/dosfs/msdos_misc.c use global …
08:05 Changeset in rtems [d1572bcf]4.104.114.84.95 by Thomas Doerfler <Thomas.Doerfler@…>
2005-09-29 Thomas Doerfler <Thomas.Doerfler@…> PR 649/bsps * ide/idecfg.c, configure.ac: added configuration items for primary/secondary IDE interface
04:33 TBR/BSP/Mvme2600 edited by Rtwas
/* Test Reports */ (diff)
04:31 TBR/BSP/Mvme2600 edited by Rtwas
/* Test Reports */ (diff)
Note: See TracTimeline for information about the timeline view.