1 |
1026 |
ivang |
2002-07-21 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 device-tree.
|
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-18 Ralf Corsepius
|
28 |
|
|
|
29 |
|
|
* startup/bspstart.c: Include .
|
30 |
|
|
* vectors/align_h.S: Use <> instead of "" for include files.
|
31 |
|
|
|
32 |
|
|
2001-04-08 Joel Sherrill
|
33 |
|
|
|
34 |
|
|
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
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 |
|
|
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
45 |
|
|
* shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
46 |
|
|
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
47 |
|
|
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
48 |
|
|
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
49 |
|
|
* vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
50 |
|
|
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
51 |
|
|
|
52 |
|
|
2002-01-03 Ralf Corsepius
|
53 |
|
|
|
54 |
|
|
* console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
|
55 |
|
|
|
56 |
|
|
2001-11-30 Ralf Corsepius
|
57 |
|
|
|
58 |
|
|
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
59 |
|
|
|
60 |
|
|
2001-11-26 Joel Sherrill
|
61 |
|
|
|
62 |
|
|
* vectors/vectors.S: Include to get PPC_VECTOR_FILE_BASE.
|
63 |
|
|
|
64 |
|
|
2001-11-21 Ralf Corsepius
|
65 |
|
|
|
66 |
|
|
* Makefile.am: Add @exceptions@ to SUBDIRS.
|
67 |
|
|
* configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
|
68 |
|
|
make/custom/psim.cfg;
|
69 |
|
|
Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
|
70 |
|
|
Add RTEMS_PPC_EXCEPTIONS([old]).
|
71 |
|
|
* include/Makefile.am: include force-preinstall.am.
|
72 |
|
|
* wrapup/Makefile.am: Apply @exceptions@.
|
73 |
|
|
|
74 |
|
|
2001-11-20 Joel Sherrill
|
75 |
|
|
|
76 |
|
|
* console/console-io.c: Fix incorrect comment.
|
77 |
|
|
|
78 |
|
|
2001-11-08 Dennis Ehlin (ECS)
|
79 |
|
|
|
80 |
|
|
This modification is part of the submitted modifications necessary to
|
81 |
|
|
support the IBM PPC405 family. This submission was reviewed by
|
82 |
|
|
Thomas Doerfler who ensured it did
|
83 |
|
|
not negatively impact the ppc403 BSPs. The submission and tracking
|
84 |
|
|
process was captured as PR50.
|
85 |
|
|
* vectors/align_h.S: Added ppc405 support.
|
86 |
|
|
|
87 |
|
|
2001-10-25 Joel Sherrill
|
88 |
|
|
|
89 |
|
|
* startup/linkcmds: Added _init and _fini.
|
90 |
|
|
|
91 |
|
|
2001-10-12 Joel Sherrill
|
92 |
|
|
|
93 |
|
|
* shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
|
94 |
|
|
|
95 |
|
|
2001-10-11 Ralf Corsepius
|
96 |
|
|
|
97 |
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
98 |
|
|
* configure.in: Remove.
|
99 |
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
100 |
|
|
|
101 |
|
|
2001-09-27 Ralf Corsepius
|
102 |
|
|
|
103 |
|
|
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
104 |
|
|
|
105 |
|
|
2001-09-22 Ralf Corsepius
|
106 |
|
|
|
107 |
|
|
* wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
|
108 |
|
|
happy.
|
109 |
|
|
|
110 |
|
|
2001-08-16 Joel Sherrill
|
111 |
|
|
|
112 |
|
|
* clock/clock.c: Ensure that clock ticks are long enough to
|
113 |
|
|
make forward progress. This was modified to improve results
|
114 |
|
|
on the RTEMS tests and the ACATS.
|
115 |
|
|
* startup/linkcmds: Modified to work better with gcc 2.8.1 and
|
116 |
|
|
gnat 3.13p.
|
117 |
|
|
|
118 |
|
|
2001-05-26 Ralf Corsepius
|
119 |
|
|
|
120 |
|
|
* configure.in: Add bspopts.h.
|
121 |
|
|
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
122 |
|
|
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
123 |
|
|
* include/bsp.h: Include bspopts.h.
|
124 |
|
|
|
125 |
|
|
2001-05-10 Ralf Corsepius
|
126 |
|
|
|
127 |
|
|
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
128 |
|
|
|
129 |
|
|
2001-01-03 Joel Sherrill
|
130 |
|
|
|
131 |
|
|
* clock/clock.c: Use shared clock driver shell.
|
132 |
|
|
* console/console.c: Removed. Now use shared polling shell.
|
133 |
|
|
* console/console-io.c: New file.
|
134 |
|
|
* console/Makefile.am: Correct to use shared polling shell.
|
135 |
|
|
* startup/bspstart.c: Remove all fast idle references.
|
136 |
|
|
|
137 |
|
|
2000-12-19 Joel Sherrill
|
138 |
|
|
|
139 |
|
|
* timer/timer.c: Removed incorrect comments about ERC32.
|
140 |
|
|
|
141 |
|
|
2000-11-09 Ralf Corsepius
|
142 |
|
|
|
143 |
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
144 |
|
|
|
145 |
|
|
2000-11-02 Ralf Corsepius
|
146 |
|
|
|
147 |
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
148 |
|
|
|
149 |
|
|
2000-11-01 Joel Sherrill
|
150 |
|
|
|
151 |
|
|
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
152 |
|
|
and libcsupport.h moved from libc to lib/include/rtems and
|
153 |
|
|
now must be referenced as . Header file order
|
154 |
|
|
was cleaned up while doing this.
|
155 |
|
|
|
156 |
|
|
2000-10-27 Ralf Corsepius
|
157 |
|
|
|
158 |
|
|
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
159 |
|
|
Switch to GNU canonicalization.
|
160 |
|
|
|
161 |
|
|
2000-09-04 Ralf Corsepius
|
162 |
|
|
|
163 |
|
|
* clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
|
164 |
|
|
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
165 |
|
|
vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
|
166 |
|
|
|
167 |
|
|
2000-08-10 Joel Sherrill
|
168 |
|
|
|
169 |
|
|
* ChangeLog: New file.
|