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

Last change on this file since d2826e2 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.2 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: Disable code to touch PIC.
81
822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
85
862001-05-09      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: In support of gcc 3.1, added one of more
89        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
90        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
91        and direction of segments to memory regions may also have been
92        addressed.  This was a sweep across all BSPs.
93 
942002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Update, remove code rott.
97
982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
116
1172001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
120        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
121
1222001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
125
1262001-10-17      Joel Sherrill <joel@OARcorp.com>
127
128        * timer: New subdirectory.
129        * timer/Makefile.am: New file.
130        * timer/.cvsignore: New file.
131        * Makefile.am: Modified to reflect above.
132        * configure.ac: Ditto.
133        * wrapup/Makefile.am: Ditto.
134        * include/bsp.h: Stubs to let tm27 compile and link.
135
1362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
139        * configure.in: Remove.
140        * configure.ac: New file, generated from configure.in by autoupdate.
141
1422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * include/Makefile.am: Use 'CLEANFILES ='.
145        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
146        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
147
1482001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.in: Add include/bspopts.h.
151        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
152        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
153        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
154        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
155        * include/bsp.h: Add bspopts.h.
156
1572001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
160
1612001-01-08      Joel Sherrill <joel@OARcorp.com>
162
163        * include/bsp.h: Added closing brace for extern C.
164
1652000-12-06      Joel Sherrill <joel@OARcorp.com>
166
167        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
168        * configure.in: Add clock subdirectory.
169        * include/Makefile.am: Add coverhd.h.
170
1712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
174
1752000-11-02      Joel Sherrill <joel@OARcorp.com>
176
177        * bsp_specs: Remove -Tlinkcmds from *link rule.
178
1792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
182
1832000-11-01      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
186        and libcsupport.h moved from libc to lib/include/rtems and
187        now must be referenced as <rtems/XXX.h>.   Header file order
188        was cleaned up while doing this.
189
1902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
193        Switch to GNU canonicalization.
194
1952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
198        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
199        Include compile.am.
200
2012000-08-10      Joel Sherrill <joel@OARcorp.com>
202
203        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.