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

4.104.114.84.95
Last change on this file since e28258c was e28258c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 08:19:50

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

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