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

4.104.114.84.95
Last change on this file since 27aad19 was 27aad19, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/08/03 at 15:40:32

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

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
8        license changed.
9
102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved aclocal/.
13
142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Reflect having moved automake/.
17        * clock/Makefile.am: Reflect having moved automake/.
18        * console/Makefile.am: Reflect having moved automake/.
19        * include/Makefile.am: Reflect having moved automake/.
20        * start/Makefile.am: Reflect having moved automake/.
21        * startup/Makefile.am: Reflect having moved automake/.
22        * wrapup/Makefile.am: Reflect having moved automake/.
23
242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
27
282003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        PR 445/bsps
31        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
32        Remove cpp, old_cpp (now unused).
33
342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove AC_CONFIG_AUX_DIR.
37
382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
41
422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: AC_PREREQ(2.57).
45
462003-01-20      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
49
502002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56
572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * start/Makefile.am: Use install-data-local to install startfile.
60
612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64
652002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
68        a routine to call.
69
702002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * startup/bspstart.c: Remove ramStart to eliminate warning.
73
742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Reformat.
77        Add autom4te*cache.
78        Remove autom4te.cache.
79
802002-08-21      Joel Sherrill <joel@OARcorp.com>
81
82        * bsp_specs: Added support for -nostdlibs.
83
842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
91
922002-08-05      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
95        to avoid overlapping sections and reworked the way the heap and
96        workspace are calculated.
97
982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: Eliminate PGM.
101        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
102
1032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
106
1072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
110        Remove $(OBJS) from all-local.
111
1122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Add $(LIB) to all-local.
115
1162002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
119
1202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac:
123        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
124        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
125        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
132
1332002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
136
1372001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
140        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
141
1422001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
145        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
146
1472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
150
1512001-10-12      Joel Sherrill <joel@OARcorp.com>
152
153        * console/console-io.c: Fixed typo.
154
1552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
158        * configure.in: Remove.
159        * configure.ac: New file, generated from configure.in by autoupdate.
160
1612001-09-27      Joel Sherrill <joel@OARcorp.com>
162
163        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
164
1652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/Makefile.am: Use 'CLEANFILES ='.
168        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
169
1702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.in: Add bspopts.h.
173        * include/.cvsignore: Add bspopts.h*, stamp-h*.
174        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
175        * include/bsp.h: Include bspopts.h.
176
1772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
178
179        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
180
1812001-01-03      Joel Sherrill <joel@OARcorp.com>
182
183        * console/console-io.c: Added console_initialize_hardware().
184
1852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
188
1892000-11-09      Joel Sherrill <joel@OARcorp.com>
190
191        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
192        wrapup/Makefile.am: Added include of stub clock driver so ticker
193        would link.
194
1952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
198
1992000-11-01      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
202        libcsupport.h moved from libc to lib/include/rtems and
203        now must be referenced as <rtems/XXX.h>.   Header file order
204        was cleaned up while doing this.
205
2062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
209        Switch to GNU canonicalization.
210
2112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
214        wrapup/Makefile.am: Include compile.am
215
2162000-08-10      Joel Sherrill <joel@OARcorp.com>
217
218        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.