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

4.104.114.84.95
Last change on this file since 9e1ae79 was 9e1ae79, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/01 at 01:07:18

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

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