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

4.104.114.84.95
Last change on this file since 7416017 was 7416017, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:39:54

2003-12-02 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 7.0 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Remove all-local: $(ARCH).
4        * console/Makefile.am: Remove all-local: $(ARCH).
5        * start/Makefile.am: Remove all-local: $(ARCH).
6        * startup/Makefile.am: Remove all-local: $(ARCH).
7        * wrapup/Makefile.am: Remove all-local: $(ARCH).
8
92003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge-in include/Makefile.am.
12        Reflect changes to bsp.am.
13        * include/Makefile.am: Remove.
14        * configure.ac: Reflect changes above.
15
162003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * bsp_specs: Remove *lib:.
19
202003-09-04      Joel Sherrill <joel@OARcorp.com>
21
22        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
23        license changed.
24
252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect having moved aclocal/.
28
292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect having moved automake/.
32        * clock/Makefile.am: Reflect having moved automake/.
33        * console/Makefile.am: Reflect having moved automake/.
34        * include/Makefile.am: Reflect having moved automake/.
35        * start/Makefile.am: Reflect having moved automake/.
36        * startup/Makefile.am: Reflect having moved automake/.
37        * wrapup/Makefile.am: Reflect having moved automake/.
38
392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
42
432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        PR 445/bsps
46        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
47        Remove cpp, old_cpp (now unused).
48
492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove AC_CONFIG_AUX_DIR.
52
532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
56
572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: AC_PREREQ(2.57).
60
612003-01-20      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
64
652002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71
722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Use install-data-local to install startfile.
75
762002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79
802002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
83        a routine to call.
84
852002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/bspstart.c: Remove ramStart to eliminate warning.
88
892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94
952002-08-21      Joel Sherrill <joel@OARcorp.com>
96
97        * bsp_specs: Added support for -nostdlibs.
98
992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
106
1072002-08-05      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
110        to avoid overlapping sections and reworked the way the heap and
111        workspace are calculated.
112
1132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: Eliminate PGM.
116        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
117
1182002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
121
1222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
125        Remove $(OBJS) from all-local.
126
1272002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Add $(LIB) to all-local.
130
1312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
134
1352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac:
138        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
139        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
140        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
147
1482002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
151
1522001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
155        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
156
1572001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
160        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
161
1622001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
165
1662001-10-12      Joel Sherrill <joel@OARcorp.com>
167
168        * console/console-io.c: Fixed typo.
169
1702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
173        * configure.in: Remove.
174        * configure.ac: New file, generated from configure.in by autoupdate.
175
1762001-09-27      Joel Sherrill <joel@OARcorp.com>
177
178        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
179
1802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * include/Makefile.am: Use 'CLEANFILES ='.
183        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
184
1852001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.in: Add bspopts.h.
188        * include/.cvsignore: Add bspopts.h*, stamp-h*.
189        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
190        * include/bsp.h: Include bspopts.h.
191
1922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
193
194        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
195
1962001-01-03      Joel Sherrill <joel@OARcorp.com>
197
198        * console/console-io.c: Added console_initialize_hardware().
199
2002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
203
2042000-11-09      Joel Sherrill <joel@OARcorp.com>
205
206        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
207        wrapup/Makefile.am: Added include of stub clock driver so ticker
208        would link.
209
2102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
213
2142000-11-01      Joel Sherrill <joel@OARcorp.com>
215
216        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
217        libcsupport.h moved from libc to lib/include/rtems and
218        now must be referenced as <rtems/XXX.h>.   Header file order
219        was cleaned up while doing this.
220
2212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
224        Switch to GNU canonicalization.
225
2262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
229        wrapup/Makefile.am: Include compile.am
230
2312000-08-10      Joel Sherrill <joel@OARcorp.com>
232
233        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.