| 1 | 1026 | ivang | 2002-08-05      Joel Sherrill 
 | 
      
         | 2 |  |  |  
 | 
      
         | 3 |  |  |         * Per PR260 eliminate use of make-target-options.  This impacted
 | 
      
         | 4 |  |  |         RTEMS allowing a distinction between the CPU32 and CPU32+ in the
 | 
      
         | 5 |  |  |         SuperCore and required that the m68k optimized memcpy be moved
 | 
      
         | 6 |  |  |         to libcpu.
 | 
      
         | 7 |  |  |         * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
 | 
      
         | 8 |  |  |  
 | 
      
         | 9 |  |  | 2002-07-21      Ralf Corsepius 
 | 
      
         | 10 |  |  |  
 | 
      
         | 11 |  |  |         * start/Makefile.am: Eliminate PGM.
 | 
      
         | 12 |  |  |         Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
 | 
      
         | 13 |  |  |  
 | 
      
         | 14 |  |  | 2002-07-19      Ralf Corsepius 
 | 
      
         | 15 |  |  |  
 | 
      
         | 16 |  |  |         * startup/Makefile.am: Add bsplib_DATA = linkcmds.
 | 
      
         | 17 |  |  |  
 | 
      
         | 18 |  |  | 2002-07-04      Ralf Corsepius 
 | 
      
         | 19 |  |  |  
 | 
      
         | 20 |  |  |         * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
 | 
      
         | 21 |  |  |         Remove $(OBJS) from all-local.
 | 
      
         | 22 |  |  |  
 | 
      
         | 23 |  |  | 2002-07-04      Ralf Corsepius 
 | 
      
         | 24 |  |  |  
 | 
      
         | 25 |  |  |         * wrapup/Makefile.am: Add $(LIB) to all-local.
 | 
      
         | 26 |  |  |  
 | 
      
         | 27 |  |  | 2002-06-29      Ralf Corsepius 
 | 
      
         | 28 |  |  |  
 | 
      
         | 29 |  |  |         * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
 | 
      
         | 30 |  |  |  
 | 
      
         | 31 |  |  | 2001-05-09      Joel Sherrill 
 | 
      
         | 32 |  |  |  
 | 
      
         | 33 |  |  |         * startup/linkcmds: In support of gcc 3.1, added one of more
 | 
      
         | 34 |  |  |         of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
 | 
      
         | 35 |  |  |         .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
 | 
      
         | 36 |  |  |         and direction of segments to memory regions may also have been
 | 
      
         | 37 |  |  |         addressed.  This was a sweep across all BSPs.
 | 
      
         | 38 |  |  |  
 | 
      
         | 39 |  |  | 2002-03-27      Ralf Corsepius 
 | 
      
         | 40 |  |  |  
 | 
      
         | 41 |  |  |         * configure.ac:
 | 
      
         | 42 |  |  |         AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
 | 
      
         | 43 |  |  |         AM_INIT_AUTOMAKE([no-define foreign 1.6]).
 | 
      
         | 44 |  |  |         * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
 | 
      
         | 45 |  |  |         * Makefile.am: Remove AUTOMAKE_OPTIONS.
 | 
      
         | 46 |  |  |         * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
 | 
      
         | 47 |  |  |         * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
 | 
      
         | 48 |  |  |         * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
 | 
      
         | 49 |  |  |         * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
 | 
      
         | 50 |  |  |         * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
 | 
      
         | 51 |  |  |         * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
 | 
      
         | 52 |  |  |  
 | 
      
         | 53 |  |  | 2002-01-03      Ralf Corsepius 
 | 
      
         | 54 |  |  |  
 | 
      
         | 55 |  |  |         * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
 | 
      
         | 56 |  |  |         * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
 | 
      
         | 57 |  |  |  
 | 
      
         | 58 |  |  | 2001-11-30      Ralf Corsepius 
 | 
      
         | 59 |  |  |  
 | 
      
         | 60 |  |  |         * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
 | 
      
         | 61 |  |  |  
 | 
      
         | 62 |  |  | 2001-10-30      Joel Sherrill 
 | 
      
         | 63 |  |  |  
 | 
      
         | 64 |  |  |         * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
 | 
      
         | 65 |  |  |         of conditional so cpu32 does not attempt to use 68000 style
 | 
      
         | 66 |  |  |         interrupt vectoring.
 | 
      
         | 67 |  |  |  
 | 
      
         | 68 |  |  | 2001-10-11      Ralf Corsepius 
 | 
      
         | 69 |  |  |  
 | 
      
         | 70 |  |  |         * .cvsignore: Add autom4te.cache for autoconf > 2.52.
 | 
      
         | 71 |  |  |         * configure.in: Remove.
 | 
      
         | 72 |  |  |         * configure.ac: New file, generated from configure.in by autoupdate.
 | 
      
         | 73 |  |  |  
 | 
      
         | 74 |  |  | 2001-09-27      Joel Sherrill 
 | 
      
         | 75 |  |  |  
 | 
      
         | 76 |  |  |         * include/bsp.h: Renamed delay() to rtems_bsp_delay().
 | 
      
         | 77 |  |  |  
 | 
      
         | 78 |  |  | 2001-09-27      Ralf Corsepius 
 | 
      
         | 79 |  |  |  
 | 
      
         | 80 |  |  |         * include/Makefile.am: Use 'CLEANFILES ='.
 | 
      
         | 81 |  |  |         * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
 | 
      
         | 82 |  |  |  
 | 
      
         | 83 |  |  | 2001-06-19      Joel Sherrill 
 | 
      
         | 84 |  |  |  
 | 
      
         | 85 |  |  |         * start/start.S: Reverse sense of conditional compilation so the
 | 
      
         | 86 |  |  |         code will compile for a cpu32.
 | 
      
         | 87 |  |  |  
 | 
      
         | 88 |  |  | 2001-05-26      Ralf Corsepius 
 | 
      
         | 89 |  |  |  
 | 
      
         | 90 |  |  |         * configure.in: Add bspopts.h.
 | 
      
         | 91 |  |  |         * include/.cvsignore: Add bspopts.h*, stamp-h*.
 | 
      
         | 92 |  |  |         * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
 | 
      
         | 93 |  |  |         * include/bsp.h: Include bspopts.h.
 | 
      
         | 94 |  |  |  
 | 
      
         | 95 |  |  | 2001-05-10      Ralf Corsepius  
 | 
      
         | 96 |  |  |  
 | 
      
         | 97 |  |  |         * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
 | 
      
         | 98 |  |  |  
 | 
      
         | 99 |  |  | 2001-01-03      Joel Sherrill 
 | 
      
         | 100 |  |  |  
 | 
      
         | 101 |  |  |         * start/start.S: Added space for vectors on CPU32 configuration.
 | 
      
         | 102 |  |  |         * startup/bspstart.c: Fixed typo.
 | 
      
         | 103 |  |  |  
 | 
      
         | 104 |  |  | 2000-12-19      Joel Sherrill 
 | 
      
         | 105 |  |  |  
 | 
      
         | 106 |  |  |         * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
 | 
      
         | 107 |  |  |         in RAM not ROM.  Thanks to Juan Zamorano  for
 | 
      
         | 108 |  |  |         debugging this.
 | 
      
         | 109 |  |  |  
 | 
      
         | 110 |  |  | 2000-11-27      Joel Sherrill 
 | 
      
         | 111 |  |  |  
 | 
      
         | 112 |  |  |         * start/start.S, startup/bspstart.c: Not functional for CPU32
 | 
      
         | 113 |  |  |         but hopefully will compile now and give a warning saying that
 | 
      
         | 114 |  |  |         the CPU32 variant needs work.
 | 
      
         | 115 |  |  |  
 | 
      
         | 116 |  |  | 2000-11-09      Ralf Corsepius 
 | 
      
         | 117 |  |  |  
 | 
      
         | 118 |  |  |         * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
 | 
      
         | 119 |  |  |  
 | 
      
         | 120 |  |  | 2000-11-02      Ralf Corsepius 
 | 
      
         | 121 |  |  |  
 | 
      
         | 122 |  |  |         * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
 | 
      
         | 123 |  |  |  
 | 
      
         | 124 |  |  | 2000-11-01      Joel Sherrill 
 | 
      
         | 125 |  |  |  
 | 
      
         | 126 |  |  |         * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
 | 
      
         | 127 |  |  |         and libcsupport.h moved from libc to lib/include/rtems and
 | 
      
         | 128 |  |  |         now must be referenced as .   Header file order
 | 
      
         | 129 |  |  |         was cleaned up while doing this.
 | 
      
         | 130 |  |  |  
 | 
      
         | 131 |  |  | 2000-10-27      Ralf Corsepius 
 | 
      
         | 132 |  |  |  
 | 
      
         | 133 |  |  |         * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
 | 
      
         | 134 |  |  |         Switch to GNU canonicalization.
 | 
      
         | 135 |  |  |  
 | 
      
         | 136 |  |  | 2000-09-29      Charles-Antoine Gauthier 
 | 
      
         | 137 |  |  |  
 | 
      
         | 138 |  |  |         * startup/linkcmds: Added lines so DWARF debug information
 | 
      
         | 139 |  |  |         would be available.  Otherwise gdb complains that the offsets
 | 
      
         | 140 |  |  |         for the debug info are incorrect and doesn't load the files.
 | 
      
         | 141 |  |  |  
 | 
      
         | 142 |  |  | 2000-09-04      Ralf Corsepius 
 | 
      
         | 143 |  |  |  
 | 
      
         | 144 |  |  |         * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
 | 
      
         | 145 |  |  |         startup/Makefile.am, wrapup/Makefile.am: Include compile.am
 | 
      
         | 146 |  |  |  
 | 
      
         | 147 |  |  | 2000-08-10      Joel Sherrill 
 | 
      
         | 148 |  |  |  
 | 
      
         | 149 |  |  |         * ChangeLog: New file.
 |