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

4.104.114.84.95
Last change on this file since b58e3f3 was b58e3f3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 11:50:05

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

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • start/start.S: Comment out string after #endif.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7        * start/start.S: Comment out string after #endif.
8
92003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * bsp_specs: Remove *lib:.
12
132003-09-04      Joel Sherrill <joel@OARcorp.com>
14
15        * console/console.c, include/bsp.h, include/coverhd.h,
16        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
17        license changed.
18
192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect having moved aclocal/.
22
232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect having moved automake/.
26        * console/Makefile.am: Reflect having moved automake/.
27        * include/Makefile.am: Reflect having moved automake/.
28        * liblnk/Makefile.am: Reflect having moved automake/.
29        * start/Makefile.am: Reflect having moved automake/.
30        * startup/Makefile.am: Reflect having moved automake/.
31        * wrapup/Makefile.am: Reflect having moved automake/.
32
332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
36
372003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        PR 445/bsps
40        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
41        Remove cpp, old_cpp (now unused).
42
432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove AC_CONFIG_AUX_DIR.
46
472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
50
512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: AC_PREREQ(2.57).
54
552003-01-20      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds*: Add FreeBSD sysctl() sections.
58
592003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65
662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/Makefile.am: Use install-data-local to install startfile.
69
702002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73
742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Reformat.
77        Add autom4te*cache.
78        Remove autom4te.cache.
79
802002-08-21      Joel Sherrill <joel@OARcorp.com>
81
82        * bsp_specs: Added support for -nostdlibs.
83
842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
91
922002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Eliminate PGM.
95        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
96
972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
100
1012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
104        Remove $(OBJS) from all-local.
105
1062002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
109
1102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac:
113        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
114        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
115        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
122
1232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
126
1272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
130
1312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
134        * configure.in: Remove.
135        * configure.ac: New file, generated from configure.in by autoupdate.
136
1372001-09-28      Joel Sherrill <joel@OARcorp.com>
138
139        * start/start.S: Invoke boot_card() not main().
140
1412001-09-27      Joel Sherrill <joel@OARcorp.com>
142
143        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
144
1452001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
148
1492001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.in: Add bspopts.h.
152        * include/bsp.h: Include bspopts.h.
153        * include/.cvsignore: Add bspopts.h*, stamp-h*.
154        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
155
1562001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
157
158        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
159
1602001-03-14      Joel Sherrill <joel@OARcorp.com>
161
162        * console/console.c: Added printk() support.
163
1642001-01-08      Joel Sherrill <joel@OARcorp.com>
165
166        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
167        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
168
1692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
172
1732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
176
1772000-11-01      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
180        and libcsupport.h moved from libc to lib/include/rtems and
181        now must be referenced as <rtems/XXX.h>.   Header file order
182        was cleaned up while doing this.
183
1842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
187        Switch to GNU canonicalization.
188
1892000-10-24      Alan Cudmore <alanc@linuxstart.com> and
190        Joel Sherrill <joel@OARcorp.com>
191
192        * This is a major reworking of the mips64orion port to use
193        gcc predefines as much as possible and a big push to multilib
194        the mips port.  The mips64orion port was copied/renamed to mips
195        to be more like other GNU tools.  Alan did most of the technical
196        work of determining how to map old macro names used by the mips64orion
197        port to standard compiler macro definitions.  Joel did the merge
198        with CVS magic to keep individual file history and did the BSP
199        modifications. Details follow:
200        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
201        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
202        define of PMON stacksize.
203        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
204        reworked conditionals to use gcc predefines.
205        * console/idttlb.S: Ditto.
206
2072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
210        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
211
2122000-08-10      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.