source: rtems/c/src/lib/libbsp/mips/p4000/ChangeLog @ 5fa17560

4.104.114.84.95
Last change on this file since 5fa17560 was 5fa17560, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/08/03 at 15:51:07

2003-09-08 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * console/console.c, include/bsp.h, include/coverhd.h,
8        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
9        license changed.
10
112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect having moved aclocal/.
14
152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reflect having moved automake/.
18        * console/Makefile.am: Reflect having moved automake/.
19        * include/Makefile.am: Reflect having moved automake/.
20        * liblnk/Makefile.am: Reflect having moved automake/.
21        * start/Makefile.am: Reflect having moved automake/.
22        * startup/Makefile.am: Reflect having moved automake/.
23        * wrapup/Makefile.am: Reflect having moved automake/.
24
252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
28
292003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        PR 445/bsps
32        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
33        Remove cpp, old_cpp (now unused).
34
352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove AC_CONFIG_AUX_DIR.
38
392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
42
432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: AC_PREREQ(2.57).
46
472003-01-20      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds*: Add FreeBSD sysctl() sections.
50
512003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57
582002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Use install-data-local to install startfile.
61
622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65
662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * .cvsignore: Reformat.
69        Add autom4te*cache.
70        Remove autom4te.cache.
71
722002-08-21      Joel Sherrill <joel@OARcorp.com>
73
74        * bsp_specs: Added support for -nostdlibs.
75
762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
83
842002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Eliminate PGM.
87        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
88
892002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
92
932002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
96        Remove $(OBJS) from all-local.
97
982002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
101
1022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac:
105        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
106        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
107        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
114
1152002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
118
1192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
122
1232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
126        * configure.in: Remove.
127        * configure.ac: New file, generated from configure.in by autoupdate.
128
1292001-09-28      Joel Sherrill <joel@OARcorp.com>
130
131        * start/start.S: Invoke boot_card() not main().
132
1332001-09-27      Joel Sherrill <joel@OARcorp.com>
134
135        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
136
1372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
140
1412001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.in: Add bspopts.h.
144        * include/bsp.h: Include bspopts.h.
145        * include/.cvsignore: Add bspopts.h*, stamp-h*.
146        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
147
1482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
149
150        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
151
1522001-03-14      Joel Sherrill <joel@OARcorp.com>
153
154        * console/console.c: Added printk() support.
155
1562001-01-08      Joel Sherrill <joel@OARcorp.com>
157
158        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
159        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
172        and libcsupport.h moved from libc to lib/include/rtems and
173        now must be referenced as <rtems/XXX.h>.   Header file order
174        was cleaned up while doing this.
175
1762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
179        Switch to GNU canonicalization.
180
1812000-10-24      Alan Cudmore <alanc@linuxstart.com> and
182        Joel Sherrill <joel@OARcorp.com>
183
184        * This is a major reworking of the mips64orion port to use
185        gcc predefines as much as possible and a big push to multilib
186        the mips port.  The mips64orion port was copied/renamed to mips
187        to be more like other GNU tools.  Alan did most of the technical
188        work of determining how to map old macro names used by the mips64orion
189        port to standard compiler macro definitions.  Joel did the merge
190        with CVS magic to keep individual file history and did the BSP
191        modifications. Details follow:
192        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
193        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
194        define of PMON stacksize.
195        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
196        reworked conditionals to use gcc predefines.
197        * console/idttlb.S: Ditto.
198
1992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
202        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
203
2042000-08-10      Joel Sherrill <joel@OARcorp.com>
205
206        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.