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

4.104.114.84.95
Last change on this file since 59a01a6e was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

2002-12-12 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-11-04      Joel Sherrill <joel@OARcorp.com>
10
11        * irq/irq.c: Removed warnings.
12
132002-11-04      Joel Sherrill <joel@OARcorp.com>
14
15        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
16        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
17        Removed warnings.
18
192002-11-01      Joel Sherrill <joel@OARcorp.com>
20
21        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
22        removed warnings.
23
242002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
25
26        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
27        for _ISR_Nest_level.
28
292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
352002-08-21      Joel Sherrill <joel@OARcorp.com>
36
37        * bsp_specs: Added support for -nostdlibs.
38
392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
49
502002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: Eliminate PGM.
53        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
54
552002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
58
592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
62        Remove $(OBJS) from all-local.
63
642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
67
682001-05-09      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: In support of gcc 3.1, added one of more
71        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
72        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
73        and direction of segments to memory regions may also have been
74        addressed.  This was a sweep across all BSPs.
75 
762002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
79        * irq/irq_asm.S: Ditto.
80        * network/network.c: Include <rtems/bspIo.h>.
81        * start/start.S: Include <asm.h> instead of "asm.h".
82        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
83
842002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
87
882002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
91
922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac:
95        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
96        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
97        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
107
1082002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Add RTEMS_CHECK_NETWORKING.
111
1122002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
115        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
116        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
117
1182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
121
1222001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
125        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
126
1272001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Add @exceptions@ to SUBDIRS.
130        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
131        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
132        * include/Makefile.am: Convert PREINSTALL_FILES to
133        TMPINSTALL_FILES, include force-preinstall.am.
134        * wrapup/Makefile.am: Apply @exceptions@.
135
1362001-10-29      Joel Sherrill <joel@OARcorp.com>
137
138        * .cvsignore: Add more entries.
139
1402001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal.m4: Removed.  Should not have been in CVS.
143
1442001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal.m4: Regenerated.
147        * configure.ac, include/Makefile.am, irq/Makefile.am,
148        vectors/Makefile.am: Updated to autoconf 2.52.
149        * include/.cvsignore: Added newly generated files.
150        * include/bsp.h: Added include of bspopts.h.
151
1522001-10-22      Joel Sherrill <joel@OARcorp.com>
153
154        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
155        include/.cvsignore, network/.cvsignore, start/.cvsignore,
156        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
157        files and other files missed in previous commit.
158
15901-10-22        Andy Dachs <a.dachs@sstl.co.uk>
160
161        * mpc8260ads added as new BSP.  tm27 reported not to run
162        at this time.
163        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
164        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
165        console/Makefile.am, console/console.c, include/Makefile.am,
166        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
167        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
168        network/Makefile.am, network/README, network/if_hdlcsubr.c,
169        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
170        start/start.S, startup/Makefile.am, startup/bspstart.c,
171        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
172        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
173        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
174        New files.
175
Note: See TracBrowser for help on using the repository browser.