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

4.104.114.84.95
Last change on this file since c08c6b5 was 5e53a556, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 16:53:20

2002-07-21 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Reformat.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Reformat.
4
52002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: Eliminate PGM.
8        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
9
102002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * startup/Makefile.am: Add bsplib_DATA = linkcmds ramlink romlink.
13
142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
17        Remove $(OBJS) from all-local.
18
192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
22
232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac:
26        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
27        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
28        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34
352001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
38        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
39
402001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Add RTEMS_BSPOPTS_* for SERIAL_INPUT, HIF_INPUT,
43        SERIAL_OUTPUT, HIF_OUTPUT.
44        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT, HIF_INPUT,
45        SERIAL_OUTPUT, HIF_OUTPUT, add #include <bsp.h>.
46
472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
50
512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
54        * configure.in: Remove.
55        * configure.ac: New file, generated from configure.in by autoupdate.
56
572001-09-27      Joel Sherrill <joel@OARcorp.com>
58
59        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
60
612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * include/Makefile.am: Use 'CLEANFILES ='.
64        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
65
662001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, add
69        bspopts.h.
70        * include/.cvsignore: Add bspopts.h.
71        * include/bsp.h: Add bspopts.h.
72        * console/Makefile.am: Use *_HEADERS instead of H_FILES.
73        * configure.in: Add bspopts.h.
74
752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
76
77        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
78
792001-01-08      Joel Sherrill <joel@OARcorp.com>
80
81        * wrapup/Makefile.am: Remove warning missed in shmsupp removal.
82
832001-01-08      Joel Sherrill <joel@OARcorp.com>
84
85        * Shared memory support removed since it was non-functional.
86        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
87        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
88        * configure.in, Makefile.am, wrapup/Makefile.am: Modified to
89        reflect above.
90
912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
94
952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
98
992000-11-01      Joel Sherrill <joel@OARcorp.com>
100
101        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
102        and libcsupport.h moved from libc to lib/include/rtems and
103        now must be referenced as <rtems/XXX.h>.   Header file order
104        was cleaned up while doing this.
105
1062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
109        Switch to GNU canonicalization.
110
1112000-09-25      Joel Sherrill <joel@OARcorp.com>
112
113        * ChangeLog: Entry added to wrong file and moved.
114
1152000-09-25      Joel Sherrill <joel@OARcorp.com>
116
117        * bsp_specs: Formatting more like other bsp_specs.
118        * include/bsp.h: CPU_CLOCK_RATE_MHZ not a real variable to
119        elimate need for including bsp.h in libcpu.
120        * startup/bspstart.c: Ditto.
121        * wrapup/Makefile.am: Did not list shmdr.
122
1232000-09-22      Joel Sherrill <joel@OARcorp.com>
124
125        * start/crt0.S: Renamed to start/start.S.
126        * start/start.S: Formerly start/crt0.S.
127        * startup/linkcmds: New file.  GNU linker script that is not
128        correct for the target board but links programs.
129        * bsp_specs: Use linkcmds.
130        * include/Makefile.am, start/Makefile.am startup/Makefile.am:
131        Now work.
132        * startup/bspstart.c, startup/setvec.c: "#if 0"'ed out references
133        to reoutines in assembly that are in turn "#if 0"'ed out.
134
1352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * console/Makefile.am, shmsupp/Makefile.am, start/Makefile.am,
138        startup/Makefile.am, wrapup/Makefile.am: Include compile.am.
139
1402000-08-10      Joel Sherrill <joel@OARcorp.com>
141
142        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.