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

4.104.114.84.95
Last change on this file since c0d13d0 was c0d13d0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:21:44

2002-08-11 Ralf Corsepius <corsepiu@…>

  • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
7
82002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * startup/Makefile.am: Reformat.
11
122002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Eliminate PGM.
15        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
16
172002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * startup/Makefile.am: Add bsplib_DATA = linkcmds ramlink romlink.
20
212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
24        Remove $(OBJS) from all-local.
25
262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
29
302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac:
33        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
34        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
35        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
41
422001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
45        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
46
472001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Add RTEMS_BSPOPTS_* for SERIAL_INPUT, HIF_INPUT,
50        SERIAL_OUTPUT, HIF_OUTPUT.
51        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT, HIF_INPUT,
52        SERIAL_OUTPUT, HIF_OUTPUT, add #include <bsp.h>.
53
542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
57
582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
61        * configure.in: Remove.
62        * configure.ac: New file, generated from configure.in by autoupdate.
63
642001-09-27      Joel Sherrill <joel@OARcorp.com>
65
66        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
67
682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * include/Makefile.am: Use 'CLEANFILES ='.
71        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
72
732001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, add
76        bspopts.h.
77        * include/.cvsignore: Add bspopts.h.
78        * include/bsp.h: Add bspopts.h.
79        * console/Makefile.am: Use *_HEADERS instead of H_FILES.
80        * configure.in: Add bspopts.h.
81
822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
83
84        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
85
862001-01-08      Joel Sherrill <joel@OARcorp.com>
87
88        * wrapup/Makefile.am: Remove warning missed in shmsupp removal.
89
902001-01-08      Joel Sherrill <joel@OARcorp.com>
91
92        * Shared memory support removed since it was non-functional.
93        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
94        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
95        * configure.in, Makefile.am, wrapup/Makefile.am: Modified to
96        reflect above.
97
982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
101
1022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
105
1062000-11-01      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
109        and libcsupport.h moved from libc to lib/include/rtems and
110        now must be referenced as <rtems/XXX.h>.   Header file order
111        was cleaned up while doing this.
112
1132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
116        Switch to GNU canonicalization.
117
1182000-09-25      Joel Sherrill <joel@OARcorp.com>
119
120        * ChangeLog: Entry added to wrong file and moved.
121
1222000-09-25      Joel Sherrill <joel@OARcorp.com>
123
124        * bsp_specs: Formatting more like other bsp_specs.
125        * include/bsp.h: CPU_CLOCK_RATE_MHZ not a real variable to
126        elimate need for including bsp.h in libcpu.
127        * startup/bspstart.c: Ditto.
128        * wrapup/Makefile.am: Did not list shmdr.
129
1302000-09-22      Joel Sherrill <joel@OARcorp.com>
131
132        * start/crt0.S: Renamed to start/start.S.
133        * start/start.S: Formerly start/crt0.S.
134        * startup/linkcmds: New file.  GNU linker script that is not
135        correct for the target board but links programs.
136        * bsp_specs: Use linkcmds.
137        * include/Makefile.am, start/Makefile.am startup/Makefile.am:
138        Now work.
139        * startup/bspstart.c, startup/setvec.c: "#if 0"'ed out references
140        to reoutines in assembly that are in turn "#if 0"'ed out.
141
1422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * console/Makefile.am, shmsupp/Makefile.am, start/Makefile.am,
145        startup/Makefile.am, wrapup/Makefile.am: Include compile.am.
146
1472000-08-10      Joel Sherrill <joel@OARcorp.com>
148
149        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.