source: rtems/c/src/lib/libbsp/arm/armulator/ChangeLog @ 80defac

4.104.114.84.95
Last change on this file since 80defac was 80defac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:05:34

2002-06-29 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Remove preinstallation of libbsp.a,
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
4
52001-05-09      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: In support of gcc 3.1, added one of more
8        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
9        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
10        and direction of segments to memory regions may also have been
11        addressed.  This was a sweep across all BSPs.
12 
132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac:
16        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
17        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
18        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
26
272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
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-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
39        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
40
412001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
44
452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
48
492001-10-17      Joel Sherrill <joel@OARcorp.com>
50
51        * timer: New subdirectory.
52        * timer/Makefile.am: New file.
53        * timer/.cvsignore: New file.
54        * Makefile.am: Modified to reflect above.
55        * configure.ac: Ditto.
56
572001-10-12      Joel Sherrill <joel@OARcorp.com>
58
59        * console/console-io.c: Fixed typo.
60
612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
64        * configure.in: Remove.
65        * configure.ac: New file, generated from configure.in by autoupdate.
66
672001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * include/Makefile.am: Use 'CLEANFILES ='.
70        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
71
722001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.in: Add include/bspopts.h.
75        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
76        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
77        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
78        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
79        * include/bsp.h: Add bspopts.h.
80
812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
84
852001-01-03      Joel Sherrill <joel@OARcorp.com>
86
87        * console/console-io.c: Added console_initialize_hardware().
88
892000-12-06      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/bspstart.c: Removed unused variables ramSpace and _end.
92        Added prototype for initialize_monitor_handles().
93        * startup/syscalls.c: Added casts and removed unused variables to
94        eliminate warnings.
95
962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
99
1002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
103
1042000-11-01      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
107        and libcsupport.h moved from libc to lib/include/rtems and
108        now must be referenced as <rtems/XXX.h>.   Header file order
109        was cleaned up while doing this.
110
1112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
114        Switch to GNU canonicalization.
115
1162000-09-13      Joel Sherrill <joel@OARcorp.com>
117
118        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
119
1202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
123        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
124
1252000-08-10      Joel Sherrill <joel@OARcorp.com>
126
127        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.