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

4.104.114.84.95
Last change on this file since f4153d1 was f4153d1, checked in by Joel Sherrill <joel.sherrill@…>, on 05/01/02 at 22:31:46

2002-04-22 Ralf Corsepius <corsepiu@…>

  • startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
  • Property mode set to 100644
File size: 4.3 KB
Line 
12002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
4
52002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/start.S: remove targopts.h.
8
92001-04-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
12 
132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac:
16        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
17        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
18        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
32
332001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
36
372001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Add @exceptions@ to SUBDIRS.
40        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
41        make/custom/ppcn_60x.cfg;
42        Add RTEMS_PPC_EXCEPTIONS([old]).
43        * include/Makefile.am: include force-preinstall.am.
44        * wrapup/Makefile.am: Apply @exceptions@.
45
462001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
47
48        This modification is part of the submitted modifications necessary to
49        support the IBM PPC405 family.  This submission was reviewed by
50        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
51        not negatively impact the ppc403 BSPs.  The submission and tracking
52        process was captured as PR50.
53        * startup/spurious.c: Added ppc405 support.
54
552001-10-25      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds: Added _init and _fini.
58
592001-10-12      Joel Sherrill <joel@OARcorp.com>
60
61        * clock/clock.c, console/console.c, console/debugio.c,
62        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
63        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
64        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
65        timer/timer.c: Fixed typo.
66
672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
70        * configure.in: Remove.
71        * configure.ac: New file, generated from configure.in by autoupdate.
72
732001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
76
772001-06-19      Joel Sherrill <joel@OARcorp.com>
78
79        * include/Makefile.am: Fixed typo.
80
812001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: Add bspopts.h.
84        * include/.cvsignore: Add bspopts.h*, stamp-h*.
85        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
86        * include/bsp.h: Include bspopts.h.
87
882001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
89
90        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
91
922001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
95        CVS-Id.
96        * include/chain.h: Remove.
97        * include/Makefile.am: Remove chain.h.
98
992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
102
1032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
106
1072000-11-01      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
110        and libcsupport.h moved from libc to lib/include/rtems and
111        now must be referenced as <rtems/XXX.h>.   Header file order
112        was cleaned up while doing this.
113
1142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
117        Switch to GNU canonicalization.
118
1192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
122        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
123        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
124        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
125        Include compile.am
126
1272000-08-10      Joel Sherrill <joel@OARcorp.com>
128
129        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.