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

4.104.114.84.95
Last change on this file since a2ae30c2 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * bsp_specs: Added support for -nostdlibs.
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
15
162002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * start/Makefile.am: Eliminate PGM.
19        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
20
212002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
24
252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
28        Remove $(OBJS) from all-local.
29
302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
33
342001-05-09      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds: In support of gcc 3.1, added one of more
37        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
38        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
39        and direction of segments to memory regions may also have been
40        addressed.  This was a sweep across all BSPs.
41 
422002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
45        * irq/irq_asm.S: Ditto.
46        * network/network.c: Include <rtems/bspIo.h>.
47        * start/start.S: Include <asm.h> instead of "asm.h".
48        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
49
502002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
53
542002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
57
582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac:
61        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
62        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
63        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add RTEMS_CHECK_NETWORKING.
77
782002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
81        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
82        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
83
842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
87
882001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
91        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
92
932001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Add @exceptions@ to SUBDIRS.
96        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
97        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
98        * include/Makefile.am: Convert PREINSTALL_FILES to
99        TMPINSTALL_FILES, include force-preinstall.am.
100        * wrapup/Makefile.am: Apply @exceptions@.
101
1022001-10-29      Joel Sherrill <joel@OARcorp.com>
103
104        * .cvsignore: Add more entries.
105
1062001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * aclocal.m4: Removed.  Should not have been in CVS.
109
1102001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * aclocal.m4: Regenerated.
113        * configure.ac, include/Makefile.am, irq/Makefile.am,
114        vectors/Makefile.am: Updated to autoconf 2.52.
115        * include/.cvsignore: Added newly generated files.
116        * include/bsp.h: Added include of bspopts.h.
117
1182001-10-22      Joel Sherrill <joel@OARcorp.com>
119
120        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
121        include/.cvsignore, network/.cvsignore, start/.cvsignore,
122        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
123        files and other files missed in previous commit.
124
12501-10-22        Andy Dachs <a.dachs@sstl.co.uk>
126
127        * mpc8260ads added as new BSP.  tm27 reported not to run
128        at this time.
129        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
130        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
131        console/Makefile.am, console/console.c, include/Makefile.am,
132        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
133        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
134        network/Makefile.am, network/README, network/if_hdlcsubr.c,
135        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
136        start/start.S, startup/Makefile.am, startup/bspstart.c,
137        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
138        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
139        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
140        New files.
141
Note: See TracBrowser for help on using the repository browser.