source: rtems/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog @ fd2b7d35

4.104.114.84.95
Last change on this file since fd2b7d35 was fd2b7d35, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:41:53

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • network/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
20
212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
24
252001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Add @exceptions@ to SUBDIRS.
28        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
29        make/custom/ppcn_60x.cfg;
30        Add RTEMS_PPC_EXCEPTIONS([old]).
31        * include/Makefile.am: include force-preinstall.am.
32        * wrapup/Makefile.am: Apply @exceptions@.
33
342001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
35
36        This modification is part of the submitted modifications necessary to
37        support the IBM PPC405 family.  This submission was reviewed by
38        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
39        not negatively impact the ppc403 BSPs.  The submission and tracking
40        process was captured as PR50.
41        * startup/spurious.c: Added ppc405 support.
42
432001-10-25      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/linkcmds: Added _init and _fini.
46
472001-10-12      Joel Sherrill <joel@OARcorp.com>
48
49        * clock/clock.c, console/console.c, console/debugio.c,
50        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
51        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
52        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
53        timer/timer.c: Fixed typo.
54
552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
58        * configure.in: Remove.
59        * configure.ac: New file, generated from configure.in by autoupdate.
60
612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
64
652001-06-19      Joel Sherrill <joel@OARcorp.com>
66
67        * include/Makefile.am: Fixed typo.
68
692001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.in: Add bspopts.h.
72        * include/.cvsignore: Add bspopts.h*, stamp-h*.
73        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
74        * include/bsp.h: Include bspopts.h.
75
762001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
77
78        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
79
802001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
83        CVS-Id.
84        * include/chain.h: Remove.
85        * include/Makefile.am: Remove chain.h.
86
872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
90
912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
94
952000-11-01      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
98        and libcsupport.h moved from libc to lib/include/rtems and
99        now must be referenced as <rtems/XXX.h>.   Header file order
100        was cleaned up while doing this.
101
1022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
105        Switch to GNU canonicalization.
106
1072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
110        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
111        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
112        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
113        Include compile.am
114
1152000-08-10      Joel Sherrill <joel@OARcorp.com>
116
117        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.