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

4.104.114.84.95
Last change on this file since 1d36d2af was 1d36d2af, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:22:01

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds*: Add FreeBSD sysctl() sections.
  • Property mode set to 100644
File size: 5.2 KB
Line 
12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds*: Add FreeBSD sysctl() sections.
4
52003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11
122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Use install-data-local to install startfile.
15
162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19
202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Reformat.
23        Add autom4te*cache.
24        Remove autom4te.cache.
25
262002-08-21      Joel Sherrill <joel@OARcorp.com>
27
28        * bsp_specs: Added support for -nostdlibs.
29
302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
37
382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Eliminate PGM.
41        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
42
432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
46
472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
50        Remove $(OBJS) from all-local.
51
522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
55
562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac:
59        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
60        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
61        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
68
692002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
72
732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
76
772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
80        * configure.in: Remove.
81        * configure.ac: New file, generated from configure.in by autoupdate.
82
832001-09-28      Joel Sherrill <joel@OARcorp.com>
84
85        * start/start.S: Invoke boot_card() not main().
86
872001-09-27      Joel Sherrill <joel@OARcorp.com>
88
89        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
90
912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
94
952001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.in: Add bspopts.h.
98        * include/bsp.h: Include bspopts.h.
99        * include/.cvsignore: Add bspopts.h*, stamp-h*.
100        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
101
1022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
103
104        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
105
1062001-03-14      Joel Sherrill <joel@OARcorp.com>
107
108        * console/console.c: Added printk() support.
109
1102001-01-08      Joel Sherrill <joel@OARcorp.com>
111
112        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
113        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
114
1152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
118
1192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
122
1232000-11-01      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
126        and libcsupport.h moved from libc to lib/include/rtems and
127        now must be referenced as <rtems/XXX.h>.   Header file order
128        was cleaned up while doing this.
129
1302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
133        Switch to GNU canonicalization.
134
1352000-10-24      Alan Cudmore <alanc@linuxstart.com> and
136        Joel Sherrill <joel@OARcorp.com>
137
138        * This is a major reworking of the mips64orion port to use
139        gcc predefines as much as possible and a big push to multilib
140        the mips port.  The mips64orion port was copied/renamed to mips
141        to be more like other GNU tools.  Alan did most of the technical
142        work of determining how to map old macro names used by the mips64orion
143        port to standard compiler macro definitions.  Joel did the merge
144        with CVS magic to keep individual file history and did the BSP
145        modifications. Details follow:
146        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
147        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
148        define of PMON stacksize.
149        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
150        reworked conditionals to use gcc predefines.
151        * console/idttlb.S: Ditto.
152
1532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
156        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
157
1582000-08-10      Joel Sherrill <joel@OARcorp.com>
159
160        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.