Timeline



01/05/01:

13:40 Changeset in rtems [ec5afe0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-05 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove subshell from *.a processing in librtemsall.a rule.
13:38 Changeset in rtems [60391a2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-05 Joel Sherrill <joel@…> * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed rest of make-target-options and moved them to BSP configure options.
13:36 Changeset in rtems [e8ad374a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-05 Joel Sherrill <joel@…> * custom/gensh1.cfg: Removed rest of make-target-options and moved them to BSP configure options.
13:35 Changeset in rtems [96b2583]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-05 Joel Sherrill <joel@…> * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect the movement of this component to libmisc. * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
13:33 Changeset in rtems [7a0a5531]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-05 Joel Sherrill <joel@…> * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable would be visible.
13:31 Changeset in rtems [98e1de84]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-05 Joel Sherrill <joel@…> * /dev/null moved to libmisc. * Makefile.am, configure.in: Removed null directory. * include/Makefile.am: Removed null.h. * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c, null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c: Removed.
13:26 Changeset in rtems [85d03e2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-05 Joel Sherrill <joel@…> * devnull: New addition. Moved from libcpu/sh. * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore, devnull/Makefile.am: New files. * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect addition of above.

01/03/01:

18:47 Changeset in rtems [0589f0b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Emmanuel Raguet <raguet@…> * bootloader/Makefile.am: Modified to install bootloader so make-exe rule can avoid writing to install point or assuming BSP build tree is available.
18:47 Changeset in rtems [4dc2e9a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Emmanuel Raguet <raguet@…> * automake/compile.am: Add LD.
18:46 Changeset in rtems [fdfa5b9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Emmanuel Raguet <raguet@…> * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to install point or assuming BSP build tree is available.
17:53 Changeset in rtems [c2bbfb52]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * custom/psim.cfg: Removed unused variables.
17:53 Changeset in rtems [2e10f51]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * clockdrv_shell.c: Fixed syntax error in fast idle support.
17:52 Changeset in rtems [e177810d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * clock/clock.c: Use shared clock driver shell. * console/console.c: Removed. Now use shared polling shell. * console/console-io.c: New file. * console/Makefile.am: Correct to use shared polling shell. * startup/bspstart.c: Remove all fast idle references.
17:50 Changeset in rtems [90dccce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * console/console-io.c: Removed unused variable initialized.
16:54 Changeset in rtems [dbe4dc9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * console/console-io.c: Added console_initialize_hardware().
16:50 Changeset in rtems [409f7d1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated binutils HISTORY to reflect new revision. Updated gcc to fix i960 C++ problem. Updated newlib to move to newlib 1.9.0.
16:47 Changeset in rtems [80cc928]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration. * custom/simcpu32.cfg: Removed MVME162 reference.
16:45 Changeset in rtems [5e67b98]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * new_exception_processing/cpu.h, old_exception_processing/cpu.c: old_exception_processing/cpu.h, Added _CPU_Initialize_vectors(). In particular, spurious vector initialization had to be moved on old exception processing model.
16:44 Changeset in rtems [e182c620]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * clockdrv_shell.c: Added fast idle mode which is enabled by defining CLOCK_DRIVER_USE_FAST_IDLE. * console-polled.c: Added console_initialize_hardware() hook.
16:43 Changeset in rtems [60ab53a2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * ChangeLog?: Removed bad entry.
16:43 Changeset in rtems [1f275887]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * console/console-io.c: Added console_initialize_hardware().
16:42 Changeset in rtems [0fd4a13]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * clock/Makefile.am: Fixed reference to ckinit.c. * clock/clockdrv.c: Enabled fast idle. * console/console-io.c: Added console_initialize_hardware().
16:41 Changeset in rtems [7f9bee00]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * start/start.S: Added space for vectors on CPU32 configuration. * startup/bspstart.c: Fixed typo.
16:39 Changeset in rtems [2ecb715]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * clock: New directory with stub clock driver. * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files. * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect above.
16:37 Changeset in rtems [d6ea098]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
16:36 Changeset in rtems [fe7acdcf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * rtems/score/cpu.h: Added _CPU_Initialize_vectors(). * cpu_asm.S: Modify to properly dereference _ISR_Vector_table now that it is dynamically allocated.
16:35 Changeset in rtems [9fd4f5c5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * rtems/score/cpu.h: Added _CPU_Initialize_vectors(). * cpu_asm.S: Eliminated warning for duplicate definition of EXTERN.
16:32 Changeset in rtems [ac00434]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * rtems/score/cpu.h: Added _CPU_Initialize_vectors(). * cpu_asm.S: Modify to properly dereference _ISR_Vector_table now that it is dynamically allocated.
16:31 Changeset in rtems [0dd2ee71]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * ChangeLog?: Removed duplicate entry.
16:29 Changeset in rtems [effa6593]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
16:29 Changeset in rtems [2d877aa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
15:43 Changeset in rtems [9094566]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-03 Joel Sherrill <joel@…> * rtems/score/cpu.h: Added _CPU_Initialize_vectors().

01/02/01:

14:18 Changeset in rtems [75ca179]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-02 Joel Sherrill <joel@…> * CHANGELOG: Removed. * README: Merged CHANGELOG contents as initial changes.
Note: See TracTimeline for information about the timeline view.