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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [a29k/] [portsw/] [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
        * startup/Makefile.am: Reformat.
4
 
5
2002-07-20      Ralf Corsepius 
6
 
7
        * start/Makefile.am: Eliminate PGM.
8
        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
9
 
10
2002-07-19      Ralf Corsepius 
11
 
12
        * startup/Makefile.am: Add bsplib_DATA = linkcmds ramlink romlink.
13
 
14
2002-07-04      Ralf Corsepius 
15
 
16
        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
17
        Remove $(OBJS) from all-local.
18
 
19
2002-06-29      Ralf Corsepius 
20
 
21
        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
22
 
23
2002-03-27      Ralf Corsepius 
24
 
25
        * configure.ac:
26
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
27
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
28
        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
29
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
30
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31
        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
32
        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
33
        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34
 
35
2001-12-22      Ralf Corsepius 
36
 
37
        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
38
        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
39
 
40
2001-12-09      Ralf Corsepius 
41
 
42
        * configure.ac: Add RTEMS_BSPOPTS_* for SERIAL_INPUT, HIF_INPUT,
43
        SERIAL_OUTPUT, HIF_OUTPUT.
44
        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT, HIF_INPUT,
45
        SERIAL_OUTPUT, HIF_OUTPUT, add #include .
46
 
47
2001-11-30      Ralf Corsepius 
48
 
49
        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
50
 
51
2001-10-11      Ralf Corsepius 
52
 
53
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
54
        * configure.in: Remove.
55
        * configure.ac: New file, generated from configure.in by autoupdate.
56
 
57
2001-09-27      Joel Sherrill 
58
 
59
        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
60
 
61
2001-09-27      Ralf Corsepius 
62
 
63
        * include/Makefile.am: Use 'CLEANFILES ='.
64
        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
65
 
66
2001-05-25      Ralf Corsepius 
67
 
68
        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, add
69
        bspopts.h.
70
        * include/.cvsignore: Add bspopts.h.
71
        * include/bsp.h: Add bspopts.h.
72
        * console/Makefile.am: Use *_HEADERS instead of H_FILES.
73
        * configure.in: Add bspopts.h.
74
 
75
2001-05-10      Ralf Corsepius  
76
 
77
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
78
 
79
2001-01-08      Joel Sherrill 
80
 
81
        * wrapup/Makefile.am: Remove warning missed in shmsupp removal.
82
 
83
2001-01-08      Joel Sherrill 
84
 
85
        * Shared memory support removed since it was non-functional.
86
        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
87
        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
88
        * configure.in, Makefile.am, wrapup/Makefile.am: Modified to
89
        reflect above.
90
 
91
2000-11-09      Ralf Corsepius 
92
 
93
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
94
 
95
2000-11-02      Ralf Corsepius 
96
 
97
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
98
 
99
2000-11-01      Joel Sherrill 
100
 
101
        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
102
        and libcsupport.h moved from libc to lib/include/rtems and
103
        now must be referenced as .   Header file order
104
        was cleaned up while doing this.
105
 
106
2000-10-27      Ralf Corsepius 
107
 
108
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
109
        Switch to GNU canonicalization.
110
 
111
2000-09-25      Joel Sherrill 
112
 
113
        * ChangeLog: Entry added to wrong file and moved.
114
 
115
2000-09-25      Joel Sherrill 
116
 
117
        * bsp_specs: Formatting more like other bsp_specs.
118
        * include/bsp.h: CPU_CLOCK_RATE_MHZ not a real variable to
119
        elimate need for including bsp.h in libcpu.
120
        * startup/bspstart.c: Ditto.
121
        * wrapup/Makefile.am: Did not list shmdr.
122
 
123
2000-09-22      Joel Sherrill 
124
 
125
        * start/crt0.S: Renamed to start/start.S.
126
        * start/start.S: Formerly start/crt0.S.
127
        * startup/linkcmds: New file.  GNU linker script that is not
128
        correct for the target board but links programs.
129
        * bsp_specs: Use linkcmds.
130
        * include/Makefile.am, start/Makefile.am startup/Makefile.am:
131
        Now work.
132
        * startup/bspstart.c, startup/setvec.c: "#if 0"'ed out references
133
        to reoutines in assembly that are in turn "#if 0"'ed out.
134
 
135
2000-09-04      Ralf Corsepius 
136
 
137
        * console/Makefile.am, shmsupp/Makefile.am, start/Makefile.am,
138
        startup/Makefile.am, wrapup/Makefile.am: Include compile.am.
139
 
140
2000-08-10      Joel Sherrill 
141
 
142
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

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