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

4.104.114.84.95
Last change on this file since 74be23a was 74be23a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/19/02 at 05:04:40

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

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