source: rtems/c/src/lib/libbsp/arm/smdk2410/ChangeLog @ 7a6f8d0

4.104.115
Last change on this file since 7a6f8d0 was 0e5abd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:34:49

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/smdk2410.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/smdk2410.cfg: Remove RTEMS_BSP_FAMILY.
4
52009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Don't add -ansi -fasm to CFLAGS.
8
92009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * make/custom/smdk2410.cfg: New (relocated from /make/custom).
12
132009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
16
17 2009-08-09     Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * Makefile.am, configure.ac: Add Skyeye reset device.
20        * startup/bspreset.c: New file.
21
222009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
25        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
26        have the same options.
27
282008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * bsp_specs: Move -e start from *link to *startfile to avoid warning
31        for undefined entry symbol when linking relocatables with binutils
32        2.19.
33
342008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
37        of building libbspstart.a, using automake-rules.
38
392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate *_SOURCES.
42
432008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
46        components.
47
482008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Remove noinst_PROGRAMS (Unused).
51
522008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
55
562008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        PR 1322/bsps
59        * include/bspopts.h.in: Remove.
60
612008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
64        work area allocation mandatory. Rename
65        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
66
672008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
70        bsp_cleanup() which can optionally print a message, poll for user to
71        press key, and call bsp_reset(). Using this eliminates the various
72        bsp_cleanup() implementations which had their own implementation and
73        variety of string constants.
74
752008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * startup/linkcmds: Move WorkAreaBase to be closer to end definition.
78
792008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * startup/linkcmds: Add WorkAreaBase.
82
832008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am, startup/linkcmds: Use top level shared
86        bsp_get_work_area() implementation.
87
882008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * Makefile.am, configure.ac, include/bspopts.h.in: Split out
91        bsp_get_work_area() into its own file and user BSP Framework to
92        perform more initialization. Use same shared implementation as
93        edb7312 and csb336.
94
952008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
98        routine.
99
1002008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * Makefile.am, preinstall.am: Need tm27.h
103
1042008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile.am: Rework to avoid .rel files.
107
1082008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * .cvsignore: New file.
111
1122008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * Makefile.am: Use shared bsp_predriver_hook.
115
1162008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * include/bsp.h: Grammar.
119
1202008-05-06      Ray Xu <rayx.cn@gmail.com>
121
122        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
123        preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds,
124        startup/memmap.c: New files.
125
1262008-04-06      Ray Xu  <rayx.cn@gmail.com>
127
128        * Add note in README, cleanup code, merge it with gp32 and submit it to RTEMS
129
1302007-10-12      ZhangZhiMin <paopaoerzhang@gmail.com>
131
132        * Fix clock defect, verified BSP on skyeye
133
1342007-08-06      XiaJiaShan <ximenpiaoxue4016@sina.com>
135
136        * Frist draft, port from GBA BSP, add console, ethernet driver
137
Note: See TracBrowser for help on using the repository browser.