source: rtems/c/src/lib/libbsp/mips/p4000/ChangeLog @ 810720b6

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: Misc cleanups and fixes.
8        * startup/Makefile.am: Misc cleanups and fixes.
9        * wrapup/Makefile.am: Misc cleanups and fixes.
10
112003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add preinstallation dirstamp support.
14        * console/Makefile.am: Cosmetics.
15        * liblnk/Makefile.am: Cosmetics.
16        * startup/Makefile.am: Cosmetics.
17        * wrapup/Makefile.am: Cosmetics.
18
192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * console/Makefile.am: Remove all-local: $(ARCH).
22        * liblnk/Makefile.am: Remove all-local: $(ARCH).
23        * start/Makefile.am: Remove all-local: $(ARCH).
24        * startup/Makefile.am: Remove all-local: $(ARCH).
25        * wrapup/Makefile.am: Remove all-local: $(ARCH).
26
272003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Merge-in include/Makefile.am.
30        Reflect changes to bsp.am.
31        * include/Makefile.am: Remove.
32        * configure.ac: Reflect changes above.
33        * start/start.S: Comment out string after #endif.
34
352003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * bsp_specs: Remove *lib:.
38
392003-09-04      Joel Sherrill <joel@OARcorp.com>
40
41        * console/console.c, include/bsp.h, include/coverhd.h,
42        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
43        license changed.
44
452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Reflect having moved aclocal/.
48
492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Reflect having moved automake/.
52        * console/Makefile.am: Reflect having moved automake/.
53        * include/Makefile.am: Reflect having moved automake/.
54        * liblnk/Makefile.am: Reflect having moved automake/.
55        * start/Makefile.am: Reflect having moved automake/.
56        * startup/Makefile.am: Reflect having moved automake/.
57        * wrapup/Makefile.am: Reflect having moved automake/.
58
592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
62
632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        PR 445/bsps
66        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
67        Remove cpp, old_cpp (now unused).
68
692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove AC_CONFIG_AUX_DIR.
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AC_PREREQ(2.57).
80
812003-01-20      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds*: Add FreeBSD sysctl() sections.
84
852003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91
922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Use install-data-local to install startfile.
95
962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
99
1002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * .cvsignore: Reformat.
103        Add autom4te*cache.
104        Remove autom4te.cache.
105
1062002-08-21      Joel Sherrill <joel@OARcorp.com>
107
108        * bsp_specs: Added support for -nostdlibs.
109
1102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
117
1182002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * start/Makefile.am: Eliminate PGM.
121        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
122
1232002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
126
1272002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
130        Remove $(OBJS) from all-local.
131
1322002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
135
1362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac:
139        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
140        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
141        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
148
1492002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
152
1532001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
156
1572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
160        * configure.in: Remove.
161        * configure.ac: New file, generated from configure.in by autoupdate.
162
1632001-09-28      Joel Sherrill <joel@OARcorp.com>
164
165        * start/start.S: Invoke boot_card() not main().
166
1672001-09-27      Joel Sherrill <joel@OARcorp.com>
168
169        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
170
1712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
174
1752001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Add bspopts.h.
178        * include/bsp.h: Include bspopts.h.
179        * include/.cvsignore: Add bspopts.h*, stamp-h*.
180        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
181
1822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
183
184        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
185
1862001-03-14      Joel Sherrill <joel@OARcorp.com>
187
188        * console/console.c: Added printk() support.
189
1902001-01-08      Joel Sherrill <joel@OARcorp.com>
191
192        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
193        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
194
1952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
198
1992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
202
2032000-11-01      Joel Sherrill <joel@OARcorp.com>
204
205        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
206        and libcsupport.h moved from libc to lib/include/rtems and
207        now must be referenced as <rtems/XXX.h>.   Header file order
208        was cleaned up while doing this.
209
2102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
213        Switch to GNU canonicalization.
214
2152000-10-24      Alan Cudmore <alanc@linuxstart.com> and
216        Joel Sherrill <joel@OARcorp.com>
217
218        * This is a major reworking of the mips64orion port to use
219        gcc predefines as much as possible and a big push to multilib
220        the mips port.  The mips64orion port was copied/renamed to mips
221        to be more like other GNU tools.  Alan did most of the technical
222        work of determining how to map old macro names used by the mips64orion
223        port to standard compiler macro definitions.  Joel did the merge
224        with CVS magic to keep individual file history and did the BSP
225        modifications. Details follow:
226        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
227        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
228        define of PMON stacksize.
229        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
230        reworked conditionals to use gcc predefines.
231        * console/idttlb.S: Ditto.
232
2332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
236        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
237
2382000-08-10      Joel Sherrill <joel@OARcorp.com>
239
240        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.