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

4.104.114.84.95
Last change on this file since 4f28e05 was 4f28e05, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/02 at 07:50:35

2002-12-13 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7
82002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * start/Makefile.am: Use install-data-local to install startfile.
11
122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15
162002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
19        a routine to call.
20
212002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * startup/bspstart.c: Remove ramStart to eliminate warning.
24
252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * .cvsignore: Reformat.
28        Add autom4te*cache.
29        Remove autom4te.cache.
30
312002-08-21      Joel Sherrill <joel@OARcorp.com>
32
33        * bsp_specs: Added support for -nostdlibs.
34
352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
42
432002-08-05      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
46        to avoid overlapping sections and reworked the way the heap and
47        workspace are calculated.
48
492002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * start/Makefile.am: Eliminate PGM.
52        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
53
542002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
57
582002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
61        Remove $(OBJS) from all-local.
62
632002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Add $(LIB) to all-local.
66
672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
70
712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac:
74        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
75        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
76        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
83
842002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
87
882001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
91        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
92
932001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
96        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
97
982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
101
1022001-10-12      Joel Sherrill <joel@OARcorp.com>
103
104        * console/console-io.c: Fixed typo.
105
1062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
109        * configure.in: Remove.
110        * configure.ac: New file, generated from configure.in by autoupdate.
111
1122001-09-27      Joel Sherrill <joel@OARcorp.com>
113
114        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
115
1162001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * include/Makefile.am: Use 'CLEANFILES ='.
119        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
120
1212001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.in: Add bspopts.h.
124        * include/.cvsignore: Add bspopts.h*, stamp-h*.
125        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
126        * include/bsp.h: Include bspopts.h.
127
1282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
129
130        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
131
1322001-01-03      Joel Sherrill <joel@OARcorp.com>
133
134        * console/console-io.c: Added console_initialize_hardware().
135
1362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
139
1402000-11-09      Joel Sherrill <joel@OARcorp.com>
141
142        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
143        wrapup/Makefile.am: Added include of stub clock driver so ticker
144        would link.
145
1462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
149
1502000-11-01      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
153        libcsupport.h moved from libc to lib/include/rtems and
154        now must be referenced as <rtems/XXX.h>.   Header file order
155        was cleaned up while doing this.
156
1572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
160        Switch to GNU canonicalization.
161
1622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
165        wrapup/Makefile.am: Include compile.am
166
1672000-08-10      Joel Sherrill <joel@OARcorp.com>
168
169        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.