source: rtems/c/src/lib/libbsp/arm/smdk2410/ChangeLog @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 1aa561d, checked in by Jennifer Averett <Jennifer.Averett@…>, on 10/18/11 at 18:28:37

2011-10-18 Jennifer Averett <Jennifer.Averett@…>

PR 1917/bsps

  • Makefile.am: Modifications to add dynamic tables for libchip serial drivers.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12011-10-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
2
3        PR 1917/bsps
4        * Makefile.am: Modifications to add dynamic tables for libchip serial
5        drivers.
6
72011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * startup/bspreset.c:
10        Use "__asm__" instead of "asm" for improved c99-compliance.
11
122011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * configure.ac: Require autoconf-2.68, automake-1.11.1.
15
162010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
17
18        * startup/linkcmds: Use linker command base file.
19
202010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
21
22        * Makefile.am, preinstall.am: Added generic interrupt support modules.
23
242010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
25
26        * make/custom/smdk2410.cfg: Use VFP floating point model.
27
282010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
29
30        * Makefile.am: use common code for s3c24xx
31
322009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * make/custom/smdk2410.cfg: Remove RTEMS_BSP_FAMILY.
35
362009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Don't add -ansi -fasm to CFLAGS.
39
402009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * make/custom/smdk2410.cfg: New (relocated from /make/custom).
43
442009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
47
48 2009-08-09     Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * Makefile.am, configure.ac: Add Skyeye reset device.
51        * startup/bspreset.c: New file.
52
532009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
56        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
57        have the same options.
58
592008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * bsp_specs: Move -e start from *link to *startfile to avoid warning
62        for undefined entry symbol when linking relocatables with binutils
63        2.19.
64
652008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
68        of building libbspstart.a, using automake-rules.
69
702008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Eliminate *_SOURCES.
73
742008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
77        components.
78
792008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Remove noinst_PROGRAMS (Unused).
82
832008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
86
872008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        PR 1322/bsps
90        * include/bspopts.h.in: Remove.
91
922008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
95        work area allocation mandatory. Rename
96        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
97
982008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
101        bsp_cleanup() which can optionally print a message, poll for user to
102        press key, and call bsp_reset(). Using this eliminates the various
103        bsp_cleanup() implementations which had their own implementation and
104        variety of string constants.
105
1062008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * startup/linkcmds: Move WorkAreaBase to be closer to end definition.
109
1102008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * startup/linkcmds: Add WorkAreaBase.
113
1142008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * Makefile.am, startup/linkcmds: Use top level shared
117        bsp_get_work_area() implementation.
118
1192008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * Makefile.am, configure.ac, include/bspopts.h.in: Split out
122        bsp_get_work_area() into its own file and user BSP Framework to
123        perform more initialization. Use same shared implementation as
124        edb7312 and csb336.
125
1262008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
129        routine.
130
1312008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile.am, preinstall.am: Need tm27.h
134
1352008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * Makefile.am: Rework to avoid .rel files.
138
1392008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * .cvsignore: New file.
142
1432008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * Makefile.am: Use shared bsp_predriver_hook.
146
1472008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * include/bsp.h: Grammar.
150
1512008-05-06      Ray Xu <rayx.cn@gmail.com>
152
153        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
154        preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds,
155        startup/memmap.c: New files.
156
1572008-04-06      Ray Xu  <rayx.cn@gmail.com>
158
159        * Add note in README, cleanup code, merge it with gp32 and submit it to RTEMS
160
1612007-10-12      ZhangZhiMin <paopaoerzhang@gmail.com>
162
163        * Fix clock defect, verified BSP on skyeye
164
1652007-08-06      XiaJiaShan <ximenpiaoxue4016@sina.com>
166
167        * Frist draft, port from GBA BSP, add console, ethernet driver
168
Note: See TracBrowser for help on using the repository browser.