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

4.104.114.95
Last change on this file since 07e9642c was 07e9642c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/07 at 21:44:46

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

  • startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
  • Property mode set to 100644
File size: 12.3 KB
RevLine 
[07e9642c]12007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
4        Table. They have been replaced with variables named bsp_XXX as
5        needed.
6
[2679eb9d]72007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * bsp_specs: Remove qrtems_debug.
10
[3002831]112007-04-02      Joel Sherrill <joel@OARcorp.com>
12
13        * Makefile.am: Add dummy printk support so all tests link.
14
[fcb0cd46]152006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: New BUG-REPORT address.
18
[aa4369c]192006-11-15      Joel Sherrill <joel@OARcorp.com>
20
21        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
22        file and simplified initialization.
23
[754610f]242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * configure.ac: Require autoconf-2.60. Require automake-1.10.
27
[e8beb870]282006-08-23      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/bspstart.c: Revert patch adding new exception support code to
31        an old exception BSP.
32
[25c53700]332006-08-22      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/bspstart.c: Add basic _BSP_Fatal_error.
36
[417fca76]372006-08-09      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
40
[bb1626a]412006-03-08      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
44
[894fc7f]452006-02-08      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds.dl: Add sections required by newer gcc versions.
48
[8b1b107f]492006-02-07      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: Add sections to fix C++ linking errors.
52
[73733dc]532006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * configure.ac: Remove explicit ampolish3 support (now in
56        RTEMS_BSP_CONFIGURE).
57
[7cc4f59]582006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * configure.ac: Add ampolish3 support.
61        * Makefile.am: Add preinstall.am.
62
[ea63b37]632006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Don't include subdirs.am.
66
[34c4852]672005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * include/bsp.h: New header guard.
70
[756f4a4]712005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
74
[5133bd6]752005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Merge-in wrapup/Makefile.am.
78        * wrapup/Makefile.am: Remove.
79        * configure.ac: Reflect changes above.
80
[b5328149]812005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * dlentry/dlentry.S: Remove PPC_ABI_POWEROPEN.
84
[844609f9]852005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
88
[71cbb66]892005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
92
[ba1a188c]932004-10-15      Gene Smith <gene.smith@seimens.com>
94
95        PR 691/bsps
96        * startup/linkcmds: Correct bug in linker script.
97
[97891e5e]982004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * configure.ac: Require automake > 1.9.
101
[3defec6]1022004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        PR 610/bsps
105        * Makefile.am: Add include/tm27.h, Cosmetics.
106        * include/tm27.h: Final cosmetics.
107
[76488aa]1082004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * include/bsp.h: Split out tmtest27 support.
111        * include/tm27.h: New.
112
[3344730a]1132004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        PR 613/bsps
116        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
117
[7dd6e8d]1182004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
119
120        PR 614/bsps
121        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
122
[868c1e60]1232004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
126
[fb7a141]1272004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
130        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
131        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
132
[cba5e81]1332004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * startup/bspstart.c: Convert to using c99 fixed size types.
136
[2a7f9a28]1372004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect changes to bsp.am.
140        Preinstall dist_project_lib*.
141
[6ac101b]1422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Reflect changes to bsp.am.
145
[f3d07e5]1462004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Convert to automake-building rules.
149
[1d90b6d]1502004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Merge-in dlentry/Makefile.am, startup/Makefile.am. Use
153        automake compilation rules.
154        * dlentry/Makefile.am, startup/Makefile.am: Remove.
155        * configure.ac: Reflect changes above.
156        * wrapup/Makefile.am: Reflect changes above.
157
[84b68f5f]1582004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Reflect changes to
161        ../support/*exception_processing/*.
162
[f3c5a0ec]1632004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
166        Add RTEMS_PROG_CCAS.
167
[9fce0fd]1682004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Add PREINSTALL_DIRS.
171        * wrapup/Makefile.am: Reflect changes to libcpu.
172
[ff716ea0]1732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
176        Add PRE/TMPINSTALL_FILES to CLEANFILES.
177        * startup/Makefile.am: Ditto.
178
[6411947]1792004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: Eliminate $(LIB).
182        Use noinst_DATA to trigger building libbsp.a.
183
[d0e77c7]1842003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * dlentry/Makefile.am: Eliminate VPATH.
187        * startup/Makefile.am: Eliminate VPATH.
188
[deb4813]1892003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 333/bsps
192        * startup/linkcmds: Remove SEARCH_DIR.
193
[c112b70b]1942003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * startup/linkcmds: Remove SEARCH_DIR.
197        * startup/linkcmds.dl: Remove SEARCH_DIR.
198
[e393f28]1992003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
202
[e6135837]2032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
206
[810720b6]2072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
210
[11a4a3b2]2112003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * startup/Makefile.am: Misc cleanups and fixes.
214        * startup/linkcmds: Preparations to gcc-3.3.x.
215        * wrapup/Makefile.am: Misc cleanups and fixes.
216
[e1f6878]2172003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Add preinstallation dirstamp support.
220        * dlentry/Makefile.am: Cosmetics.
221        * startup/Makefile.am: Cosmetics.
222        * wrapup/Makefile.am: Cosmetics.
223
[4a679419]2242003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * dlentry/Makefile.am: Remove all-local: $(ARCH).
227        * startup/Makefile.am: Remove all-local: $(ARCH).
228        * wrapup/Makefile.am: Remove all-local: $(ARCH).
229
[a692823e]2302003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Merge-in include/Makefile.am.
233        Reflect changes to bsp.am.
234        * include/Makefile.am: Remove.
235        * configure.ac: Reflect changes above.
236
[e05490a8]2372003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * bsp_specs: Remove *lib:.
240
[756e5c0]2412003-09-04      Joel Sherrill <joel@OARcorp.com>
242
243        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
244        startup/setvec.c: URL for license changed.
245
[aa286a9e]2462003-09-04      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/bspstart.c: Removed incorrect statement about copyright
249        assignment.
250
[fe8bc62f]2512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Reflect having moved aclocal/.
254
[bc92457]2552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
[c483a4e]257        * Makefile.am: Reflect having moved automake/.
258        * dlentry/Makefile.am: Reflect having moved automake/.
259        * include/Makefile.am: Reflect having moved automake/.
260        * startup/Makefile.am: Reflect having moved automake/.
261        * wrapup/Makefile.am: Reflect having moved automake/.
[bc92457]262
[7dcc3fe]2632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
266
[d266acd2]2672003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
[75fcb394]269        PR 445/bsps
[d266acd2]270        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
271        Remove cpp, old_cpp (now unused).
272
[81aa167]2732003-03-24      Joel Sherrill <joel@OARcorp.com>
274
275        PR 378/bsps
276        * bsp_specs: Did not include ecrtn in endfile sections. Reported
277        and fixed by elkolli@crf.canon.fr.
278
[7a97f26]2792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Remove AC_CONFIG_AUX_DIR.
282
[ccd81b60]2832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
286
[9b5c258]2872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: AC_PREREQ(2.57).
290
[1d36d2af]2912003-01-20      Joel Sherrill <joel@OARcorp.com>
292
293        * startup/linkcmds*: Add FreeBSD sysctl() sections.
294
[87910b3]2952003-01-20      Joel Sherrill <joel@OARcorp.com>
296
297        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
298
[d030746b]2992002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303
[8361b50]3042002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307
[8730f45]3082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * .cvsignore: Reformat.
311        Add autom4te*cache.
312        Remove autom4te.cache.
313
[a2ae30c2]3142002-08-21      Joel Sherrill <joel@OARcorp.com>
315
316        * bsp_specs: Added support for -nostdlibs.
317
[d30b703]3182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
323
[025e3128]3242002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
325
326        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
327        the real one provided by gcc.  I don't know if this makes this
328        BSP work for C++ but it at least lets simple programs link again.
329
[f1feebb]3302002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
333
[445c0a0]3342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
337        Remove $(OBJS) from all-local.
338
[80defac]3392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
342
[22501172]3432002-06-14      Joel Sherrill <joel@OARcorp.com>
344
345        * startup/linkcmds: Fixed typo.
[85c92574]3462001-05-09      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds: In support of gcc 3.1, added one of more
349        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
350        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
351        and direction of segments to memory regions may also have been
352        addressed.  This was a sweep across all BSPs.
353 
[0b5da30a]3542001-04-08      Joel Sherrill <joel@OARcorp.com>
355
356        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
357        add .eh_frame.
358 
[9d9400ac]3592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac:
362        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
363        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
364        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
369
[85ca769]3702001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
373
[9e1ae79]3742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
377
[fc16e17]3782001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
381        rules, add @exceptions@ to SUBDIRS.
382        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
383        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
384        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
385        * include/Makefile.am: Convert PREINSTALL_FILES to
386        TMPINSTALL_FILES, include force-preinstall.am.
387        * wrapup/Makefile.am: Apply @exceptions@.
388
[524c7414]3892001-11-20      Joel Sherrill <joel@OARcorp.com>
390
391        * include/bspopts.h.in: Automatically generated file that should not
392        be in CVS.
393
[4fa90c0]3942001-11-14      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/linkcmds: Fixed syntax error in my previous addition
397        of __init.
398
[bb0ea09]3992001-11-13      Joel Sherrill <joel@OARcorp.com>
400
401        * startup/linkcmds: Added _init, and _fini symbols.
402
[1ef9056f]4032001-11-13      Joel Sherrill <joel@OARcorp.com>
404
405        * .cvsignore: New file.
406
[57ed393]4072001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
408
409        This modification is part of the submitted modifications necessary to
410        support the IBM PPC405 family.  This submission was reviewed by
411        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
412        not negatively impact the ppc403 BSPs.  The submission and tracking
413        process was captured as PR50.
414        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
415        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
416        include/.cvsignore, include/Makefile.am, include/bsp.h,
417        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
418        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
419        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
420        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
421        part of the new gen405 BSP.
422
Note: See TracBrowser for help on using the repository browser.