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

Last change on this file since 606def83 was 606def83, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/03 at 14:08:39

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

PR 541/bsps

  • startup/linkcmds: Remove SEARCH_DIR.
  • Property mode set to 100644
File size: 7.2 KB
Line 
12003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 541/bsps
4        * startup/linkcmds: Remove SEARCH_DIR.
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
9        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
10        startup/bspstart.c, startup/exit.c: URL for license changed.
11
122003-08-22      Joel Sherrill <joel@OARcorp.com>
13
14        PR 445/bsps
15        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
16        trunk.
17
182003-08-22      Joel Sherrill <joel@OARcorp.com>
19
20        PR 444/bsps
21        * bsp_specs: Remove USE_ENHANCED_INTR_API.
22
232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
26
272003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove AC_CONFIG_AUX_DIR.
30
312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
34
352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: AC_PREREQ(2.57).
38
392003-01-20      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
42
432002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: Use install-data-local to install startfile.
55
562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59
602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Reformat.
63        Add autom4te*cache.
64        Remove autom4te.cache.
65
662002-08-21      Joel Sherrill <joel@OARcorp.com>
67
68        * bsp_specs: Added support for -nostdlibs.
69
702002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
79
802002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * start/Makefile.am: Eliminate PGM.
83        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
84
852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
88
892002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
90
91        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
92
932002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
96        Remove $(OBJS) from all-local.
97
982002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Add $(LIB) to all-local.
101
1022002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
105
1062001-05-09      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: In support of gcc 3.1, added one of more
109        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
110        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
111        and direction of segments to memory regions may also have been
112        addressed.  This was a sweep across all BSPs.
113 
1142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac:
117        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
118        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
119        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
128
1292002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
132
1332001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
136        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
137
1382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
141
1422001-10-17      Joel Sherrill <joel@OARcorp.com>
143
144        * timer: New subdirectory.
145        * timer/Makefile.am: New file.
146        * timer/.cvsignore: New file.
147        * Makefile.am: Modified to reflect above.
148        * configure.ac: Ditto.
149        * wrapup/Makefile.am: Ditto.
150        * include/bsp.h: Stubs to let tm27 compile and link.
151
1522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
155        * configure.in: Remove.
156        * configure.ac: New file, generated from configure.in by autoupdate.
157
1582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * include/Makefile.am: Use 'CLEANFILES ='.
161        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
162        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
163
1642001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.in: Add include/bspopts.h.
167        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
168        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
169        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
170        * include/bsp.h: Add bspopts.h.
171
1722001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
173
174        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
175
1762001-01-08      Joel Sherrill <joel@OARcorp.com>
177
178        * include/bsp.h: Added closing brace for extern C.
179
1802001-01-03      Joel Sherrill <joel@OARcorp.com>
181
182        * clock: New directory with stub clock driver.
183        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
184        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
185        to reflect above.
186
1872000-12-06      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/bspstart.c: Removed call of console_reserve_resources().
190        * comm/console.c: Added casts to eliminate warnings.
191
1922000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am, console/Makefile.am, include/Makefile.am,
195        start/Makefile.am: VPATH was not setup correctly
196
1972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
200
2012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
204
2052000-11-01      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
208        and libcsupport.h moved from libc to lib/include/rtems and
209        now must be referenced as <rtems/XXX.h>.   Header file order
210        was cleaned up while doing this.
211
2122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
215        Switch to GNU canonicalization.
216
2172000-09-13      Joel Sherrill <joel@OARcorp.com>
218
219        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
220        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
221        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
222        Made to conform to current practice concerning automake and
223        autoconf.  Corrected minor warnings.
224
2252000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
226
227        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
228        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.