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

4.104.114.84.95
Last change on this file since 42a297eb was 972e2ac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:37:32

2002-07-19 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
4
52002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
8        Remove $(OBJS) from all-local.
9
102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
13
142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac:
17        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
18        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
19        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
26
272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
30
312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
34
352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
38        * configure.in: Remove.
39        * configure.ac: New file, generated from configure.in by autoupdate.
40
412001-09-28      Joel Sherrill <joel@OARcorp.com>
42
43        * start/start.S: Invoke boot_card() not main().
44
452001-09-27      Joel Sherrill <joel@OARcorp.com>
46
47        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
48
492001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
52
532001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.in: Add bspopts.h.
56        * include/bsp.h: Include bspopts.h.
57        * include/.cvsignore: Add bspopts.h*, stamp-h*.
58        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
59
602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
61
62        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
63
642001-03-14      Joel Sherrill <joel@OARcorp.com>
65
66        * console/console.c: Added printk() support.
67
682001-01-08      Joel Sherrill <joel@OARcorp.com>
69
70        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
71        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
72
732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
76
772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
80
812000-11-01      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
84        and libcsupport.h moved from libc to lib/include/rtems and
85        now must be referenced as <rtems/XXX.h>.   Header file order
86        was cleaned up while doing this.
87
882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
91        Switch to GNU canonicalization.
92
932000-10-24      Alan Cudmore <alanc@linuxstart.com> and
94        Joel Sherrill <joel@OARcorp.com>
95
96        * This is a major reworking of the mips64orion port to use
97        gcc predefines as much as possible and a big push to multilib
98        the mips port.  The mips64orion port was copied/renamed to mips
99        to be more like other GNU tools.  Alan did most of the technical
100        work of determining how to map old macro names used by the mips64orion
101        port to standard compiler macro definitions.  Joel did the merge
102        with CVS magic to keep individual file history and did the BSP
103        modifications. Details follow:
104        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
105        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
106        define of PMON stacksize.
107        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
108        reworked conditionals to use gcc predefines.
109        * console/idttlb.S: Ditto.
110
1112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
114        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
115
1162000-08-10      Joel Sherrill <joel@OARcorp.com>
117
118        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.