source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 9e1ae79

4.104.114.84.95
Last change on this file since 9e1ae79 was 9e1ae79, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/01 at 01:07:18

2001-11-30 Ralf Corsepius <corsepiu@…>

  • configure.ac: Introduce RTEMS_BSP_CONFIGURE.
  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[9e1ae79]12001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
4
[f5e7b4c3]52001-11-28      Joel Sherrill <joel@OARcorp.com>,
6
7        This was tracked as PR87.
8        * README, configure.ac, include/Makefile.am, include/bsp.h,
9        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
10        Eliminated conditional code for generation 1 boards as these are
11        no longer available.
12        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
13
[65c34da0]142001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Add @exceptions@ to SUBDIRS.
17        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
18        make/custom/score603e.cfg;
19        Add automake conditional for SCORE_GENERATION_1;
20        Add RTEMS_PPC_EXCEPTIONS([old]).
21        * include/Makefile.am: include force-preinstall.am.
22        * start/start.S: include <bspopts.h> instead of targopts.h.
23        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
24        * vectors/vector.S: include <bsp.h>.
25        * wrapup/Makefile.am: Apply @exceptions@.
26
[ac9253e]272001-10-25      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds: Added _init and _fini.
30
[7358d5b1]312001-10-12      Joel Sherrill <joel@OARcorp.com>
32
33        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
34        console/consolebsp.h, console/consolereserveresources.c,
35        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
36        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
37        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
38        startup/vmeintr.c, timer/timer.c: Fixed typo.
39
[df25c998]402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
43        * configure.in: Remove.
44        * configure.ac: New file, generated from configure.in by autoupdate.
45
[3d5bd91b]462001-10-11      Joel Sherrill <joel@OARcorp.com>
47
48        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
49        delay_in_bus_cycles() to add rtems_bsp_ prefix.
50
[c1767be0]512001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
54
[7078fa2a]552001-08-30      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
58        gnat 3.13p.
59
[d4f9cef5]602001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.in: Add bspopts.h.
63        * include/.cvsignore: Add bspopts.h*, stamp-h*.
64        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
65        * include/bsp.h: Include bspopts.h.
66
[6f21328]672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
68
69        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
70
[4145ad6]712001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
74        CVS-Id.
75        * include/chain.h: Remove.
76        * include/Makefile.am: Remove chain.h.
77
[feead226]782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
81
[a314d3b4]822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
85
[1ae05bf]862000-11-01      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
89        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
90        now must be referenced as <rtems/XXX.h>.   Header file order
91        was cleaned up while doing this.
92
[eba2e4f]932000-11-01      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
96        and libcsupport.h moved from libc to lib/include/rtems and
97        now must be referenced as <rtems/XXX.h>.   Header file order
98        was cleaned up while doing this.
99
[e83378d]1002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
103        Switch to GNU canonicalization.
104
[a9b84f7]1052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
108        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
109        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
110        compile.am
111
[e94ad1fe]1122000-08-10      Joel Sherrill <joel@OARcorp.com>
113
114        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.