source: rtems/c/src/lib/libbsp/powerpc/dmv177/ChangeLog @ 5f6f7c9

Last change on this file since 5f6f7c9 was 5f6f7c9, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 17:30:53

2003-09-04 Joel Sherrill <joel@…>

  • console/conscfg.c, include/bsp.h, scv64/scv64.c, startup/bspstart.c, tod/todcfg.c: Removed incorrect statement about copyright assignment.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * console/conscfg.c, include/bsp.h, scv64/scv64.c, startup/bspstart.c,
4        tod/todcfg.c: Removed incorrect statement about copyright assignment.
5
62003-08-22      Joel Sherrill <joel@OARcorp.com>
7
8        PR 445/bsps
9        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
10        trunk.
11
122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
15
162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove AC_CONFIG_AUX_DIR.
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AC_PREREQ(2.57).
27
282003-01-20      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds*: Add FreeBSD sysctl() sections.
31
322002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * scv64/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * start/Makefile.am: Use install-data-local to install startfile.
46
472002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50
512002-11-04      Joel Sherrill <joel@OARcorp.com>
52
53        * clock/clock.c: Removed warnings.
54
552002-11-01      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/genpvec.c, tod/todcfg.c: Removed warnings.
58
592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * .cvsignore: Reformat.
62        Add autom4te*cache.
63        Remove autom4te.cache.
64
652002-08-21      Joel Sherrill <joel@OARcorp.com>
66
67        * bsp_specs: Added support for -nostdlibs.
68
692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * scv64/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
80
812002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Eliminate PGMS.
84        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
85
862002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
89
902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
93        Remove $(OBJS) from all-local.
94
952002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
98
992001-05-09      Joel Sherrill <joel@OARcorp.com>
100
101        * startup/linkcmds: In support of gcc 3.1, added one of more
102        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
103        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
104        and direction of segments to memory regions may also have been
105        addressed.  This was a sweep across all BSPs.
106 
1072001-04-08      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
110 
1112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac:
114        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
115        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
116        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * scv64/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
127
1282001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
131
1322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
135
1362001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Add @exceptions@ to SUBDIRS.
139        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
140        make/custom/dmv177.cfg;
141        Rename PPC_USE_INSTRUCTION_CACHE to DMV177_USE_INSTRUCTION_CACHE,
142        Add RTEMS_PPC_EXCEPTIONS([old]).
143        * include/Makefile.am: include force-preinstall.am.
144        * startup/bspstart.c: Rename PPC_USE_INSTRUCTION_CACHE to
145        DMV177_USE_INSTRUCTION_CACHE.
146        * wrapup/Makefile.am: Apply @exceptions@.
147
1482001-10-25      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: Added _init and _fini.
151
1522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
155        * configure.in: Remove.
156        * configure.ac: New file, generated from configure.in by autoupdate.
157
1582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * include/Makefile.am: Use 'CLEANFILES ='.
161        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
162
1632001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.in: Remove CONSOLE_USE_POLLED, HAS_RTC.
166
1672001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.in: Add bspopts.h, AC_DEFINE CONSOLE_USE_INTERRUPTS,
170        CONSOLE_USE_POLLED, HAS_RTC.
171        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h, tod.h.
172        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, New
173        treatment of tod.h, coverhd.h.
174        * include/bsp.h: Add include bspopts.h.
175
1762001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
179
1802001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * startup/genpvec.c: #include <chain.h> instead of "chain.h".
183
1842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
187
1882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
191
1922000-11-01      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
195        and libcsupport.h moved from libc to lib/include/rtems and
196        now must be referenced as <rtems/XXX.h>.   Header file order
197        was cleaned up while doing this.
198
1992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
202        Switch to GNU canonicalization.
203
2042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am,
207        sonic/Makefile.am, start/Makefile.am, startup/Makefile.am,
208        timer/Makefile.am, tod/Makefile.am, wrapup/Makefile.am: Include
209        compile.am
210
2112000-08-10      Joel Sherrill <joel@OARcorp.com>
212
213        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.