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

4.104.114.84.95
Last change on this file since 317458ce was 317458ce, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 16:07:24

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

  • startup/Makefile.am: Remove USE_INIT_FINI.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Remove USE_INIT_FINI.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
12        Remove cpp, old_cpp (now unused).
13
142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
17
182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove AC_CONFIG_AUX_DIR.
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AC_PREREQ(2.57).
29
302003-01-20      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
33
342002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * start/Makefile.am: Use install-data-local to install startfile.
46
472002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50
512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Reformat.
54        Add autom4te*cache.
55        Remove autom4te.cache.
56
572002-08-21      Joel Sherrill <joel@OARcorp.com>
58
59        * bsp_specs: Added support for -nostdlibs.
60
612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
70
712002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * start/Makefile.am: Eliminate PGM.
74        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
75
762002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
79
802002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
81
82        * irq/bsp_irq_asm.S: Disable code to touch PIC.
83
842002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
87
882001-05-09      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: In support of gcc 3.1, added one of more
91        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
92        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
93        and direction of segments to memory regions may also have been
94        addressed.  This was a sweep across all BSPs.
95 
962002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Update, remove code rott.
99
1002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac:
103        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
104        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
105        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
114
1152002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
118
1192001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
122        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
123
1242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
127
1282001-10-17      Joel Sherrill <joel@OARcorp.com>
129
130        * timer: New subdirectory.
131        * timer/Makefile.am: New file.
132        * timer/.cvsignore: New file.
133        * Makefile.am: Modified to reflect above.
134        * configure.ac: Ditto.
135        * wrapup/Makefile.am: Ditto.
136        * include/bsp.h: Stubs to let tm27 compile and link.
137
1382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
141        * configure.in: Remove.
142        * configure.ac: New file, generated from configure.in by autoupdate.
143
1442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * include/Makefile.am: Use 'CLEANFILES ='.
147        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
148        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
149
1502001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.in: Add include/bspopts.h.
153        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
154        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
155        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
156        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
157        * include/bsp.h: Add bspopts.h.
158
1592001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
162
1632001-01-08      Joel Sherrill <joel@OARcorp.com>
164
165        * include/bsp.h: Added closing brace for extern C.
166
1672000-12-06      Joel Sherrill <joel@OARcorp.com>
168
169        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
170        * configure.in: Add clock subdirectory.
171        * include/Makefile.am: Add coverhd.h.
172
1732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
176
1772000-11-02      Joel Sherrill <joel@OARcorp.com>
178
179        * bsp_specs: Remove -Tlinkcmds from *link rule.
180
1812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
184
1852000-11-01      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
188        and libcsupport.h moved from libc to lib/include/rtems and
189        now must be referenced as <rtems/XXX.h>.   Header file order
190        was cleaned up while doing this.
191
1922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
195        Switch to GNU canonicalization.
196
1972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
200        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
201        Include compile.am.
202
2032000-08-10      Joel Sherrill <joel@OARcorp.com>
204
205        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.