source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ ccd81b60

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

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

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 6.6 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92003-01-20      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
12
132002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        Remove SORDID_HACK. Eliminate *_O_FILES.
19        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23
242002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/Makefile.am: Use install-data-local to install startfile.
27
282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31
322002-11-04      Joel Sherrill <joel@OARcorp.com>
33
34        * irq/irq.c: Removed warnings.
35
362002-11-04      Joel Sherrill <joel@OARcorp.com>
37
38        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
39        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
40        Removed warnings.
41
422002-11-01      Joel Sherrill <joel@OARcorp.com>
43
44        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
45        removed warnings.
46
472002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
48
49        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
50        for _ISR_Nest_level.
51
522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Reformat.
55        Add autom4te*cache.
56        Remove autom4te.cache.
57
582002-08-21      Joel Sherrill <joel@OARcorp.com>
59
60        * bsp_specs: Added support for -nostdlibs.
61
622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
72
732002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: Eliminate PGM.
76        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
77
782002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
81
822002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
85        Remove $(OBJS) from all-local.
86
872002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
90
912001-05-09      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/linkcmds: In support of gcc 3.1, added one of more
94        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
95        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
96        and direction of segments to memory regions may also have been
97        addressed.  This was a sweep across all BSPs.
98 
992002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
102        * irq/irq_asm.S: Ditto.
103        * network/network.c: Include <rtems/bspIo.h>.
104        * start/start.S: Include <asm.h> instead of "asm.h".
105        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
106
1072002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
110
1112002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
114
1152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac:
118        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
119        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
120        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
130
1312002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Add RTEMS_CHECK_NETWORKING.
134
1352002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
138        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
139        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
140
1412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
144
1452001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
148        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
149
1502001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Add @exceptions@ to SUBDIRS.
153        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
154        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
155        * include/Makefile.am: Convert PREINSTALL_FILES to
156        TMPINSTALL_FILES, include force-preinstall.am.
157        * wrapup/Makefile.am: Apply @exceptions@.
158
1592001-10-29      Joel Sherrill <joel@OARcorp.com>
160
161        * .cvsignore: Add more entries.
162
1632001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * aclocal.m4: Removed.  Should not have been in CVS.
166
1672001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * aclocal.m4: Regenerated.
170        * configure.ac, include/Makefile.am, irq/Makefile.am,
171        vectors/Makefile.am: Updated to autoconf 2.52.
172        * include/.cvsignore: Added newly generated files.
173        * include/bsp.h: Added include of bspopts.h.
174
1752001-10-22      Joel Sherrill <joel@OARcorp.com>
176
177        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
178        include/.cvsignore, network/.cvsignore, start/.cvsignore,
179        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
180        files and other files missed in previous commit.
181
18201-10-22        Andy Dachs <a.dachs@sstl.co.uk>
183
184        * mpc8260ads added as new BSP.  tm27 reported not to run
185        at this time.
186        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
187        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
188        console/Makefile.am, console/console.c, include/Makefile.am,
189        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
190        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
191        network/Makefile.am, network/README, network/if_hdlcsubr.c,
192        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
193        start/start.S, startup/Makefile.am, startup/bspstart.c,
194        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
195        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
196        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
197        New files.
198
Note: See TracBrowser for help on using the repository browser.