source: rtems/c/src/lib/libbsp/mips/p4000/ChangeLog @ 867ab080

4.104.114.84.95
Last change on this file since 867ab080 was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 6.1 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * console/Makefile.am: Reflect having moved automake/.
5        * include/Makefile.am: Reflect having moved automake/.
6        * liblnk/Makefile.am: Reflect having moved automake/.
7        * start/Makefile.am: Reflect having moved automake/.
8        * startup/Makefile.am: Reflect having moved automake/.
9        * wrapup/Makefile.am: Reflect having moved automake/.
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        PR 445/bsps
18        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
19        Remove cpp, old_cpp (now unused).
20
212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove AC_CONFIG_AUX_DIR.
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AC_PREREQ(2.57).
32
332003-01-20      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds*: Add FreeBSD sysctl() sections.
36
372003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43
442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: Use install-data-local to install startfile.
47
482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Reformat.
55        Add autom4te*cache.
56        Remove autom4te.cache.
57
582002-08-21      Joel Sherrill <joel@OARcorp.com>
59
60        * bsp_specs: Added support for -nostdlibs.
61
622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
69
702002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Eliminate PGM.
73        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
74
752002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
78
792002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
82        Remove $(OBJS) from all-local.
83
842002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
87
882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac:
91        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
92        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
93        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
100
1012002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
104
1052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
108
1092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
112        * configure.in: Remove.
113        * configure.ac: New file, generated from configure.in by autoupdate.
114
1152001-09-28      Joel Sherrill <joel@OARcorp.com>
116
117        * start/start.S: Invoke boot_card() not main().
118
1192001-09-27      Joel Sherrill <joel@OARcorp.com>
120
121        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
122
1232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
126
1272001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.in: Add bspopts.h.
130        * include/bsp.h: Include bspopts.h.
131        * include/.cvsignore: Add bspopts.h*, stamp-h*.
132        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
133
1342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
135
136        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
137
1382001-03-14      Joel Sherrill <joel@OARcorp.com>
139
140        * console/console.c: Added printk() support.
141
1422001-01-08      Joel Sherrill <joel@OARcorp.com>
143
144        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
145        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
146
1472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
150
1512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
154
1552000-11-01      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
158        and libcsupport.h moved from libc to lib/include/rtems and
159        now must be referenced as <rtems/XXX.h>.   Header file order
160        was cleaned up while doing this.
161
1622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
165        Switch to GNU canonicalization.
166
1672000-10-24      Alan Cudmore <alanc@linuxstart.com> and
168        Joel Sherrill <joel@OARcorp.com>
169
170        * This is a major reworking of the mips64orion port to use
171        gcc predefines as much as possible and a big push to multilib
172        the mips port.  The mips64orion port was copied/renamed to mips
173        to be more like other GNU tools.  Alan did most of the technical
174        work of determining how to map old macro names used by the mips64orion
175        port to standard compiler macro definitions.  Joel did the merge
176        with CVS magic to keep individual file history and did the BSP
177        modifications. Details follow:
178        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
179        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
180        define of PMON stacksize.
181        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
182        reworked conditionals to use gcc predefines.
183        * console/idttlb.S: Ditto.
184
1852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
188        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
189
1902000-08-10      Joel Sherrill <joel@OARcorp.com>
191
192        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.