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

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * bsp_specs: Added support for -nostdlibs.
10
112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
18
192002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * start/Makefile.am: Eliminate PGM.
22        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
23
242002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
27
282002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
31        Remove $(OBJS) from all-local.
32
332002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
36
372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac:
40        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
41        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
42        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
502002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
53
542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
57
582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
61        * configure.in: Remove.
62        * configure.ac: New file, generated from configure.in by autoupdate.
63
642001-09-28      Joel Sherrill <joel@OARcorp.com>
65
66        * start/start.S: Invoke boot_card() not main().
67
682001-09-27      Joel Sherrill <joel@OARcorp.com>
69
70        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
71
722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
75
762001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.in: Add bspopts.h.
79        * include/bsp.h: Include bspopts.h.
80        * include/.cvsignore: Add bspopts.h*, stamp-h*.
81        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
82
832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
84
85        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
86
872001-03-14      Joel Sherrill <joel@OARcorp.com>
88
89        * console/console.c: Added printk() support.
90
912001-01-08      Joel Sherrill <joel@OARcorp.com>
92
93        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
94        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
95
962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
99
1002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
103
1042000-11-01      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
107        and libcsupport.h moved from libc to lib/include/rtems and
108        now must be referenced as <rtems/XXX.h>.   Header file order
109        was cleaned up while doing this.
110
1112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
114        Switch to GNU canonicalization.
115
1162000-10-24      Alan Cudmore <alanc@linuxstart.com> and
117        Joel Sherrill <joel@OARcorp.com>
118
119        * This is a major reworking of the mips64orion port to use
120        gcc predefines as much as possible and a big push to multilib
121        the mips port.  The mips64orion port was copied/renamed to mips
122        to be more like other GNU tools.  Alan did most of the technical
123        work of determining how to map old macro names used by the mips64orion
124        port to standard compiler macro definitions.  Joel did the merge
125        with CVS magic to keep individual file history and did the BSP
126        modifications. Details follow:
127        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
128        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
129        define of PMON stacksize.
130        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
131        reworked conditionals to use gcc predefines.
132        * console/idttlb.S: Ditto.
133
1342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
137        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
138
1392000-08-10      Joel Sherrill <joel@OARcorp.com>
140
141        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.