source: rtems/c/src/lib/libbsp/m68k/efi332/ChangeLog @ 445c0a0

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

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

  • wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
4        Remove $(OBJS) from all-local.
5
62002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
9
102001-05-09      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/linkcmds: In support of gcc 3.1, added one of more
13        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
14        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
15        and direction of segments to memory regions may also have been
16        addressed.  This was a sweep across all BSPs.
17 
182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac:
21        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
22        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
23        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
32
332001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
36        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
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-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.in: Add bspopts.h.
60        * include/.cvsignore: Add bspopts.h*, stamp-h*.
61        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
62        * include/bsp.h: Include bspopts.h.
63
642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
65
66        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
67
682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
71
722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
75
762000-11-01      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
79        and libcsupport.h moved from libc to lib/include/rtems and
80        now must be referenced as <rtems/XXX.h>.   Header file order
81        was cleaned up while doing this.
82
832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
86        Switch to GNU canonicalization.
87
882000-10-12      John S Gwynne <jgwynne@mrcday.com>
89
90        * start/start.c: Modified to support generation of ram_init.
91        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
92        These changes enable RTEMS to automatically generate
93        the ram_init file used by gdb with the BDM patches. The 332 has
94        on-board chip select lines (for RAM and FLASH) that must be
95        configured before use of these peripherals. These patches parse
96        data from start.c where the chip select lines are configured in
97        the runtime executable and automatically generates the gdb
98        initialization file using the same settings. A great time saver.
99        A similar file, ram_init_FW (flash writable), is also generated
100        that the flash programming tool uses.
101        * start/Makefile.am: Modified to support above.
102        * CPU/sim.h: Modified to support above.
103        * startup/except_vect_332_ROM.S: Moved to start so it would not
104        be included in libbsp.a.  Moving it to start ensures it is
105        available as a single object file.
106        * start/except_vect_332_ROM.S: Moved from startup.
107        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
108        shown in the comments.
109
1102000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
111
112        * startup/linkcmds: Added lines so DWARF debug information
113        would be available.  Otherwise gdb complains that the offsets
114        for the debug info are incorrect and doesn't load the files.
115
1162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
119        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
120        wrapup/Makefile.am: Include compile.am
121
1222000-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.