1 |
1026 |
ivang |
2002-08-05 Joel Sherrill
|
2 |
|
|
|
3 |
|
|
* Per PR260 eliminate use of make-target-options. This impacted
|
4 |
|
|
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
5 |
|
|
SuperCore and required that the m68k optimized memcpy be moved
|
6 |
|
|
to libcpu.
|
7 |
|
|
* wrapup/Makefile.am: Pick up memcpy.o from libcpu.
|
8 |
|
|
|
9 |
|
|
2002-07-21 Ralf Corsepius
|
10 |
|
|
|
11 |
|
|
* start/Makefile.am: Eliminate PGM.
|
12 |
|
|
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
13 |
|
|
|
14 |
|
|
2002-07-19 Ralf Corsepius
|
15 |
|
|
|
16 |
|
|
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
17 |
|
|
|
18 |
|
|
2002-07-04 Ralf Corsepius
|
19 |
|
|
|
20 |
|
|
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
21 |
|
|
Remove $(OBJS) from all-local.
|
22 |
|
|
|
23 |
|
|
2002-06-29 Ralf Corsepius
|
24 |
|
|
|
25 |
|
|
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
26 |
|
|
|
27 |
|
|
2001-05-28 Joel Sherrill
|
28 |
|
|
|
29 |
|
|
* ChangeLog: Corrected spacing.
|
30 |
|
|
|
31 |
|
|
2001-05-28 Joel Sherrill
|
32 |
|
|
|
33 |
|
|
* Per PR31, moved mvme16x_hw.h to shared/mvme.
|
34 |
|
|
* include/Makefile.am: Modified to reflect movement.
|
35 |
|
|
* include/mvme16x_hw.h: Moved to shared/mvme.
|
36 |
|
|
|
37 |
|
|
2001-05-09 Joel Sherrill
|
38 |
|
|
|
39 |
|
|
* startup/linkcmds: In support of gcc 3.1, added one of more
|
40 |
|
|
of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
|
41 |
|
|
.gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections
|
42 |
|
|
and direction of segments to memory regions may also have been
|
43 |
|
|
addressed. This was a sweep across all BSPs.
|
44 |
|
|
|
45 |
|
|
2002-04-06 Ralf Corsepius
|
46 |
|
|
|
47 |
|
|
* include/mvme16x_hw.h: Include instead of targopts.h.
|
48 |
|
|
|
49 |
|
|
2002-03-27 Ralf Corsepius
|
50 |
|
|
|
51 |
|
|
* configure.ac:
|
52 |
|
|
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
53 |
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
54 |
|
|
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
55 |
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
56 |
|
|
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
57 |
|
|
* consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
58 |
|
|
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
59 |
|
|
* network/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
60 |
|
|
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
61 |
|
|
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
62 |
|
|
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
63 |
|
|
* tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
64 |
|
|
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
65 |
|
|
|
66 |
|
|
2001-11-30 Ralf Corsepius
|
67 |
|
|
|
68 |
|
|
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
69 |
|
|
|
70 |
|
|
2001-10-29 Joel Sherrill
|
71 |
|
|
|
72 |
|
|
* startup/linkcmds: Remove explicit force of output format.
|
73 |
|
|
|
74 |
|
|
2001-10-11 Ralf Corsepius
|
75 |
|
|
|
76 |
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
77 |
|
|
* configure.in: Remove.
|
78 |
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
79 |
|
|
|
80 |
|
|
2001-09-27 Ralf Corsepius
|
81 |
|
|
|
82 |
|
|
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
83 |
|
|
|
84 |
|
|
2001-05-26 Ralf Corsepius
|
85 |
|
|
|
86 |
|
|
* configure.in: Add bspopts.h.
|
87 |
|
|
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
88 |
|
|
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
89 |
|
|
* consolex/Makefile.am: Ditto.
|
90 |
|
|
* include/bsp.h: Include bspopts.h.
|
91 |
|
|
|
92 |
|
|
2001-05-10 Ralf Corsepius
|
93 |
|
|
|
94 |
|
|
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
95 |
|
|
|
96 |
|
|
2000-11-09 Ralf Corsepius
|
97 |
|
|
|
98 |
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
99 |
|
|
|
100 |
|
|
2000-11-02 Ralf Corsepius
|
101 |
|
|
|
102 |
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
103 |
|
|
|
104 |
|
|
2000-11-01 Joel Sherrill
|
105 |
|
|
|
106 |
|
|
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
107 |
|
|
and libcsupport.h moved from libc to lib/include/rtems and
|
108 |
|
|
now must be referenced as . Header file order
|
109 |
|
|
was cleaned up while doing this.
|
110 |
|
|
|
111 |
|
|
2000-10-27 Ralf Corsepius
|
112 |
|
|
|
113 |
|
|
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
114 |
|
|
Switch to GNU canonicalization.
|
115 |
|
|
|
116 |
|
|
2000-09-29 Charles-Antoine Gauthier
|
117 |
|
|
|
118 |
|
|
* startup/linkcmds: Added lines so DWARF debug information
|
119 |
|
|
would be available. Otherwise gdb complains that the offsets
|
120 |
|
|
for the debug info are incorrect and doesn't load the files.
|
121 |
|
|
|
122 |
|
|
2000-09-14 Joel Sherrill
|
123 |
|
|
|
124 |
|
|
* include/mvme16x_hw.h: Include rtems/score/targopts.h so we
|
125 |
|
|
can check which BSP this is being used with.
|
126 |
|
|
|
127 |
|
|
2000-09-04 Ralf Corsepius
|
128 |
|
|
|
129 |
|
|
* clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
|
130 |
|
|
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
131 |
|
|
tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
|
132 |
|
|
compile.am
|
133 |
|
|
|
134 |
|
|
2000-08-25 Charles-Antoine Gauthier
|
135 |
|
|
|
136 |
|
|
* include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
|
137 |
|
|
a manner that should work for 162, 162lx, and 167.
|
138 |
|
|
|
139 |
|
|
2000-08-10 Joel Sherrill
|
140 |
|
|
|
141 |
|
|
* ChangeLog: New file.
|