source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ ef39005

4.104.114.84.95
Last change on this file since ef39005 was ef39005, checked in by Joel Sherrill <joel.sherrill@…>, on 08/08/02 at 16:41:46

2002-08-07 Joel Sherrill <joel@…>

  • start/Makefile.am: Pick up rest of Ralf'f changes and use cp not make-rel since there is no point in this case.
  • start/debugreset.S: Rights were not assigned.
  • start/reset.S: Add ifdef to avoid core dump until Chris can track it down.
  • start/cpuboot.c: Moved to startup.
  • startup/Makefile.am: Account for above.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12002-08-07      Joel Sherrill <joel@OARcorp.com>
2
3        * start/Makefile.am: Pick up rest of Ralf'f changes and use
4        cp not make-rel since there is no point in this case.
5        * start/debugreset.S: Rights were not assigned.
6        * start/reset.S: Add ifdef to avoid core dump until Chris can
7        track it down.
8        * start/cpuboot.c: Moved to startup.
9        * startup/Makefile.am: Account for above.
10
112002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
14        anywhere).
15        Add ODS60302_DEBUG conditional.
16        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
17        * configure.ac: Add --enable-ods60302-debug.
18        Add ODS60302_DEBUG conditional.
19
202002-08-05      Joel Sherrill <joel@OARcorp.com>
21
22        * Per PR260 eliminate use of make-target-options.  This impacted
23        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
24        SuperCore and required that the m68k optimized memcpy be moved
25        to libcpu.
26        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
27
282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * start/Makefile.am: Fix bug in previous patch.
31        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
32
332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Eliminate PGM.
36        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
37
382002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
41
422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
45        Remove $(OBJS) from all-local.
46
472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
50
512001-05-09      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: In support of gcc 3.1, added one of more
54        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
55        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
56        and direction of segments to memory regions may also have been
57        addressed.  This was a sweep across all BSPs.
58 
592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac:
62        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
63        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
64        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
72
732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
76
772001-11-27      Joel Sherrill <joel@OARcorp.com>,
78
79        This was tracked as PR39.
80        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
81        startup/linkcmds, startup/rom: Eliminated required definition of
82        macros in the custom file for the BSP to compile.  The ROM and ROM
83        address and size settings are now linker script items. 
84
852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
88        * configure.in: Remove.
89        * configure.ac: New file, generated from configure.in by autoupdate.
90
912001-09-27      Joel Sherrill <joel@OARcorp.com>
92
93        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
94
952001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
98
992001-06-19      Joel Sherrill <joel@OARcorp.com>
100
101        * include/Makefile.am: Fixed typo.
102
1032001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.in: Add bspopts.h.
106        * include/.cvsignore: Add bspopts.h*, stamp-h*.
107        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
108        * include/bsp.h: Include bspopts.h.
109
1102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
111
112        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
113
1142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
117
1182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
121
1222000-11-01      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
125        and libcsupport.h moved from libc to lib/include/rtems and
126        now must be referenced as <rtems/XXX.h>.   Header file order
127        was cleaned up while doing this.
128
1292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
132        Switch to GNU canonicalization.
133
1342000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
135
136        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
137
1382000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
139
140        * startup/linkcmds: Added lines so DWARF debug information
141        would be available.  Otherwise gdb complains that the offsets
142        for the debug info are incorrect and doesn't load the files.
143
1442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
147        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
148        compile.am
149
1502000-08-10      Joel Sherrill <joel@OARcorp.com>
151
152        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.