source: rtems/c/src/lib/libbsp/h8300/h8sim/ChangeLog @ c483a4e

4.104.114.84.95
Last change on this file since c483a4e was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 6.2 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * clock/Makefile.am: Reflect having moved automake/.
5        * console/Makefile.am: Reflect having moved automake/.
6        * include/Makefile.am: Reflect having moved automake/.
7        * start/Makefile.am: Reflect having moved automake/.
8        * startup/Makefile.am: Reflect having moved automake/.
9        * wrapup/Makefile.am: Reflect having moved automake/.
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        PR 445/bsps
18        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
19        Remove cpp, old_cpp (now unused).
20
212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove AC_CONFIG_AUX_DIR.
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AC_PREREQ(2.57).
32
332003-01-20      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
36
372002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43
442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: Use install-data-local to install startfile.
47
482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
522002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
55        a routine to call.
56
572002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * startup/bspstart.c: Remove ramStart to eliminate warning.
60
612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * .cvsignore: Reformat.
64        Add autom4te*cache.
65        Remove autom4te.cache.
66
672002-08-21      Joel Sherrill <joel@OARcorp.com>
68
69        * bsp_specs: Added support for -nostdlibs.
70
712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
78
792002-08-05      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
82        to avoid overlapping sections and reworked the way the heap and
83        workspace are calculated.
84
852002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * start/Makefile.am: Eliminate PGM.
88        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
89
902002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
93
942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
97        Remove $(OBJS) from all-local.
98
992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Add $(LIB) to all-local.
102
1032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
106
1072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac:
110        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
111        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
112        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
119
1202002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
123
1242001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
127        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
128
1292001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
132        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
133
1342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
137
1382001-10-12      Joel Sherrill <joel@OARcorp.com>
139
140        * console/console-io.c: Fixed typo.
141
1422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
145        * configure.in: Remove.
146        * configure.ac: New file, generated from configure.in by autoupdate.
147
1482001-09-27      Joel Sherrill <joel@OARcorp.com>
149
150        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
151
1522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * include/Makefile.am: Use 'CLEANFILES ='.
155        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
156
1572001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Add bspopts.h.
160        * include/.cvsignore: Add bspopts.h*, stamp-h*.
161        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
162        * include/bsp.h: Include bspopts.h.
163
1642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
165
166        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
167
1682001-01-03      Joel Sherrill <joel@OARcorp.com>
169
170        * console/console-io.c: Added console_initialize_hardware().
171
1722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
175
1762000-11-09      Joel Sherrill <joel@OARcorp.com>
177
178        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
179        wrapup/Makefile.am: Added include of stub clock driver so ticker
180        would link.
181
1822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
185
1862000-11-01      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
189        libcsupport.h moved from libc to lib/include/rtems and
190        now must be referenced as <rtems/XXX.h>.   Header file order
191        was cleaned up while doing this.
192
1932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
196        Switch to GNU canonicalization.
197
1982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
201        wrapup/Makefile.am: Include compile.am
202
2032000-08-10      Joel Sherrill <joel@OARcorp.com>
204
205        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.