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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-25      Joel Sherrill 
2
 
3
        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
4
        to remove problems linking empty main(){} with BSP.
5
 
6
2002-07-21      Ralf Corsepius 
7
 
8
        * start/Makefile.am: Eliminate PGM.
9
        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
10
 
11
2002-07-20      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-07-04      Ralf Corsepius 
21
 
22
        * wrapup/Makefile.am: Add $(LIB) to all-local.
23
 
24
2002-06-29      Ralf Corsepius 
25
 
26
        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
27
 
28
2001-05-09      Joel Sherrill 
29
 
30
        * startup/linkcmds: In support of gcc 3.1, added one of more
31
        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
32
        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
33
        and direction of segments to memory regions may also have been
34
        addressed.  This was a sweep across all BSPs.
35
 
36
2002-03-27      Ralf Corsepius 
37
 
38
        * configure.ac:
39
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
40
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
41
        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
42
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
43
        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
44
        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
45
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
46
        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
47
        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
48
        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
50
        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
51
 
52
2001-12-19      Ralf Corsepius 
53
 
54
        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
55
        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
56
        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
57
        CPU_FILES.
58
 
59
2001-11-30      Ralf Corsepius 
60
 
61
        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
62
 
63
2001-10-12      Joel Sherrill 
64
 
65
        * start/start.S: Fixed typo.
66
 
67
2001-10-11      Ralf Corsepius 
68
 
69
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
70
        * configure.in: Remove.
71
        * configure.ac: New file, generated from configure.in by autoupdate.
72
 
73
2001-09-27      Joel Sherrill 
74
 
75
        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
76
 
77
2001-09-27      Ralf Corsepius 
78
 
79
        * include/Makefile.am: Use 'CLEANFILES ='.
80
        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
81
 
82
2001-06-19      Ralf Corsepius 
83
 
84
        * configure.in: Add bspopts.h.
85
        * include/.cvsignore: Add bspopts.h*, stamp-h*.
86
        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
87
        * include/bsp.h: Include bspopts.h.
88
        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
89
 
90
2001-05-10      Ralf Corsepius  
91
 
92
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
93
        bspopts.h handling to other sh-BSPs.
94
        * include/.cvsignore: Add stamp-h*, bspopts.h*.
95
        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
96
        * startup/bspstart.c: Reworked, based on the amos BSP.
97
 
98
2001-05-09      Ralf Corsepius 
99
 
100
        * scitab/.cvsignore: Add.
101
        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
102
        bspopt.h.
103
        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
104
        * README: Update.
105
        * bsp_specs: copy from gensh1
106
 
107
2001-01-29      Ralf Corsepius 
108
 
109
        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
110
        * include/gdbsci.h: New file.
111
        * include/.cvsignore: Add stamp-h? and bspopts.h*.
112
        * console/Makefile.am: Use shared/console.c.
113
        * console/console-io.c, console/console-support.S: Remove.
114
 
115
2001-01-25      Ralf Corsepius 
116
 
117
        * gdbsci/, scitab/, trap34/: Add directories.
118
 
119
2001-01-24      Ralf Corsepius 
120
 
121
        * Makefile.am, README, console/console-io.c, start/start.S,
122
        startup/linkcmds: Update to make shsim closer to functional.
123
 
124
2001-01-03      Joel Sherrill 
125
 
126
        * console/console-io.c: Added console_initialize_hardware().
127
 
128
2000-11-27      Joel Sherrill 
129
 
130
        * The shsim is for the SH simulator in gdb. It should be able
131
        to be used with multiple SH CPU models.
132
        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
133
        configure.in, clock/.cvsignore, clock/Makefile.am,
134
        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
135
        console/console-io.c, console/console-support.S,
136
        include/.cvsignore, include/Makefile.am, include/bsp.h,
137
        start/.cvsignore, start/Makefile.am, start/regs.S,
138
        start/start.S, startup/.cvsignore, startup/Makefile.am,
139
        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
140
        wrapup/Makefile.am: New files.

powered by: WebSVN 2.1.0

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