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

4.104.114.84.95
Last change on this file since cf282090 was cf282090, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 13:28:11

2001-09-27 Joel Sherrill <joel@…>

  • include/bsp.h: Renamed delay() to rtems_bsp_delay().
  • Property mode set to 100644
File size: 2.8 KB
Line 
12001-09-27      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
4
52001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * include/Makefile.am: Use 'CLEANFILES ='.
8        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
9
102001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, add
13        bspopts.h.
14        * include/.cvsignore: Add bspopts.h.
15        * include/bsp.h: Add bspopts.h.
16        * console/Makefile.am: Use *_HEADERS instead of H_FILES.
17        * configure.in: Add bspopts.h.
18
192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
20
21        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
22
232001-01-08      Joel Sherrill <joel@OARcorp.com>
24
25        * wrapup/Makefile.am: Remove warning missed in shmsupp removal.
26
272001-01-08      Joel Sherrill <joel@OARcorp.com>
28
29        * Shared memory support removed since it was non-functional.
30        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
31        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
32        * configure.in, Makefile.am, wrapup/Makefile.am: Modified to
33        reflect above.
34
352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
38
392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
42
432000-11-01      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
46        and libcsupport.h moved from libc to lib/include/rtems and
47        now must be referenced as <rtems/XXX.h>.   Header file order
48        was cleaned up while doing this.
49
502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
53        Switch to GNU canonicalization.
54
552000-09-25      Joel Sherrill <joel@OARcorp.com>
56
57        * ChangeLog: Entry added to wrong file and moved.
58
592000-09-25      Joel Sherrill <joel@OARcorp.com>
60
61        * bsp_specs: Formatting more like other bsp_specs.
62        * include/bsp.h: CPU_CLOCK_RATE_MHZ not a real variable to
63        elimate need for including bsp.h in libcpu.
64        * startup/bspstart.c: Ditto.
65        * wrapup/Makefile.am: Did not list shmdr.
66
672000-09-22      Joel Sherrill <joel@OARcorp.com>
68
69        * start/crt0.S: Renamed to start/start.S.
70        * start/start.S: Formerly start/crt0.S.
71        * startup/linkcmds: New file.  GNU linker script that is not
72        correct for the target board but links programs.
73        * bsp_specs: Use linkcmds.
74        * include/Makefile.am, start/Makefile.am startup/Makefile.am:
75        Now work.
76        * startup/bspstart.c, startup/setvec.c: "#if 0"'ed out references
77        to reoutines in assembly that are in turn "#if 0"'ed out.
78
792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * console/Makefile.am, shmsupp/Makefile.am, start/Makefile.am,
82        startup/Makefile.am, wrapup/Makefile.am: Include compile.am.
83
842000-08-10      Joel Sherrill <joel@OARcorp.com>
85
86        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.