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

4.104.114.84.95
Last change on this file since 7f0e84c5 was 7f0e84c5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 05:16:57

2003-12-03 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • irq/Makefile.am: Add preinstallation dirstamp support.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 8.1 KB
RevLine 
[7f0e84c5]12003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstallation dirstamp support.
4        * clock/Makefile.am: Cosmetics.
5        * console/Makefile.am: Cosmetics.
6        * irq/Makefile.am: Add preinstallation dirstamp support.
7        * startup/Makefile.am: Cosmetics.
8        * timer/Makefile.am: Cosmetics.
9
[8cff79fb]102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * clock/Makefile.am: Remove all-local: $(ARCH).
13        * start/Makefile.am: Remove all-local: $(ARCH).
14        * timer/Makefile.am: Remove all-local: $(ARCH).
15
[dfe49b69]162003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Remove refs to non-existing files include/bspio.h and
19        include/uart.h.
20
[d348010c]212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Merge-in include/Makefile.am.
24        Reflect changes to bsp.am.
25        * include/Makefile.am: Remove.
26        * configure.ac: Reflect changes above.
27
[b089146]282003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * bsp_specs: Remove *lib:.
31
[baf6c815]322003-09-04      Joel Sherrill <joel@OARcorp.com>
33
34        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
35        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
36        startup/bspstart.c, startup/exit.c: URL for license changed.
37
[fe8bc62f]382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Reflect having moved aclocal/.
41
[f7bd2e6]422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
[c483a4e]44        * Makefile.am: Reflect having moved automake/.
45        * clock/Makefile.am: Reflect having moved automake/.
46        * console/Makefile.am: Reflect having moved automake/.
47        * include/Makefile.am: Reflect having moved automake/.
48        * irq/Makefile.am: Reflect having moved automake/.
49        * start/Makefile.am: Reflect having moved automake/.
50        * startup/Makefile.am: Reflect having moved automake/.
51        * timer/Makefile.am: Reflect having moved automake/.
52        * wrapup/Makefile.am: Reflect having moved automake/.
[f7bd2e6]53
[317458ce]542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
[75fcb394]56        PR 452/bsps
[317458ce]57        * startup/Makefile.am: Remove USE_INIT_FINI.
58
[7dcc3fe]592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
62
[d266acd2]632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
[75fcb394]65        PR 445/bsps
[d266acd2]66        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
67        Remove cpp, old_cpp (now unused).
68
[318d861]692003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
[75fcb394]71        PR 444/bsps
[318d861]72        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
73
[afaa498d]742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove AC_CONFIG_AUX_DIR.
77
[ccd81b60]782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
81
[9b5c258]822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: AC_PREREQ(2.57).
85
[7b0c547a]862003-01-20      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
89
[89e1b54]902002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
94        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
97        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98
[59a01a6e]992002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * start/Makefile.am: Use install-data-local to install startfile.
102
[ad5c7fe]1032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106
[8730f45]1072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * .cvsignore: Reformat.
110        Add autom4te*cache.
111        Remove autom4te.cache.
112
[a2ae30c2]1132002-08-21      Joel Sherrill <joel@OARcorp.com>
114
115        * bsp_specs: Added support for -nostdlibs.
116
[d0d73ec]1172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
125        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
126
[c304bc3]1272002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * start/Makefile.am: Eliminate PGM.
130        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
131
[1a27b40]1322002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
135
[18e45af1]1362002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
137
138        * irq/bsp_irq_asm.S: Disable code to touch PIC.
139
[80defac]1402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
143
[85c92574]1442001-05-09      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds: In support of gcc 3.1, added one of more
147        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
148        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
149        and direction of segments to memory regions may also have been
150        addressed.  This was a sweep across all BSPs.
151 
[c13dee8b]1522002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Update, remove code rott.
155
[70633be1]1562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac:
159        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
160        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
161        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
170
[f7ac3926]1712002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
174
[8fec915]1752001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
178        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
179
[9e1ae79]1802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
183
[606d797c]1842001-10-17      Joel Sherrill <joel@OARcorp.com>
185
186        * timer: New subdirectory.
187        * timer/Makefile.am: New file.
188        * timer/.cvsignore: New file.
189        * Makefile.am: Modified to reflect above.
190        * configure.ac: Ditto.
191        * wrapup/Makefile.am: Ditto.
192        * include/bsp.h: Stubs to let tm27 compile and link.
193
[df25c998]1942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
197        * configure.in: Remove.
198        * configure.ac: New file, generated from configure.in by autoupdate.
199
[b9722f8]2002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * include/Makefile.am: Use 'CLEANFILES ='.
203        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
204        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
205
[e86adc7]2062001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.in: Add include/bspopts.h.
209        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
210        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
211        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
212        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
213        * include/bsp.h: Add bspopts.h.
214
2152001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[6f21328]216
217        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
218
[82e2265e]2192001-01-08      Joel Sherrill <joel@OARcorp.com>
220
221        * include/bsp.h: Added closing brace for extern C.
222
[229df48]2232000-12-06      Joel Sherrill <joel@OARcorp.com>
224
225        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
226        * configure.in: Add clock subdirectory.
227        * include/Makefile.am: Add coverhd.h.
228
[feead226]2292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
232
[63b347b7]2332000-11-02      Joel Sherrill <joel@OARcorp.com>
234
235        * bsp_specs: Remove -Tlinkcmds from *link rule.
236
[a314d3b4]2372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
240
[eba2e4f]2412000-11-01      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
244        and libcsupport.h moved from libc to lib/include/rtems and
245        now must be referenced as <rtems/XXX.h>.   Header file order
246        was cleaned up while doing this.
247
[0134f4f]2482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
251        Switch to GNU canonicalization.
252
[6617845]2532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
256        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
257        Include compile.am.
258
[e94ad1fe]2592000-08-10      Joel Sherrill <joel@OARcorp.com>
260
261        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.