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-19 Ralf Corsepius
|
7 |
|
|
|
8 |
|
|
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
9 |
|
|
|
10 |
|
|
2002-07-17 Jay Monkman
|
11 |
|
|
|
12 |
|
|
* irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
|
13 |
|
|
|
14 |
|
|
2002-07-04 Ralf Corsepius
|
15 |
|
|
|
16 |
|
|
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
17 |
|
|
Remove $(OBJS) from all-local.
|
18 |
|
|
|
19 |
|
|
2002-07-04 Ralf Corsepius
|
20 |
|
|
|
21 |
|
|
* wrapup/Makefile.am: Add $(LIB) to 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 |
|
|
* irq/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-01-03 Ralf Corsepius
|
51 |
|
|
|
52 |
|
|
* startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
|
53 |
|
|
|
54 |
|
|
2001-12-22 Ralf Corsepius
|
55 |
|
|
|
56 |
|
|
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
|
57 |
|
|
replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
|
58 |
|
|
|
59 |
|
|
2001-11-30 Ralf Corsepius
|
60 |
|
|
|
61 |
|
|
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
62 |
|
|
|
63 |
|
|
2001-10-17 Joel Sherrill
|
64 |
|
|
|
65 |
|
|
* timer: New subdirectory.
|
66 |
|
|
* timer/Makefile.am: New file.
|
67 |
|
|
* timer/.cvsignore: New file.
|
68 |
|
|
* Makefile.am: Modified to reflect above.
|
69 |
|
|
* configure.ac: Ditto.
|
70 |
|
|
* wrapup/Makefile.am: Ditto.
|
71 |
|
|
* include/bsp.h: Stubs to let tm27 compile and link.
|
72 |
|
|
|
73 |
|
|
2001-10-11 Ralf Corsepius
|
74 |
|
|
|
75 |
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
76 |
|
|
* configure.in: Remove.
|
77 |
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
78 |
|
|
|
79 |
|
|
2001-09-27 Ralf Corsepius
|
80 |
|
|
|
81 |
|
|
* include/Makefile.am: Use 'CLEANFILES ='.
|
82 |
|
|
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
83 |
|
|
* irq/Makefile.am: Use 'PREINSTALL_FILES ='.
|
84 |
|
|
|
85 |
|
|
2001-05-22 Ralf Corsepius
|
86 |
|
|
|
87 |
|
|
* configure.in: Add include/bspopts.h.
|
88 |
|
|
* irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
89 |
|
|
* include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
|
90 |
|
|
* include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
|
91 |
|
|
* include/bsp.h: Add bspopts.h.
|
92 |
|
|
|
93 |
|
|
2001-05-10 Ralf Corsepius
|
94 |
|
|
|
95 |
|
|
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
96 |
|
|
|
97 |
|
|
2001-01-08 Joel Sherrill
|
98 |
|
|
|
99 |
|
|
* include/bsp.h: Added closing brace for extern C.
|
100 |
|
|
|
101 |
|
|
2001-01-03 Joel Sherrill
|
102 |
|
|
|
103 |
|
|
* clock: New directory with stub clock driver.
|
104 |
|
|
* clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
|
105 |
|
|
* Makefile.am, configure.in, wrapup/Makefile.am: Modified
|
106 |
|
|
to reflect above.
|
107 |
|
|
|
108 |
|
|
2000-12-06 Joel Sherrill
|
109 |
|
|
|
110 |
|
|
* startup/bspstart.c: Removed call of console_reserve_resources().
|
111 |
|
|
* comm/console.c: Added casts to eliminate warnings.
|
112 |
|
|
|
113 |
|
|
2000-11-10 Ralf Corsepius
|
114 |
|
|
|
115 |
|
|
* Makefile.am, console/Makefile.am, include/Makefile.am,
|
116 |
|
|
start/Makefile.am: VPATH was not setup correctly
|
117 |
|
|
|
118 |
|
|
2000-11-09 Ralf Corsepius
|
119 |
|
|
|
120 |
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
121 |
|
|
|
122 |
|
|
2000-11-02 Ralf Corsepius
|
123 |
|
|
|
124 |
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
125 |
|
|
|
126 |
|
|
2000-11-01 Joel Sherrill
|
127 |
|
|
|
128 |
|
|
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
129 |
|
|
and libcsupport.h moved from libc to lib/include/rtems and
|
130 |
|
|
now must be referenced as . Header file order
|
131 |
|
|
was cleaned up while doing this.
|
132 |
|
|
|
133 |
|
|
2000-10-27 Ralf Corsepius
|
134 |
|
|
|
135 |
|
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
136 |
|
|
Switch to GNU canonicalization.
|
137 |
|
|
|
138 |
|
|
2000-09-13 Joel Sherrill
|
139 |
|
|
|
140 |
|
|
* Makefile.am, bsp_specs, configure.in, console/Makefile.am,
|
141 |
|
|
include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
|
142 |
|
|
startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
|
143 |
|
|
Made to conform to current practice concerning automake and
|
144 |
|
|
autoconf. Corrected minor warnings.
|
145 |
|
|
|
146 |
|
|
2000-09-13 Emmanuel Raguet
|
147 |
|
|
|
148 |
|
|
* vegaplus BSP submitted by Emmanuel Raguet and
|
149 |
|
|
Eric Valette .
|