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

Last change on this file since fa26318 was fa26318, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:43:50

2003-09-04 Joel Sherrill <joel@…>

  • include/bsp.h, include/registers.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S, startup/bspstart.c, startup/exit.c: URL for license changed.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
4        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
5        startup/bspstart.c, startup/exit.c: URL for license changed.
6
72003-08-22      Joel Sherrill <joel@OARcorp.com>
8
9        PR 445/bsps
10        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
11        trunk.
12
132003-08-22      Joel Sherrill <joel@OARcorp.com>
14
15        PR 444/bsps
16        * bsp_specs: Remove USE_ENHANCED_INTR_API.
17
182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
21
222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove AC_CONFIG_AUX_DIR.
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
29
302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AC_PREREQ(2.57).
33
342003-01-20      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
37
382002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46
472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * start/Makefile.am: Use install-data-local to install startfile.
50
512002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54
552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Reformat.
58        Add autom4te*cache.
59        Remove autom4te.cache.
60
612002-08-21      Joel Sherrill <joel@OARcorp.com>
62
63        * bsp_specs: Added support for -nostdlibs.
64
652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
74
752002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Eliminate PGM.
78        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
79
802002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
83
842002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
85
86        * irq/bsp_irq_asm.S: Disable code to touch PIC.
87
882002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
91
922001-05-09      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds: In support of gcc 3.1, added one of more
95        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
96        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
97        and direction of segments to memory regions may also have been
98        addressed.  This was a sweep across all BSPs.
99 
1002002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Update, remove code rott.
103
1042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac:
107        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
108        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
109        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118
1192002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
122
1232001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
126        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
127
1282001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
131
1322001-10-17      Joel Sherrill <joel@OARcorp.com>
133
134        * timer: New subdirectory.
135        * timer/Makefile.am: New file.
136        * timer/.cvsignore: New file.
137        * Makefile.am: Modified to reflect above.
138        * configure.ac: Ditto.
139        * wrapup/Makefile.am: Ditto.
140        * include/bsp.h: Stubs to let tm27 compile and link.
141
1422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
145        * configure.in: Remove.
146        * configure.ac: New file, generated from configure.in by autoupdate.
147
1482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * include/Makefile.am: Use 'CLEANFILES ='.
151        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
152        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
153
1542001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.in: Add include/bspopts.h.
157        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
158        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
159        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
160        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
161        * include/bsp.h: Add bspopts.h.
162
1632001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
166
1672001-01-08      Joel Sherrill <joel@OARcorp.com>
168
169        * include/bsp.h: Added closing brace for extern C.
170
1712000-12-06      Joel Sherrill <joel@OARcorp.com>
172
173        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
174        * configure.in: Add clock subdirectory.
175        * include/Makefile.am: Add coverhd.h.
176
1772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
180
1812000-11-02      Joel Sherrill <joel@OARcorp.com>
182
183        * bsp_specs: Remove -Tlinkcmds from *link rule.
184
1852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
188
1892000-11-01      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
192        and libcsupport.h moved from libc to lib/include/rtems and
193        now must be referenced as <rtems/XXX.h>.   Header file order
194        was cleaned up while doing this.
195
1962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
199        Switch to GNU canonicalization.
200
2012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
204        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
205        Include compile.am.
206
2072000-08-10      Joel Sherrill <joel@OARcorp.com>
208
209        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.