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

4.104.114.84.95
Last change on this file since 80defac was 80defac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:05:34

2002-06-29 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Remove preinstallation of libbsp.a,
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
4
52002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac:
8        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
9        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
10        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
16
172001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
20        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
21
222001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Add RTEMS_BSPOPTS_* for SERIAL_INPUT, HIF_INPUT,
25        SERIAL_OUTPUT, HIF_OUTPUT.
26        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT, HIF_INPUT,
27        SERIAL_OUTPUT, HIF_OUTPUT, add #include <bsp.h>.
28
292001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
32
332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
36        * configure.in: Remove.
37        * configure.ac: New file, generated from configure.in by autoupdate.
38
392001-09-27      Joel Sherrill <joel@OARcorp.com>
40
41        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
42
432001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * include/Makefile.am: Use 'CLEANFILES ='.
46        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
47
482001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, add
51        bspopts.h.
52        * include/.cvsignore: Add bspopts.h.
53        * include/bsp.h: Add bspopts.h.
54        * console/Makefile.am: Use *_HEADERS instead of H_FILES.
55        * configure.in: Add bspopts.h.
56
572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
58
59        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
60
612001-01-08      Joel Sherrill <joel@OARcorp.com>
62
63        * wrapup/Makefile.am: Remove warning missed in shmsupp removal.
64
652001-01-08      Joel Sherrill <joel@OARcorp.com>
66
67        * Shared memory support removed since it was non-functional.
68        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
69        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
70        * configure.in, Makefile.am, wrapup/Makefile.am: Modified to
71        reflect above.
72
732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
76
772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
80
812000-11-01      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
84        and libcsupport.h moved from libc to lib/include/rtems and
85        now must be referenced as <rtems/XXX.h>.   Header file order
86        was cleaned up while doing this.
87
882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
91        Switch to GNU canonicalization.
92
932000-09-25      Joel Sherrill <joel@OARcorp.com>
94
95        * ChangeLog: Entry added to wrong file and moved.
96
972000-09-25      Joel Sherrill <joel@OARcorp.com>
98
99        * bsp_specs: Formatting more like other bsp_specs.
100        * include/bsp.h: CPU_CLOCK_RATE_MHZ not a real variable to
101        elimate need for including bsp.h in libcpu.
102        * startup/bspstart.c: Ditto.
103        * wrapup/Makefile.am: Did not list shmdr.
104
1052000-09-22      Joel Sherrill <joel@OARcorp.com>
106
107        * start/crt0.S: Renamed to start/start.S.
108        * start/start.S: Formerly start/crt0.S.
109        * startup/linkcmds: New file.  GNU linker script that is not
110        correct for the target board but links programs.
111        * bsp_specs: Use linkcmds.
112        * include/Makefile.am, start/Makefile.am startup/Makefile.am:
113        Now work.
114        * startup/bspstart.c, startup/setvec.c: "#if 0"'ed out references
115        to reoutines in assembly that are in turn "#if 0"'ed out.
116
1172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * console/Makefile.am, shmsupp/Makefile.am, start/Makefile.am,
120        startup/Makefile.am, wrapup/Makefile.am: Include compile.am.
121
1222000-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.