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

4.104.114.84.95
Last change on this file since 88a67b6 was 88a67b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:54:29

2002-08-11 Ralf Corsepius <corsepiu@…>

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