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

4.104.114.84.95
Last change on this file since df25c998 was df25c998, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:36:23

2001-10-11 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
4        * configure.in: Remove.
5        * configure.ac: New file, generated from configure.in by autoupdate.
6
72001-09-28      Joel Sherrill <joel@OARcorp.com>
8
9        * start/start.S: Invoke boot_card() not main().
10
112001-09-27      Joel Sherrill <joel@OARcorp.com>
12
13        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
14
152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
18
192001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.in: Add bspopts.h.
22        * include/bsp.h: Include bspopts.h.
23        * include/.cvsignore: Add bspopts.h*, stamp-h*.
24        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
25
262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
27
28        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
29
302001-03-14      Joel Sherrill <joel@OARcorp.com>
31
32        * console/console.c: Added printk() support.
33
342001-01-08      Joel Sherrill <joel@OARcorp.com>
35
36        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
37        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
38
392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
42
432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
46
472000-11-01      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
50        and libcsupport.h moved from libc to lib/include/rtems and
51        now must be referenced as <rtems/XXX.h>.   Header file order
52        was cleaned up while doing this.
53
542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
57        Switch to GNU canonicalization.
58
592000-10-24      Alan Cudmore <alanc@linuxstart.com> and
60        Joel Sherrill <joel@OARcorp.com>
61
62        * This is a major reworking of the mips64orion port to use
63        gcc predefines as much as possible and a big push to multilib
64        the mips port.  The mips64orion port was copied/renamed to mips
65        to be more like other GNU tools.  Alan did most of the technical
66        work of determining how to map old macro names used by the mips64orion
67        port to standard compiler macro definitions.  Joel did the merge
68        with CVS magic to keep individual file history and did the BSP
69        modifications. Details follow:
70        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
71        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
72        define of PMON stacksize.
73        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
74        reworked conditionals to use gcc predefines.
75        * console/idttlb.S: Ditto.
76
772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
80        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
81
822000-08-10      Joel Sherrill <joel@OARcorp.com>
83
84        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.