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

4.104.114.84.95
Last change on this file since 4eef8f7 was cf40ab9b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/02 at 13:37:42

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

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • irq/Makefile.am: Don't include @RTEMS_BSP@.cfg. Remove SORDID_HACK. Eliminate *_O_FILES.
  • network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        Remove SORDID_HACK. Eliminate *_O_FILES.
7        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11
122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Use install-data-local to install startfile.
15
162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19
202002-11-04      Joel Sherrill <joel@OARcorp.com>
21
22        * irq/irq.c: Removed warnings.
23
242002-11-04      Joel Sherrill <joel@OARcorp.com>
25
26        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
27        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
28        Removed warnings.
29
302002-11-01      Joel Sherrill <joel@OARcorp.com>
31
32        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
33        removed warnings.
34
352002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
36
37        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
38        for _ISR_Nest_level.
39
402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Reformat.
43        Add autom4te*cache.
44        Remove autom4te.cache.
45
462002-08-21      Joel Sherrill <joel@OARcorp.com>
47
48        * bsp_specs: Added support for -nostdlibs.
49
502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
60
612002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Eliminate PGM.
64        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
65
662002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
69
702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
73        Remove $(OBJS) from all-local.
74
752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
78
792001-05-09      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/linkcmds: In support of gcc 3.1, added one of more
82        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
83        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
84        and direction of segments to memory regions may also have been
85        addressed.  This was a sweep across all BSPs.
86 
872002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
90        * irq/irq_asm.S: Ditto.
91        * network/network.c: Include <rtems/bspIo.h>.
92        * start/start.S: Include <asm.h> instead of "asm.h".
93        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
94
952002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
98
992002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
102
1032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac:
106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
108        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118
1192002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Add RTEMS_CHECK_NETWORKING.
122
1232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
126        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
127        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
128
1292001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
132
1332001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
136        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
137
1382001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add @exceptions@ to SUBDIRS.
141        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
142        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
143        * include/Makefile.am: Convert PREINSTALL_FILES to
144        TMPINSTALL_FILES, include force-preinstall.am.
145        * wrapup/Makefile.am: Apply @exceptions@.
146
1472001-10-29      Joel Sherrill <joel@OARcorp.com>
148
149        * .cvsignore: Add more entries.
150
1512001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * aclocal.m4: Removed.  Should not have been in CVS.
154
1552001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * aclocal.m4: Regenerated.
158        * configure.ac, include/Makefile.am, irq/Makefile.am,
159        vectors/Makefile.am: Updated to autoconf 2.52.
160        * include/.cvsignore: Added newly generated files.
161        * include/bsp.h: Added include of bspopts.h.
162
1632001-10-22      Joel Sherrill <joel@OARcorp.com>
164
165        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
166        include/.cvsignore, network/.cvsignore, start/.cvsignore,
167        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
168        files and other files missed in previous commit.
169
17001-10-22        Andy Dachs <a.dachs@sstl.co.uk>
171
172        * mpc8260ads added as new BSP.  tm27 reported not to run
173        at this time.
174        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
175        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
176        console/Makefile.am, console/console.c, include/Makefile.am,
177        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
178        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
179        network/Makefile.am, network/README, network/if_hdlcsubr.c,
180        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
181        start/start.S, startup/Makefile.am, startup/bspstart.c,
182        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
183        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
184        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
185        New files.
186
Note: See TracBrowser for help on using the repository browser.