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

4.104.114.84.95
Last change on this file since c86101db was c86101db, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 03:27:24

2002-07-21 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.7 KB
Line 
12002-07-21      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 linkcmds_ROM.
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
192001-05-09      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds: In support of gcc 3.1, added one of more
22        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
23        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
24        and direction of segments to memory regions may also have been
25        addressed.  This was a sweep across all BSPs.
26 
272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac:
30        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
31        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
32        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * timer/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-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
50
512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
54        * configure.in: Remove.
55        * configure.ac: New file, generated from configure.in by autoupdate.
56
572001-09-27      Joel Sherrill <joel@OARcorp.com>
58
59        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
60
612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * include/Makefile.am: Use 'CLEANFILES ='.
64        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
65
662001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.in: Add bspopts.h.
69        * include/.cvsignore: Add bspopts.h*, stamp-h*.
70        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
71        * include/bsp.h: Include bspopts.h.
72
732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
74
75        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
76
772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
80
812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
84
852000-11-01      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
88        and libcsupport.h moved from libc to lib/include/rtems and
89        now must be referenced as <rtems/XXX.h>.   Header file order
90        was cleaned up while doing this.
91
922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
95        Switch to GNU canonicalization.
96
972000-10-12      John S Gwynne <jgwynne@mrcday.com>
98
99        * start/start.c: Modified to support generation of ram_init.
100        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
101        These changes enable RTEMS to automatically generate
102        the ram_init file used by gdb with the BDM patches. The 332 has
103        on-board chip select lines (for RAM and FLASH) that must be
104        configured before use of these peripherals. These patches parse
105        data from start.c where the chip select lines are configured in
106        the runtime executable and automatically generates the gdb
107        initialization file using the same settings. A great time saver.
108        A similar file, ram_init_FW (flash writable), is also generated
109        that the flash programming tool uses.
110        * start/Makefile.am: Modified to support above.
111        * CPU/sim.h: Modified to support above.
112        * startup/except_vect_332_ROM.S: Moved to start so it would not
113        be included in libbsp.a.  Moving it to start ensures it is
114        available as a single object file.
115        * start/except_vect_332_ROM.S: Moved from startup.
116        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
117        shown in the comments.
118
1192000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
120
121        * startup/linkcmds: Added lines so DWARF debug information
122        would be available.  Otherwise gdb complains that the offsets
123        for the debug info are incorrect and doesn't load the files.
124
1252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
128        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
129        wrapup/Makefile.am: Include compile.am
130
1312000-08-10      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.