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

4.104.114.84.95
Last change on this file since 9c1133e was 7b0c547a, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 19:53:27

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
4
52002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13
142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * start/Makefile.am: Use install-data-local to install startfile.
17
182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21
222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Reformat.
25        Add autom4te*cache.
26        Remove autom4te.cache.
27
282002-08-21      Joel Sherrill <joel@OARcorp.com>
29
30        * bsp_specs: Added support for -nostdlibs.
31
322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
41
422002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: Eliminate PGM.
45        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
46
472002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
50
512002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
52
53        * irq/bsp_irq_asm.S: Disable code to touch PIC.
54
552002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
58
592001-05-09      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: In support of gcc 3.1, added one of more
62        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
63        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
64        and direction of segments to memory regions may also have been
65        addressed.  This was a sweep across all BSPs.
66 
672002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Update, remove code rott.
70
712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac:
74        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
75        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
76        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
85
862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
89
902001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
93        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
94
952001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
98
992001-10-17      Joel Sherrill <joel@OARcorp.com>
100
101        * timer: New subdirectory.
102        * timer/Makefile.am: New file.
103        * timer/.cvsignore: New file.
104        * Makefile.am: Modified to reflect above.
105        * configure.ac: Ditto.
106        * wrapup/Makefile.am: Ditto.
107        * include/bsp.h: Stubs to let tm27 compile and link.
108
1092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
112        * configure.in: Remove.
113        * configure.ac: New file, generated from configure.in by autoupdate.
114
1152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * include/Makefile.am: Use 'CLEANFILES ='.
118        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
119        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
120
1212001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.in: Add include/bspopts.h.
124        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
125        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
126        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
127        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
128        * include/bsp.h: Add bspopts.h.
129
1302001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
133
1342001-01-08      Joel Sherrill <joel@OARcorp.com>
135
136        * include/bsp.h: Added closing brace for extern C.
137
1382000-12-06      Joel Sherrill <joel@OARcorp.com>
139
140        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
141        * configure.in: Add clock subdirectory.
142        * include/Makefile.am: Add coverhd.h.
143
1442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
147
1482000-11-02      Joel Sherrill <joel@OARcorp.com>
149
150        * bsp_specs: Remove -Tlinkcmds from *link rule.
151
1522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
155
1562000-11-01      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
159        and libcsupport.h moved from libc to lib/include/rtems and
160        now must be referenced as <rtems/XXX.h>.   Header file order
161        was cleaned up while doing this.
162
1632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
166        Switch to GNU canonicalization.
167
1682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
171        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
172        Include compile.am.
173
1742000-08-10      Joel Sherrill <joel@OARcorp.com>
175
176        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.