source: rtems/c/src/lib/libbsp/arm/smdk2410/ChangeLog @ 8ee3775

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

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

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * startup/linkcmds: Use linker command base file.
8
92010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11        * Makefile.am, preinstall.am: Added generic interrupt support modules.
12
132010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
14
15        * make/custom/smdk2410.cfg: Use VFP floating point model.
16
172010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
18
19        * Makefile.am: use common code for s3c24xx
20
212009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * make/custom/smdk2410.cfg: Remove RTEMS_BSP_FAMILY.
24
252009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Don't add -ansi -fasm to CFLAGS.
28
292009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * make/custom/smdk2410.cfg: New (relocated from /make/custom).
32
332009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
36
37 2009-08-09     Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * Makefile.am, configure.ac: Add Skyeye reset device.
40        * startup/bspreset.c: New file.
41
422009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
45        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
46        have the same options.
47
482008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * bsp_specs: Move -e start from *link to *startfile to avoid warning
51        for undefined entry symbol when linking relocatables with binutils
52        2.19.
53
542008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
57        of building libbspstart.a, using automake-rules.
58
592008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Eliminate *_SOURCES.
62
632008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
66        components.
67
682008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Remove noinst_PROGRAMS (Unused).
71
722008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
75
762008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        PR 1322/bsps
79        * include/bspopts.h.in: Remove.
80
812008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
84        work area allocation mandatory. Rename
85        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
86
872008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
90        bsp_cleanup() which can optionally print a message, poll for user to
91        press key, and call bsp_reset(). Using this eliminates the various
92        bsp_cleanup() implementations which had their own implementation and
93        variety of string constants.
94
952008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * startup/linkcmds: Move WorkAreaBase to be closer to end definition.
98
992008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * startup/linkcmds: Add WorkAreaBase.
102
1032008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am, startup/linkcmds: Use top level shared
106        bsp_get_work_area() implementation.
107
1082008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * Makefile.am, configure.ac, include/bspopts.h.in: Split out
111        bsp_get_work_area() into its own file and user BSP Framework to
112        perform more initialization. Use same shared implementation as
113        edb7312 and csb336.
114
1152008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
118        routine.
119
1202008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * Makefile.am, preinstall.am: Need tm27.h
123
1242008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * Makefile.am: Rework to avoid .rel files.
127
1282008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * .cvsignore: New file.
131
1322008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * Makefile.am: Use shared bsp_predriver_hook.
135
1362008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * include/bsp.h: Grammar.
139
1402008-05-06      Ray Xu <rayx.cn@gmail.com>
141
142        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
143        preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds,
144        startup/memmap.c: New files.
145
1462008-04-06      Ray Xu  <rayx.cn@gmail.com>
147
148        * Add note in README, cleanup code, merge it with gp32 and submit it to RTEMS
149
1502007-10-12      ZhangZhiMin <paopaoerzhang@gmail.com>
151
152        * Fix clock defect, verified BSP on skyeye
153
1542007-08-06      XiaJiaShan <ximenpiaoxue4016@sina.com>
155
156        * Frist draft, port from GBA BSP, add console, ethernet driver
157
Note: See TracBrowser for help on using the repository browser.