source: rtems/c/src/lib/libbsp/m68k/efi68k/ChangeLog @ 99159ec6

4.104.114.84.95
Last change on this file since 99159ec6 was 93ada84, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/03 at 17:52:10

2003-01-28 Joel Sherrill <joel@…>

  • include/DP8570A.h, include/bsp.h, start/start.c, startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init() to avoid conflict with TCP/IP stack internal routine.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12003-01-28      Joel Sherrill <joel@OARcorp.com>
2
3        * include/DP8570A.h, include/bsp.h, start/start.c,
4        startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
5        to avoid conflict with TCP/IP stack internal routine.
6
72003-01-20      Joel Sherrill <joel@OARcorp.com>
8
9        * startup/linkcmds*: Add FreeBSD sysctl() sections.
10
112002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19
202002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * start/Makefile.am: Use install-data-local to install startfile.
23
242002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27
282002-11-02      Joel Sherrill <joel@OARcorp.com>
29
30        * console/console.c, start/start.c: Removed warnings.
31
322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * .cvsignore: Reformat.
35        Add autom4te*cache.
36        Remove autom4te.cache.
37
382002-08-21      Joel Sherrill <joel@OARcorp.com>
39
40        * wrapup/Makefile.am: PR217 required that the idle task be moved to
41        libcpu so it could be more acutely aware of the CPU model.  This
42        file was modified to pick up the idle task from there.
43
442002-08-21      Joel Sherrill <joel@OARcorp.com>
45
46        * bsp_specs: Added support for -nostdlibs.
47
482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
57
582002-08-05      Joel Sherrill <joel@OARcorp.com>
59
60        * Per PR260 eliminate use of make-target-options.  This impacted
61        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
62        SuperCore and required that the m68k optimized memcpy be moved
63        to libcpu.
64        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
65
662002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/Makefile.am: Eliminate PGM.
69        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
70
712002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
74
752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
78        Remove $(OBJS) from all-local.
79
802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
83
842001-05-09      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: In support of gcc 3.1, added one of more
87        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
88        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
89        and direction of segments to memory regions may also have been
90        addressed.  This was a sweep across all BSPs.
91 
922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac:
95        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
96        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
97        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
106
1072001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
110        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
111
1122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
115
1162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
119        * configure.in: Remove.
120        * configure.ac: New file, generated from configure.in by autoupdate.
121
1222001-09-27      Joel Sherrill <joel@OARcorp.com>
123
124        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
125
1262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * include/Makefile.am: Use 'CLEANFILES ='.
129        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
130
1312001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * include/Makefile.am: Fix typo in include_HEADERS.
134
1352001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.in: Add bspopts.h.
138        * include/.cvsignore: Add bspopts.h*, stamp-h*.
139        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
140        * include/bsp.h: Include bspopts.h.
141
1422001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
145
1462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
149
1502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
153
1542000-11-01      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
157        and libcsupport.h moved from libc to lib/include/rtems and
158        now must be referenced as <rtems/XXX.h>.   Header file order
159        was cleaned up while doing this.
160
1612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
164        Switch to GNU canonicalization.
165
1662000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
167
168        * startup/linkcmds: Added lines so DWARF debug information
169        would be available.  Otherwise gdb complains that the offsets
170        for the debug info are incorrect and doesn't load the files.
171
1722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
175        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
176        wrapup/Makefile.am: Include compile.am
177
1782000-08-10      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.