source: rtems/c/src/lib/libbsp/a29k/portsw/ChangeLog @ 9b5c258

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

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

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 5.5 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10
112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * start/Makefile.am: Use install-data-local to install startfile.
14
152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18
192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * .cvsignore: Reformat.
22        Add autom4te*cache.
23        Remove autom4te.cache.
24
252002-08-21      Joel Sherrill <joel@OARcorp.com>
26
27        * bsp_specs: Added support for -nostdlibs.
28
292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
35
362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * startup/Makefile.am: Reformat.
39
402002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Eliminate PGM.
43        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
44
452002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * startup/Makefile.am: Add bsplib_DATA = linkcmds ramlink romlink.
48
492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
52        Remove $(OBJS) from all-local.
53
542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
57
582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac:
61        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
62        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
63        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
69
702001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
73        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
74
752001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add RTEMS_BSPOPTS_* for SERIAL_INPUT, HIF_INPUT,
78        SERIAL_OUTPUT, HIF_OUTPUT.
79        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT, HIF_INPUT,
80        SERIAL_OUTPUT, HIF_OUTPUT, add #include <bsp.h>.
81
822001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
85
862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
89        * configure.in: Remove.
90        * configure.ac: New file, generated from configure.in by autoupdate.
91
922001-09-27      Joel Sherrill <joel@OARcorp.com>
93
94        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
95
962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * include/Makefile.am: Use 'CLEANFILES ='.
99        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
100
1012001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, add
104        bspopts.h.
105        * include/.cvsignore: Add bspopts.h.
106        * include/bsp.h: Add bspopts.h.
107        * console/Makefile.am: Use *_HEADERS instead of H_FILES.
108        * configure.in: Add bspopts.h.
109
1102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
111
112        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
113
1142001-01-08      Joel Sherrill <joel@OARcorp.com>
115
116        * wrapup/Makefile.am: Remove warning missed in shmsupp removal.
117
1182001-01-08      Joel Sherrill <joel@OARcorp.com>
119
120        * Shared memory support removed since it was non-functional.
121        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
122        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
123        * configure.in, Makefile.am, wrapup/Makefile.am: Modified to
124        reflect above.
125
1262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
129
1302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
133
1342000-11-01      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
137        and libcsupport.h moved from libc to lib/include/rtems and
138        now must be referenced as <rtems/XXX.h>.   Header file order
139        was cleaned up while doing this.
140
1412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
144        Switch to GNU canonicalization.
145
1462000-09-25      Joel Sherrill <joel@OARcorp.com>
147
148        * ChangeLog: Entry added to wrong file and moved.
149
1502000-09-25      Joel Sherrill <joel@OARcorp.com>
151
152        * bsp_specs: Formatting more like other bsp_specs.
153        * include/bsp.h: CPU_CLOCK_RATE_MHZ not a real variable to
154        elimate need for including bsp.h in libcpu.
155        * startup/bspstart.c: Ditto.
156        * wrapup/Makefile.am: Did not list shmdr.
157
1582000-09-22      Joel Sherrill <joel@OARcorp.com>
159
160        * start/crt0.S: Renamed to start/start.S.
161        * start/start.S: Formerly start/crt0.S.
162        * startup/linkcmds: New file.  GNU linker script that is not
163        correct for the target board but links programs.
164        * bsp_specs: Use linkcmds.
165        * include/Makefile.am, start/Makefile.am startup/Makefile.am:
166        Now work.
167        * startup/bspstart.c, startup/setvec.c: "#if 0"'ed out references
168        to reoutines in assembly that are in turn "#if 0"'ed out.
169
1702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * console/Makefile.am, shmsupp/Makefile.am, start/Makefile.am,
173        startup/Makefile.am, wrapup/Makefile.am: Include compile.am.
174
1752000-08-10      Joel Sherrill <joel@OARcorp.com>
176
177        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.