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

4.104.114.84.95
Last change on this file since 0308c805 was 0308c805, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:41:26

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

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