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

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
16
172002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23
242002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/Makefile.am: Use install-data-local to install startfile.
27
282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31
322002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
35        a routine to call.
36
372002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * startup/bspstart.c: Remove ramStart to eliminate warning.
40
412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Reformat.
44        Add autom4te*cache.
45        Remove autom4te.cache.
46
472002-08-21      Joel Sherrill <joel@OARcorp.com>
48
49        * bsp_specs: Added support for -nostdlibs.
50
512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
58
592002-08-05      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
62        to avoid overlapping sections and reworked the way the heap and
63        workspace are calculated.
64
652002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/Makefile.am: Eliminate PGM.
68        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
69
702002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
73
742002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
77        Remove $(OBJS) from all-local.
78
792002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Add $(LIB) to all-local.
82
832002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
86
872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac:
90        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
91        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
92        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
99
1002002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
103
1042001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
107        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
108
1092001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
112        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
113
1142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
117
1182001-10-12      Joel Sherrill <joel@OARcorp.com>
119
120        * console/console-io.c: Fixed typo.
121
1222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
125        * configure.in: Remove.
126        * configure.ac: New file, generated from configure.in by autoupdate.
127
1282001-09-27      Joel Sherrill <joel@OARcorp.com>
129
130        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
131
1322001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am: Use 'CLEANFILES ='.
135        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
136
1372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: Add bspopts.h.
140        * include/.cvsignore: Add bspopts.h*, stamp-h*.
141        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
142        * include/bsp.h: Include bspopts.h.
143
1442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
147
1482001-01-03      Joel Sherrill <joel@OARcorp.com>
149
150        * console/console-io.c: Added console_initialize_hardware().
151
1522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
155
1562000-11-09      Joel Sherrill <joel@OARcorp.com>
157
158        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
159        wrapup/Makefile.am: Added include of stub clock driver so ticker
160        would link.
161
1622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
165
1662000-11-01      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
169        libcsupport.h moved from libc to lib/include/rtems and
170        now must be referenced as <rtems/XXX.h>.   Header file order
171        was cleaned up while doing this.
172
1732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
176        Switch to GNU canonicalization.
177
1782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
181        wrapup/Makefile.am: Include compile.am
182
1832000-08-10      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.