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

4.104.114.84.95
Last change on this file since f8cb04a5 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * bsp_specs: Added support for -nostdlibs.
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
12
132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * start/Makefile.am: Eliminate PGM.
16        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
17
182002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
21
222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
25        Remove $(OBJS) from all-local.
26
272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
30
312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac:
34        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
35        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
36        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
43
442002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
47
482001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
51
522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
55        * configure.in: Remove.
56        * configure.ac: New file, generated from configure.in by autoupdate.
57
582001-09-28      Joel Sherrill <joel@OARcorp.com>
59
60        * start/start.S: Invoke boot_card() not main().
61
622001-09-27      Joel Sherrill <joel@OARcorp.com>
63
64        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
65
662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
69
702001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.in: Add bspopts.h.
73        * include/bsp.h: Include bspopts.h.
74        * include/.cvsignore: Add bspopts.h*, stamp-h*.
75        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
76
772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
78
79        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
80
812001-03-14      Joel Sherrill <joel@OARcorp.com>
82
83        * console/console.c: Added printk() support.
84
852001-01-08      Joel Sherrill <joel@OARcorp.com>
86
87        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
88        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
89
902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
93
942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
97
982000-11-01      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
101        and libcsupport.h moved from libc to lib/include/rtems and
102        now must be referenced as <rtems/XXX.h>.   Header file order
103        was cleaned up while doing this.
104
1052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
108        Switch to GNU canonicalization.
109
1102000-10-24      Alan Cudmore <alanc@linuxstart.com> and
111        Joel Sherrill <joel@OARcorp.com>
112
113        * This is a major reworking of the mips64orion port to use
114        gcc predefines as much as possible and a big push to multilib
115        the mips port.  The mips64orion port was copied/renamed to mips
116        to be more like other GNU tools.  Alan did most of the technical
117        work of determining how to map old macro names used by the mips64orion
118        port to standard compiler macro definitions.  Joel did the merge
119        with CVS magic to keep individual file history and did the BSP
120        modifications. Details follow:
121        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
122        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
123        define of PMON stacksize.
124        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
125        reworked conditionals to use gcc predefines.
126        * console/idttlb.S: Ditto.
127
1282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
131        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
132
1332000-08-10      Joel Sherrill <joel@OARcorp.com>
134
135        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.