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

4.104.114.84.95
Last change on this file since 89fcd5ca was 89fcd5ca, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 22:55:52

2002-11-01 Joel Sherrill <joel@…>

  • irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and removed warnings.
  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[89fcd5ca]12002-11-01      Joel Sherrill <joel@OARcorp.com>
2
3        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
4        removed warnings.
5
[d36d3a3]62002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
7
8        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
9        for _ISR_Nest_level.
10
[8730f45]112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * .cvsignore: Reformat.
14        Add autom4te*cache.
15        Remove autom4te.cache.
16
[a2ae30c2]172002-08-21      Joel Sherrill <joel@OARcorp.com>
18
19        * bsp_specs: Added support for -nostdlibs.
20
[1f5a123a]212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
31
[b9288fb1]322002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * start/Makefile.am: Eliminate PGM.
35        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
36
[f1feebb]372002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
40
[445c0a0]412002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
44        Remove $(OBJS) from all-local.
45
[80defac]462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
49
[85c92574]502001-05-09      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds: In support of gcc 3.1, added one of more
53        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
54        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
55        and direction of segments to memory regions may also have been
56        addressed.  This was a sweep across all BSPs.
57 
[1628414]582002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
61        * irq/irq_asm.S: Ditto.
62        * network/network.c: Include <rtems/bspIo.h>.
63        * start/start.S: Include <asm.h> instead of "asm.h".
64        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
65
[fb19f111]662002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
69
[e77a00a5]702002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
73
[59e54c7]742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac:
77        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
78        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
79        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
89
[eccd3a3]902002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Add RTEMS_CHECK_NETWORKING.
93
[0bebe52]942002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
97        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
98        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
99
[9e1ae79]1002001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
103
[14e1c414]1042001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
107        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
108
[36024a6c]1092001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Add @exceptions@ to SUBDIRS.
112        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
113        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
114        * include/Makefile.am: Convert PREINSTALL_FILES to
115        TMPINSTALL_FILES, include force-preinstall.am.
116        * wrapup/Makefile.am: Apply @exceptions@.
117
[922eb07]1182001-10-29      Joel Sherrill <joel@OARcorp.com>
119
120        * .cvsignore: Add more entries.
121
[d6a2391f]1222001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * aclocal.m4: Removed.  Should not have been in CVS.
125
[22afde51]1262001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * aclocal.m4: Regenerated.
129        * configure.ac, include/Makefile.am, irq/Makefile.am,
130        vectors/Makefile.am: Updated to autoconf 2.52.
131        * include/.cvsignore: Added newly generated files.
132        * include/bsp.h: Added include of bspopts.h.
133
[e084576]1342001-10-22      Joel Sherrill <joel@OARcorp.com>
135
136        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
137        include/.cvsignore, network/.cvsignore, start/.cvsignore,
138        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
139        files and other files missed in previous commit.
140
[5edbffe]14101-10-22        Andy Dachs <a.dachs@sstl.co.uk>
142
143        * mpc8260ads added as new BSP.  tm27 reported not to run
144        at this time.
145        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
146        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
147        console/Makefile.am, console/console.c, include/Makefile.am,
148        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
149        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
150        network/Makefile.am, network/README, network/if_hdlcsubr.c,
151        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
152        start/start.S, startup/Makefile.am, startup/bspstart.c,
153        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
154        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
155        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
156        New files.
157
Note: See TracBrowser for help on using the repository browser.