OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-21      Ralf Corsepius 
2
 
3
        * start/Makefile.am:
4
        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
5
 
6
2002-07-20      Ralf Corsepius 
7
 
8
        * start/Makefile.am: Eliminate PGM.
9
        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
10
 
11
2002-07-19      Ralf Corsepius 
12
 
13
        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
14
 
15
2002-07-04      Ralf Corsepius 
16
 
17
        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
18
        Remove $(OBJS) from all-local.
19
 
20
2002-06-29      Ralf Corsepius 
21
 
22
        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
23
 
24
2001-05-09      Joel Sherrill 
25
 
26
        * startup/linkcmds: In support of gcc 3.1, added one of more
27
        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
28
        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
29
        and direction of segments to memory regions may also have been
30
        addressed.  This was a sweep across all BSPs.
31
        * startup/linkcmds.real: Ditto.
32
        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
33
 
34
2002-04-20      Ralf Corsepius 
35
 
36
        * startup/nulsystbl.c: Fix braces.
37
        * startup/Makefile.am: Remove types.h.
38
        * startup/types.h: Remove.
39
 
40
2002-03-27      Ralf Corsepius 
41
 
42
        * configure.ac:
43
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
44
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
45
        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
46
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
47
        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
48
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
50
        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
51
        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
52
        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
53
 
54
2002-02-05      Ralf Corsepius 
55
 
56
        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
57
 
58
2001-12-22      Ralf Corsepius 
59
 
60
        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
61
        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
62
 
63
2001-11-30      Ralf Corsepius 
64
 
65
        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
66
 
67
2001-10-12      Joel Sherrill 
68
 
69
        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
70
        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
71
        Fixed typo.
72
 
73
2001-10-11      Ralf Corsepius 
74
 
75
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
76
        * configure.in: Remove.
77
        * configure.ac: New file, generated from configure.in by autoupdate.
78
 
79
2001-09-27      Joel Sherrill 
80
 
81
        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
82
 
83
2001-09-27      Ralf Corsepius 
84
 
85
        * include/Makefile.am: Use 'CLEANFILES ='.
86
        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
87
 
88
2001-05-26      Ralf Corsepius 
89
 
90
        * configure.in: Add bspopts.h.
91
        * include/.cvsignore: Add bspopts.h*, stamp-h*.
92
        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
93
        * include/bsp.h: Include bspopts.h.
94
 
95
2001-05-10      Ralf Corsepius  
96
 
97
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
98
 
99
2001-01-09      Joel Sherrill 
100
 
101
        * Removing non-function shmsupp directory.
102
        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
103
        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
104
        * configure.in, Makefile.am, wrapup/Makefile.am
105
 
106
2000-12-06      Joel Sherrill 
107
 
108
        * include/bsp.h: Removed incorrect error case.
109
 
110
2000-11-09      Ralf Corsepius 
111
 
112
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
113
 
114
2000-11-02      Ralf Corsepius 
115
 
116
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
117
 
118
2000-11-01      Joel Sherrill 
119
 
120
        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
121
        and libcsupport.h moved from libc to lib/include/rtems and
122
        now must be referenced as .   Header file order
123
        was cleaned up while doing this.
124
 
125
2000-10-27      Ralf Corsepius 
126
 
127
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
128
        Switch to GNU canonicalization.
129
 
130
2000-09-04      Ralf Corsepius 
131
 
132
        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
133
        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
134
        start/Makefile.am: Include compile.am
135
 
136
2000-08-10      Joel Sherrill 
137
 
138
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.