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

4.104.114.84.95
Last change on this file since feead226 was feead226, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/00 at 16:43:05

2000-11-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
  • Property mode set to 100644
File size: 2.2 KB
Line 
12000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
4
52000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
8
92000-11-01      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
12        and libcsupport.h moved from libc to lib/include/rtems and
13        now must be referenced as <rtems/XXX.h>.   Header file order
14        was cleaned up while doing this.
15
162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
19        Switch to GNU canonicalization.
20
212000-10-12      John S Gwynne <jgwynne@mrcday.com>
22
23        * start/start.c: Modified to support generation of ram_init.
24        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
25        These changes enable RTEMS to automatically generate
26        the ram_init file used by gdb with the BDM patches. The 332 has
27        on-board chip select lines (for RAM and FLASH) that must be
28        configured before use of these peripherals. These patches parse
29        data from start.c where the chip select lines are configured in
30        the runtime executable and automatically generates the gdb
31        initialization file using the same settings. A great time saver.
32        A similar file, ram_init_FW (flash writable), is also generated
33        that the flash programming tool uses.
34        * start/Makefile.am: Modified to support above.
35        * CPU/sim.h: Modified to support above.
36        * startup/except_vect_332_ROM.S: Moved to start so it would not
37        be included in libbsp.a.  Moving it to start ensures it is
38        available as a single object file.
39        * start/except_vect_332_ROM.S: Moved from startup.
40        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
41        shown in the comments.
42
432000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
44
45        * startup/linkcmds: Added lines so DWARF debug information
46        would be available.  Otherwise gdb complains that the offsets
47        for the debug info are incorrect and doesn't load the files.
48
492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
52        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
53        wrapup/Makefile.am: Include compile.am
54
552000-08-10      Joel Sherrill <joel@OARcorp.com>
56
57        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.