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

4.104.114.84.95
Last change on this file since 366e548 was 366e548, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:51:31

2003-09-04 Joel Sherrill <joel@…>

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