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

4.104.114.84.95
Last change on this file since b6a9d25 was b6a9d25, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/01 at 19:41:09

2001-03-14 Joel Sherrill <joel@…>

  • console/console.c: Added printk() support.
  • Property mode set to 100644
File size: 2.0 KB
Line 
12001-03-14      Joel Sherrill <joel@OARcorp.com>
2
3        * console/console.c: Added printk() support.
4
52001-01-08      Joel Sherrill <joel@OARcorp.com>
6
7        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
8        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
9
102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
13
142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
17
182000-11-01      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
21        and libcsupport.h moved from libc to lib/include/rtems and
22        now must be referenced as <rtems/XXX.h>.   Header file order
23        was cleaned up while doing this.
24
252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
28        Switch to GNU canonicalization.
29
302000-10-24      Alan Cudmore <alanc@linuxstart.com> and
31        Joel Sherrill <joel@OARcorp.com>
32
33        * This is a major reworking of the mips64orion port to use
34        gcc predefines as much as possible and a big push to multilib
35        the mips port.  The mips64orion port was copied/renamed to mips
36        to be more like other GNU tools.  Alan did most of the technical
37        work of determining how to map old macro names used by the mips64orion
38        port to standard compiler macro definitions.  Joel did the merge
39        with CVS magic to keep individual file history and did the BSP
40        modifications. Details follow:
41        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
42        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
43        define of PMON stacksize.
44        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
45        reworked conditionals to use gcc predefines.
46        * console/idttlb.S: Ditto.
47
482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
51        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
52
532000-08-10      Joel Sherrill <joel@OARcorp.com>
54
55        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.