source: rtems/c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
20
212002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Use install-data-local to install startfile.
33
342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * .cvsignore: Reformat.
41        Add autom4te*cache.
42        Remove autom4te.cache.
43
442002-08-21      Joel Sherrill <joel@OARcorp.com>
45
46        * bsp_specs: Added support for -nostdlibs.
47
482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
57
582002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Eliminate PGM.
61        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
62
632002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
66
672002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
68
69        * irq/bsp_irq_asm.S: Disable code to touch PIC.
70
712002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
74
752001-05-09      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds: In support of gcc 3.1, added one of more
78        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
79        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
80        and direction of segments to memory regions may also have been
81        addressed.  This was a sweep across all BSPs.
82 
832002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Update, remove code rott.
86
872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac:
90        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
91        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
92        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
101
1022002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
105
1062001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
109        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
110
1112001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
114
1152001-10-17      Joel Sherrill <joel@OARcorp.com>
116
117        * timer: New subdirectory.
118        * timer/Makefile.am: New file.
119        * timer/.cvsignore: New file.
120        * Makefile.am: Modified to reflect above.
121        * configure.ac: Ditto.
122        * wrapup/Makefile.am: Ditto.
123        * include/bsp.h: Stubs to let tm27 compile and link.
124
1252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
128        * configure.in: Remove.
129        * configure.ac: New file, generated from configure.in by autoupdate.
130
1312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * include/Makefile.am: Use 'CLEANFILES ='.
134        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
135        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
136
1372001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: Add include/bspopts.h.
140        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
141        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
142        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
143        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
144        * include/bsp.h: Add bspopts.h.
145
1462001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
149
1502001-01-08      Joel Sherrill <joel@OARcorp.com>
151
152        * include/bsp.h: Added closing brace for extern C.
153
1542000-12-06      Joel Sherrill <joel@OARcorp.com>
155
156        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
157        * configure.in: Add clock subdirectory.
158        * include/Makefile.am: Add coverhd.h.
159
1602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
163
1642000-11-02      Joel Sherrill <joel@OARcorp.com>
165
166        * bsp_specs: Remove -Tlinkcmds from *link rule.
167
1682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
171
1722000-11-01      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
175        and libcsupport.h moved from libc to lib/include/rtems and
176        now must be referenced as <rtems/XXX.h>.   Header file order
177        was cleaned up while doing this.
178
1792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
182        Switch to GNU canonicalization.
183
1842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
187        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
188        Include compile.am.
189
1902000-08-10      Joel Sherrill <joel@OARcorp.com>
191
192        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.