source: rtems/c/src/lib/libbsp/arm/smdk2410/ChangeLog @ 2ee9d3d

4.115
Last change on this file since 2ee9d3d was d390156, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 11:48:22

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • startup/bspreset.c: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * startup/bspreset.c:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * startup/linkcmds: Use linker command base file.
13
142010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
15
16        * Makefile.am, preinstall.am: Added generic interrupt support modules.
17
182010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * make/custom/smdk2410.cfg: Use VFP floating point model.
21
222010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
23
24        * Makefile.am: use common code for s3c24xx
25
262009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * make/custom/smdk2410.cfg: Remove RTEMS_BSP_FAMILY.
29
302009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Don't add -ansi -fasm to CFLAGS.
33
342009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * make/custom/smdk2410.cfg: New (relocated from /make/custom).
37
382009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
41
42 2009-08-09     Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * Makefile.am, configure.ac: Add Skyeye reset device.
45        * startup/bspreset.c: New file.
46
472009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
50        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
51        have the same options.
52
532008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * bsp_specs: Move -e start from *link to *startfile to avoid warning
56        for undefined entry symbol when linking relocatables with binutils
57        2.19.
58
592008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
62        of building libbspstart.a, using automake-rules.
63
642008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Eliminate *_SOURCES.
67
682008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
71        components.
72
732008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Remove noinst_PROGRAMS (Unused).
76
772008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
80
812008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        PR 1322/bsps
84        * include/bspopts.h.in: Remove.
85
862008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
89        work area allocation mandatory. Rename
90        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
91
922008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
95        bsp_cleanup() which can optionally print a message, poll for user to
96        press key, and call bsp_reset(). Using this eliminates the various
97        bsp_cleanup() implementations which had their own implementation and
98        variety of string constants.
99
1002008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * startup/linkcmds: Move WorkAreaBase to be closer to end definition.
103
1042008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * startup/linkcmds: Add WorkAreaBase.
107
1082008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * Makefile.am, startup/linkcmds: Use top level shared
111        bsp_get_work_area() implementation.
112
1132008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * Makefile.am, configure.ac, include/bspopts.h.in: Split out
116        bsp_get_work_area() into its own file and user BSP Framework to
117        perform more initialization. Use same shared implementation as
118        edb7312 and csb336.
119
1202008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
123        routine.
124
1252008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * Makefile.am, preinstall.am: Need tm27.h
128
1292008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * Makefile.am: Rework to avoid .rel files.
132
1332008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * .cvsignore: New file.
136
1372008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * Makefile.am: Use shared bsp_predriver_hook.
140
1412008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * include/bsp.h: Grammar.
144
1452008-05-06      Ray Xu <rayx.cn@gmail.com>
146
147        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
148        preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds,
149        startup/memmap.c: New files.
150
1512008-04-06      Ray Xu  <rayx.cn@gmail.com>
152
153        * Add note in README, cleanup code, merge it with gp32 and submit it to RTEMS
154
1552007-10-12      ZhangZhiMin <paopaoerzhang@gmail.com>
156
157        * Fix clock defect, verified BSP on skyeye
158
1592007-08-06      XiaJiaShan <ximenpiaoxue4016@sina.com>
160
161        * Frist draft, port from GBA BSP, add console, ethernet driver
162
Note: See TracBrowser for help on using the repository browser.