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 linkcmds_ROM.
|
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-09 Joel Sherrill
|
28 |
|
|
|
29 |
|
|
* startup/linkcmds: In support of gcc 3.1, added one of more
|
30 |
|
|
of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
|
31 |
|
|
.gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections
|
32 |
|
|
and direction of segments to memory regions may also have been
|
33 |
|
|
addressed. This was a sweep across all BSPs.
|
34 |
|
|
|
35 |
|
|
2002-03-27 Ralf Corsepius
|
36 |
|
|
|
37 |
|
|
* configure.ac:
|
38 |
|
|
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
39 |
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
40 |
|
|
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
41 |
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
42 |
|
|
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
43 |
|
|
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
44 |
|
|
* spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
45 |
|
|
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
46 |
|
|
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
47 |
|
|
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
48 |
|
|
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
49 |
|
|
|
50 |
|
|
2002-02-28 Mike Panetta
|
51 |
|
|
|
52 |
|
|
* console/sci.c, console/sci.h,
|
53 |
|
|
console/console.c: Added new SCI driver.
|
54 |
|
|
* start/start.c: Removed file.
|
55 |
|
|
* start/start.S: New file, the asm portion of the updated start code.
|
56 |
|
|
* start/configure.am: Added start.S, removed start.c
|
57 |
|
|
* startup/start_c.c: New file, the C portion of the updated start code. Contains most of the code that was in the old start.c.
|
58 |
|
|
* startup/configure.am: Added start_c.c to C_FILES.
|
59 |
|
|
* include/bsp.h: Added include
|
60 |
|
|
|
61 |
|
|
2001-11-30 Ralf Corsepius
|
62 |
|
|
|
63 |
|
|
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
64 |
|
|
|
65 |
|
|
2001-10-11 Ralf Corsepius
|
66 |
|
|
|
67 |
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
68 |
|
|
* configure.in: Remove.
|
69 |
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
70 |
|
|
|
71 |
|
|
2001-09-27 Joel Sherrill
|
72 |
|
|
|
73 |
|
|
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
74 |
|
|
|
75 |
|
|
2001-09-27 Ralf Corsepius
|
76 |
|
|
|
77 |
|
|
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
78 |
|
|
|
79 |
|
|
2001-05-26 Ralf Corsepius
|
80 |
|
|
|
81 |
|
|
* configure.in: Add bspopts.h.
|
82 |
|
|
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
83 |
|
|
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
84 |
|
|
* include/bsp.h: Include bspopts.h.
|
85 |
|
|
|
86 |
|
|
2001-05-25 Joel Sherrill
|
87 |
|
|
|
88 |
|
|
* clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
|
89 |
|
|
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
90 |
|
|
wrapup/Makefile.am: Modified to include compile.am.
|
91 |
|
|
* startup/bspstart.c: Removed include of
|
92 |
|
|
|
93 |
|
|
2000-05-25 Matt Cross
|
94 |
|
|
|
95 |
|
|
* New MRM332 BSP for the Mini RoboMind board based
|
96 |
|
|
on the 68332 microcontroller designed and build by Mark
|
97 |
|
|
Castelluccio. For details on the MRM see http://www.robominds.com.
|
98 |
|
|
* .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
|
99 |
|
|
clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
|
100 |
|
|
console/.cvsignore, console/Makefile.am, console/console.c,
|
101 |
|
|
include/.cvsignore, include/Makefile.am, include/bsp.h,
|
102 |
|
|
include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
|
103 |
|
|
spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
|
104 |
|
|
start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
|
105 |
|
|
startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
|
106 |
|
|
startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
|
107 |
|
|
timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
|
108 |
|
|
wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
|
109 |
|
|
|