source: rtems/c/src/lib/libbsp/powerpc/gen405/ChangeLog @ d11d1d2a

4.104.114.95
Last change on this file since d11d1d2a was d11d1d2a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:46:53

2007-12-11 Joel Sherrill <joel.sherrill@…>

  • README, include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
  • Property mode set to 100644
File size: 13.3 KB
Line 
12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * README, include/bsp.h, startup/bspstart.c: Eliminate copies of the
4        Configuration Table. Use the RTEMS provided accessor macros to obtain
5        configuration fields.
6
72007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
10        from CPU Table to Configuration Table. Eliminate CPU Table from all
11        ports. Delete references to CPU Table in all forms.
12
132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
16        the Configuration Table. This included pretasking_hook,
17        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
18        extra_mpci_receive_server_stack, stack_allocate_hook, and
19        stack_free_hook. As a side-effect of this effort some multiprocessing
20        code was made conditional and some style clean up occurred.
21
222007-11-30      Till Straumann <strauman@slac.stanford.edu>
23
24        * startup/bspstart.c: removed bsp_exceptions_in_RAM
25
262007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
29        Table. They have been replaced with variables named bsp_XXX as
30        needed.
31
322007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * bsp_specs: Remove qrtems_debug.
35
362007-04-02      Joel Sherrill <joel@OARcorp.com>
37
38        * Makefile.am: Add dummy printk support so all tests link.
39
402006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * configure.ac: New BUG-REPORT address.
43
442006-11-15      Joel Sherrill <joel@OARcorp.com>
45
46        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
47        file and simplified initialization.
48
492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: Require autoconf-2.60. Require automake-1.10.
52
532006-08-23      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/bspstart.c: Revert patch adding new exception support code to
56        an old exception BSP.
57
582006-08-22      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/bspstart.c: Add basic _BSP_Fatal_error.
61
622006-08-09      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
65
662006-03-08      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
69
702006-02-08      Joel Sherrill <joel@OARcorp.com>
71
72        * startup/linkcmds.dl: Add sections required by newer gcc versions.
73
742006-02-07      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/linkcmds: Add sections to fix C++ linking errors.
77
782006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * configure.ac: Remove explicit ampolish3 support (now in
81        RTEMS_BSP_CONFIGURE).
82
832006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * configure.ac: Add ampolish3 support.
86        * Makefile.am: Add preinstall.am.
87
882006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Don't include subdirs.am.
91
922005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * include/bsp.h: New header guard.
95
962005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
99
1002005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Merge-in wrapup/Makefile.am.
103        * wrapup/Makefile.am: Remove.
104        * configure.ac: Reflect changes above.
105
1062005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * dlentry/dlentry.S: Remove PPC_ABI_POWEROPEN.
109
1102005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
113
1142005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
117
1182004-10-15      Gene Smith <gene.smith@seimens.com>
119
120        PR 691/bsps
121        * startup/linkcmds: Correct bug in linker script.
122
1232004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * configure.ac: Require automake > 1.9.
126
1272004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        PR 610/bsps
130        * Makefile.am: Add include/tm27.h, Cosmetics.
131        * include/tm27.h: Final cosmetics.
132
1332004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * include/bsp.h: Split out tmtest27 support.
136        * include/tm27.h: New.
137
1382004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        PR 613/bsps
141        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
142
1432004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
144
145        PR 614/bsps
146        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
147
1482004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
151
1522004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
153
154        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
155        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
156        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
157
1582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * startup/bspstart.c: Convert to using c99 fixed size types.
161
1622004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Reflect changes to bsp.am.
165        Preinstall dist_project_lib*.
166
1672004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Reflect changes to bsp.am.
170
1712004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Convert to automake-building rules.
174
1752004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Merge-in dlentry/Makefile.am, startup/Makefile.am. Use
178        automake compilation rules.
179        * dlentry/Makefile.am, startup/Makefile.am: Remove.
180        * configure.ac: Reflect changes above.
181        * wrapup/Makefile.am: Reflect changes above.
182
1832004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Reflect changes to
186        ../support/*exception_processing/*.
187
1882004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
191        Add RTEMS_PROG_CCAS.
192
1932004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Add PREINSTALL_DIRS.
196        * wrapup/Makefile.am: Reflect changes to libcpu.
197
1982004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
201        Add PRE/TMPINSTALL_FILES to CLEANFILES.
202        * startup/Makefile.am: Ditto.
203
2042004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * wrapup/Makefile.am: Eliminate $(LIB).
207        Use noinst_DATA to trigger building libbsp.a.
208
2092003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * dlentry/Makefile.am: Eliminate VPATH.
212        * startup/Makefile.am: Eliminate VPATH.
213
2142003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        PR 333/bsps
217        * startup/linkcmds: Remove SEARCH_DIR.
218
2192003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * startup/linkcmds: Remove SEARCH_DIR.
222        * startup/linkcmds.dl: Remove SEARCH_DIR.
223
2242003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
227
2282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
231
2322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
235
2362003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * startup/Makefile.am: Misc cleanups and fixes.
239        * startup/linkcmds: Preparations to gcc-3.3.x.
240        * wrapup/Makefile.am: Misc cleanups and fixes.
241
2422003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Add preinstallation dirstamp support.
245        * dlentry/Makefile.am: Cosmetics.
246        * startup/Makefile.am: Cosmetics.
247        * wrapup/Makefile.am: Cosmetics.
248
2492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * dlentry/Makefile.am: Remove all-local: $(ARCH).
252        * startup/Makefile.am: Remove all-local: $(ARCH).
253        * wrapup/Makefile.am: Remove all-local: $(ARCH).
254
2552003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Merge-in include/Makefile.am.
258        Reflect changes to bsp.am.
259        * include/Makefile.am: Remove.
260        * configure.ac: Reflect changes above.
261
2622003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * bsp_specs: Remove *lib:.
265
2662003-09-04      Joel Sherrill <joel@OARcorp.com>
267
268        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
269        startup/setvec.c: URL for license changed.
270
2712003-09-04      Joel Sherrill <joel@OARcorp.com>
272
273        * startup/bspstart.c: Removed incorrect statement about copyright
274        assignment.
275
2762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Reflect having moved aclocal/.
279
2802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Reflect having moved automake/.
283        * dlentry/Makefile.am: Reflect having moved automake/.
284        * include/Makefile.am: Reflect having moved automake/.
285        * startup/Makefile.am: Reflect having moved automake/.
286        * wrapup/Makefile.am: Reflect having moved automake/.
287
2882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
291
2922003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        PR 445/bsps
295        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
296        Remove cpp, old_cpp (now unused).
297
2982003-03-24      Joel Sherrill <joel@OARcorp.com>
299
300        PR 378/bsps
301        * bsp_specs: Did not include ecrtn in endfile sections. Reported
302        and fixed by elkolli@crf.canon.fr.
303
3042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Remove AC_CONFIG_AUX_DIR.
307
3082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
311
3122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: AC_PREREQ(2.57).
315
3162003-01-20      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/linkcmds*: Add FreeBSD sysctl() sections.
319
3202003-01-20      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
323
3242002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
327        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
328
3292002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
332
3332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * .cvsignore: Reformat.
336        Add autom4te*cache.
337        Remove autom4te.cache.
338
3392002-08-21      Joel Sherrill <joel@OARcorp.com>
340
341        * bsp_specs: Added support for -nostdlibs.
342
3432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
348
3492002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
350
351        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
352        the real one provided by gcc.  I don't know if this makes this
353        BSP work for C++ but it at least lets simple programs link again.
354
3552002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
358
3592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
362        Remove $(OBJS) from all-local.
363
3642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
367
3682002-06-14      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/linkcmds: Fixed typo.
3712001-05-09      Joel Sherrill <joel@OARcorp.com>
372
373        * startup/linkcmds: In support of gcc 3.1, added one of more
374        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
375        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
376        and direction of segments to memory regions may also have been
377        addressed.  This was a sweep across all BSPs.
378 
3792001-04-08      Joel Sherrill <joel@OARcorp.com>
380
381        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
382        add .eh_frame.
383 
3842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac:
387        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
388        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
389        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
394
3952001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
398
3992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
402
4032001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
406        rules, add @exceptions@ to SUBDIRS.
407        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
408        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
409        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
410        * include/Makefile.am: Convert PREINSTALL_FILES to
411        TMPINSTALL_FILES, include force-preinstall.am.
412        * wrapup/Makefile.am: Apply @exceptions@.
413
4142001-11-20      Joel Sherrill <joel@OARcorp.com>
415
416        * include/bspopts.h.in: Automatically generated file that should not
417        be in CVS.
418
4192001-11-14      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/linkcmds: Fixed syntax error in my previous addition
422        of __init.
423
4242001-11-13      Joel Sherrill <joel@OARcorp.com>
425
426        * startup/linkcmds: Added _init, and _fini symbols.
427
4282001-11-13      Joel Sherrill <joel@OARcorp.com>
429
430        * .cvsignore: New file.
431
4322001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
433
434        This modification is part of the submitted modifications necessary to
435        support the IBM PPC405 family.  This submission was reviewed by
436        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
437        not negatively impact the ppc403 BSPs.  The submission and tracking
438        process was captured as PR50.
439        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
440        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
441        include/.cvsignore, include/Makefile.am, include/bsp.h,
442        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
443        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
444        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
445        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
446        part of the new gen405 BSP.
447
Note: See TracBrowser for help on using the repository browser.