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

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

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

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