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

4.104.114.84.95
Last change on this file since 2ec8160 was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

2003-08-18 Ralf Corsepius <corsepiu@…>

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