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

4.104.114.84.95
Last change on this file since ad5c7fe was ad5c7fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 12:08:14

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-08-21      Joel Sherrill <joel@OARcorp.com>
12
13        * bsp_specs: Added support for -nostdlibs.
14
152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
22
232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Eliminate PGM.
26        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
27
282002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
31
322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
35        Remove $(OBJS) from all-local.
36
372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
40
412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac:
44        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
45        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
46        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
53
542002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
57
582001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
61
622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
65        * configure.in: Remove.
66        * configure.ac: New file, generated from configure.in by autoupdate.
67
682001-09-28      Joel Sherrill <joel@OARcorp.com>
69
70        * start/start.S: Invoke boot_card() not main().
71
722001-09-27      Joel Sherrill <joel@OARcorp.com>
73
74        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
75
762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
79
802001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.in: Add bspopts.h.
83        * include/bsp.h: Include bspopts.h.
84        * include/.cvsignore: Add bspopts.h*, stamp-h*.
85        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
86
872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
90
912001-03-14      Joel Sherrill <joel@OARcorp.com>
92
93        * console/console.c: Added printk() support.
94
952001-01-08      Joel Sherrill <joel@OARcorp.com>
96
97        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
98        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
99
1002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
103
1042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
107
1082000-11-01      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
111        and libcsupport.h moved from libc to lib/include/rtems and
112        now must be referenced as <rtems/XXX.h>.   Header file order
113        was cleaned up while doing this.
114
1152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
118        Switch to GNU canonicalization.
119
1202000-10-24      Alan Cudmore <alanc@linuxstart.com> and
121        Joel Sherrill <joel@OARcorp.com>
122
123        * This is a major reworking of the mips64orion port to use
124        gcc predefines as much as possible and a big push to multilib
125        the mips port.  The mips64orion port was copied/renamed to mips
126        to be more like other GNU tools.  Alan did most of the technical
127        work of determining how to map old macro names used by the mips64orion
128        port to standard compiler macro definitions.  Joel did the merge
129        with CVS magic to keep individual file history and did the BSP
130        modifications. Details follow:
131        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
132        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
133        define of PMON stacksize.
134        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
135        reworked conditionals to use gcc predefines.
136        * console/idttlb.S: Ditto.
137
1382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
141        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
142
1432000-08-10      Joel Sherrill <joel@OARcorp.com>
144
145        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.