1 |
1026 |
ivang |
2002-07-20 Ralf Corsepius
|
2 |
|
|
|
3 |
|
|
* start/Makefile.am: Eliminate PGM.
|
4 |
|
|
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
5 |
|
|
|
6 |
|
|
2002-07-20 Ralf Corsepius
|
7 |
|
|
|
8 |
|
|
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
9 |
|
|
|
10 |
|
|
2002-07-04 Ralf Corsepius
|
11 |
|
|
|
12 |
|
|
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
13 |
|
|
Remove $(OBJS) from all-local.
|
14 |
|
|
|
15 |
|
|
2002-06-29 Ralf Corsepius
|
16 |
|
|
|
17 |
|
|
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
18 |
|
|
|
19 |
|
|
2001-05-09 Joel Sherrill
|
20 |
|
|
|
21 |
|
|
* startup/linkcmds: In support of gcc 3.1, added one of more
|
22 |
|
|
of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
|
23 |
|
|
.gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections
|
24 |
|
|
and direction of segments to memory regions may also have been
|
25 |
|
|
addressed. This was a sweep across all BSPs.
|
26 |
|
|
|
27 |
|
|
2002-04-01 Ralf Corsepius
|
28 |
|
|
|
29 |
|
|
* configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
|
30 |
|
|
Remove BSPOPTS_*(FPU_REVB).
|
31 |
|
|
* wrapup/Makefile.am: Remove tbr.
|
32 |
|
|
|
33 |
|
|
2002-03-28 Ralf Corsepius
|
34 |
|
|
|
35 |
|
|
* configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
|
36 |
|
|
Add BSPOPTS_*(FPU_REVB).
|
37 |
|
|
* wrapup/Makefile.am: Add tbr.
|
38 |
|
|
|
39 |
|
|
2002-03-27 Ralf Corsepius
|
40 |
|
|
|
41 |
|
|
* configure.ac:
|
42 |
|
|
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
43 |
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
44 |
|
|
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
45 |
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
46 |
|
|
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
47 |
|
|
* gnatsupp/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 |
|
|
* configure.ac: Remove NETWORKING support.
|
57 |
|
|
* wrapup/Makefile.am: Remove NETWORKING support.
|
58 |
|
|
|
59 |
|
|
2001-12-09 Ralf Corsepius
|
60 |
|
|
|
61 |
|
|
* configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
|
62 |
|
|
Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
|
63 |
|
|
Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
|
64 |
|
|
* include/bsp.h: include bspopts.h.
|
65 |
|
|
|
66 |
|
|
2001-11-30 Ralf Corsepius
|
67 |
|
|
|
68 |
|
|
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
69 |
|
|
|
70 |
|
|
2001-11-08 Jiri Gaisler
|
71 |
|
|
|
72 |
|
|
This fix is in response to test results reported by Jerry Needell
|
73 |
|
|
for the SPARC/ERC32 and tracked as PR80.
|
74 |
|
|
* include/bsp.h: TM27 was not running properly because the ERC32
|
75 |
|
|
and LEON cannot nest interrupts at the same level. The BSP test support
|
76 |
|
|
had to be modified to support using two different interrupt sources.
|
77 |
|
|
|
78 |
|
|
2001-10-12 Joel Sherrill
|
79 |
|
|
|
80 |
|
|
* clock/ckinit.c, console/console.c, include/bsp.h, include/leon.h,
|
81 |
|
|
startup/setvec.c, timer/timer.c: Fixed typo.
|
82 |
|
|
|
83 |
|
|
2001-10-11 Ralf Corsepius
|
84 |
|
|
|
85 |
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
86 |
|
|
* configure.in: Remove.
|
87 |
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
88 |
|
|
|
89 |
|
|
2001-09-27 Joel Sherrill
|
90 |
|
|
|
91 |
|
|
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
92 |
|
|
|
93 |
|
|
2001-09-27 Ralf Corsepius
|
94 |
|
|
|
95 |
|
|
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
96 |
|
|
|
97 |
|
|
2001-05-26 Ralf Corsepius
|
98 |
|
|
|
99 |
|
|
* configure.in: Add bspopts.h.
|
100 |
|
|
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
101 |
|
|
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
102 |
|
|
* include/bsp.h: Include bspopts.h.
|
103 |
|
|
|
104 |
|
|
2001-05-10 Ralf Corsepius
|
105 |
|
|
|
106 |
|
|
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
107 |
|
|
|
108 |
|
|
2000-04-23 Jiri Gaisler
|
109 |
|
|
|
110 |
|
|
* console/debugputs.c: Switched to unsigned characters.
|
111 |
|
|
|
112 |
|
|
2000-12-06 Joel Sherrill
|
113 |
|
|
|
114 |
|
|
* console/console.c: Removed console_reserve_resources().
|
115 |
|
|
|
116 |
|
|
2000-11-13 Ralf Corsepius
|
117 |
|
|
|
118 |
|
|
* include/Makefile.am: Cleanup.
|
119 |
|
|
|
120 |
|
|
2000-11-14 Jiri Gaisler
|
121 |
|
|
|
122 |
|
|
* wrapup/Makefile.am: Pick up cache code from libcpu and pick
|
123 |
|
|
up .o's instead of .rel's from libcpu.
|
124 |
|
|
|
125 |
|
|
2000-11-14 Jiri Gaisler
|
126 |
|
|
|
127 |
|
|
* startup/boardinit.S: St 32-bit ram width by default.
|
128 |
|
|
|
129 |
|
|
2000-11-13 Jiri Gaisler
|
130 |
|
|
|
131 |
|
|
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
|
132 |
|
|
configure.in, times, clock/.cvsignore, clock/Makefile.am,
|
133 |
|
|
clock/ckinit.c, console/.cvsignore, console/Makefile.am,
|
134 |
|
|
console/console.c, console/consolereserveresources.c,
|
135 |
|
|
console/debugputs.c, gnatsupp/.cvsignore,
|
136 |
|
|
gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
|
137 |
|
|
include/.cvsignore, include/Makefile.am, include/bsp.h,
|
138 |
|
|
include/coverhd.h, include/leon.h, start/.cvsignore,
|
139 |
|
|
start/Makefile.am, startup/.cvsignore, startup/Makefile.am,
|
140 |
|
|
startup/boardinit.S, startup/linkcmds, startup/setvec.c,
|
141 |
|
|
startup/spurious.c, timer/.cvsignore, timer/Makefile.am,
|
142 |
|
|
timer/timer.c, tools/.cvsignore, tools/Makefile.am,
|
143 |
|
|
tools/configure.in, tools/runtest.in, wrapup/.cvsignore,
|
144 |
|
|
wrapup/Makefile.am: New file.
|