source: rtems/c/src/lib/libbsp/arm/vegaplus/ChangeLog @ a48dfc9

Last change on this file since a48dfc9 was a48dfc9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 18:50:57

2003-08-22 Joel Sherrill <joel@…>

PR 445/bsps

  • bsp_specs: Hand edited to duplicate change Ralf applied to the CVS trunk.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-08-22      Joel Sherrill <joel@OARcorp.com>
2
3        PR 445/bsps
4        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
5        trunk.
6
72003-08-22      Joel Sherrill <joel@OARcorp.com>
8
9        PR 444/bsps
10        * bsp_specs: Remove USE_ENHANCED_INTR_API.
11
122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
15
162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove AC_CONFIG_AUX_DIR.
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AC_PREREQ(2.57).
27
282003-01-20      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
31
322002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * start/Makefile.am: Use install-data-local to install startfile.
44
452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48
492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * .cvsignore: Reformat.
52        Add autom4te*cache.
53        Remove autom4te.cache.
54
552002-08-21      Joel Sherrill <joel@OARcorp.com>
56
57        * bsp_specs: Added support for -nostdlibs.
58
592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Eliminate PGM.
72        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
73
742002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
77
782002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
79
80        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
81
822002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
85        Remove $(OBJS) from all-local.
86
872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Add $(LIB) to all-local.
90
912002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
94
952001-05-09      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: In support of gcc 3.1, added one of more
98        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
99        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
100        and direction of segments to memory regions may also have been
101        addressed.  This was a sweep across all BSPs.
102 
1032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac:
106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
108        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
117
1182002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
121
1222001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
125        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
126
1272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
130
1312001-10-17      Joel Sherrill <joel@OARcorp.com>
132
133        * timer: New subdirectory.
134        * timer/Makefile.am: New file.
135        * timer/.cvsignore: New file.
136        * Makefile.am: Modified to reflect above.
137        * configure.ac: Ditto.
138        * wrapup/Makefile.am: Ditto.
139        * include/bsp.h: Stubs to let tm27 compile and link.
140
1412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
144        * configure.in: Remove.
145        * configure.ac: New file, generated from configure.in by autoupdate.
146
1472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * include/Makefile.am: Use 'CLEANFILES ='.
150        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
151        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
152
1532001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.in: Add include/bspopts.h.
156        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
157        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
158        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
159        * include/bsp.h: Add bspopts.h.
160
1612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
162
163        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
164
1652001-01-08      Joel Sherrill <joel@OARcorp.com>
166
167        * include/bsp.h: Added closing brace for extern C.
168
1692001-01-03      Joel Sherrill <joel@OARcorp.com>
170
171        * clock: New directory with stub clock driver.
172        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
173        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
174        to reflect above.
175
1762000-12-06      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/bspstart.c: Removed call of console_reserve_resources().
179        * comm/console.c: Added casts to eliminate warnings.
180
1812000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am, console/Makefile.am, include/Makefile.am,
184        start/Makefile.am: VPATH was not setup correctly
185
1862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
189
1902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
193
1942000-11-01      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
197        and libcsupport.h moved from libc to lib/include/rtems and
198        now must be referenced as <rtems/XXX.h>.   Header file order
199        was cleaned up while doing this.
200
2012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
204        Switch to GNU canonicalization.
205
2062000-09-13      Joel Sherrill <joel@OARcorp.com>
207
208        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
209        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
210        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
211        Made to conform to current practice concerning automake and
212        autoconf.  Corrected minor warnings.
213
2142000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
215
216        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
217        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.