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

4.104.114.84.95
Last change on this file since d348010c was d348010c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 10:12:40

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7
82003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * bsp_specs: Remove *lib:.
11
122003-09-04      Joel Sherrill <joel@OARcorp.com>
13
14        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
15        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
16        startup/bspstart.c, startup/exit.c: URL for license changed.
17
182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved aclocal/.
21
222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved automake/.
25        * clock/Makefile.am: Reflect having moved automake/.
26        * console/Makefile.am: Reflect having moved automake/.
27        * include/Makefile.am: Reflect having moved automake/.
28        * irq/Makefile.am: Reflect having moved automake/.
29        * start/Makefile.am: Reflect having moved automake/.
30        * startup/Makefile.am: Reflect having moved automake/.
31        * timer/Makefile.am: Reflect having moved automake/.
32        * wrapup/Makefile.am: Reflect having moved automake/.
33
342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        PR 452/bsps
37        * startup/Makefile.am: Remove USE_INIT_FINI.
38
392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
42
432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        PR 445/bsps
46        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
47        Remove cpp, old_cpp (now unused).
48
492003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        PR 444/bsps
52        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
53
542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove AC_CONFIG_AUX_DIR.
57
582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
61
622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: AC_PREREQ(2.57).
65
662003-01-20      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
69
702002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78
792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: Use install-data-local to install startfile.
82
832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86
872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Reformat.
90        Add autom4te*cache.
91        Remove autom4te.cache.
92
932002-08-21      Joel Sherrill <joel@OARcorp.com>
94
95        * bsp_specs: Added support for -nostdlibs.
96
972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
106
1072002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/Makefile.am: Eliminate PGM.
110        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
111
1122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
115
1162002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
117
118        * irq/bsp_irq_asm.S: Disable code to touch PIC.
119
1202002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
123
1242001-05-09      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/linkcmds: In support of gcc 3.1, added one of more
127        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
128        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
129        and direction of segments to memory regions may also have been
130        addressed.  This was a sweep across all BSPs.
131 
1322002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Update, remove code rott.
135
1362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac:
139        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
140        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
141        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
150
1512002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
154
1552001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
158        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
159
1602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
163
1642001-10-17      Joel Sherrill <joel@OARcorp.com>
165
166        * timer: New subdirectory.
167        * timer/Makefile.am: New file.
168        * timer/.cvsignore: New file.
169        * Makefile.am: Modified to reflect above.
170        * configure.ac: Ditto.
171        * wrapup/Makefile.am: Ditto.
172        * include/bsp.h: Stubs to let tm27 compile and link.
173
1742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
177        * configure.in: Remove.
178        * configure.ac: New file, generated from configure.in by autoupdate.
179
1802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * include/Makefile.am: Use 'CLEANFILES ='.
183        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
184        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
185
1862001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.in: Add include/bspopts.h.
189        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
190        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
191        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
192        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
193        * include/bsp.h: Add bspopts.h.
194
1952001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
198
1992001-01-08      Joel Sherrill <joel@OARcorp.com>
200
201        * include/bsp.h: Added closing brace for extern C.
202
2032000-12-06      Joel Sherrill <joel@OARcorp.com>
204
205        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
206        * configure.in: Add clock subdirectory.
207        * include/Makefile.am: Add coverhd.h.
208
2092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
212
2132000-11-02      Joel Sherrill <joel@OARcorp.com>
214
215        * bsp_specs: Remove -Tlinkcmds from *link rule.
216
2172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
220
2212000-11-01      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
224        and libcsupport.h moved from libc to lib/include/rtems and
225        now must be referenced as <rtems/XXX.h>.   Header file order
226        was cleaned up while doing this.
227
2282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
231        Switch to GNU canonicalization.
232
2332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
236        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
237        Include compile.am.
238
2392000-08-10      Joel Sherrill <joel@OARcorp.com>
240
241        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.