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

4.104.114.84.95
Last change on this file since 337d369 was 337d369, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:02:48

2002-03-27 Ralf Corsepius <corsepiu@…>

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