source: rtems/c/src/lib/libbsp/arm/smdk2410/ChangeLog @ 6b2b37d2

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-08-09     Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, configure.ac: Add Skyeye reset device.
8        * startup/bspreset.c: New file.
9
102009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
13        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
14        have the same options.
15
162008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * bsp_specs: Move -e start from *link to *startfile to avoid warning
19        for undefined entry symbol when linking relocatables with binutils
20        2.19.
21
222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
25        of building libbspstart.a, using automake-rules.
26
272008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Eliminate *_SOURCES.
30
312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
34        components.
35
362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Remove noinst_PROGRAMS (Unused).
39
402008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
43
442008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        PR 1322/bsps
47        * include/bspopts.h.in: Remove.
48
492008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
52        work area allocation mandatory. Rename
53        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
54
552008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
58        bsp_cleanup() which can optionally print a message, poll for user to
59        press key, and call bsp_reset(). Using this eliminates the various
60        bsp_cleanup() implementations which had their own implementation and
61        variety of string constants.
62
632008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * startup/linkcmds: Move WorkAreaBase to be closer to end definition.
66
672008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * startup/linkcmds: Add WorkAreaBase.
70
712008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am, startup/linkcmds: Use top level shared
74        bsp_get_work_area() implementation.
75
762008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * Makefile.am, configure.ac, include/bspopts.h.in: Split out
79        bsp_get_work_area() into its own file and user BSP Framework to
80        perform more initialization. Use same shared implementation as
81        edb7312 and csb336.
82
832008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
86        routine.
87
882008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile.am, preinstall.am: Need tm27.h
91
922008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * Makefile.am: Rework to avoid .rel files.
95
962008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * .cvsignore: New file.
99
1002008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * Makefile.am: Use shared bsp_predriver_hook.
103
1042008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * include/bsp.h: Grammar.
107
1082008-05-06      Ray Xu <rayx.cn@gmail.com>
109
110        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
111        preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds,
112        startup/memmap.c: New files.
113
1142008-04-06      Ray Xu  <rayx.cn@gmail.com>
115
116        * Add note in README, cleanup code, merge it with gp32 and submit it to RTEMS
117
1182007-10-12      ZhangZhiMin <paopaoerzhang@gmail.com>
119
120        * Fix clock defect, verified BSP on skyeye
121
1222007-08-06      XiaJiaShan <ximenpiaoxue4016@sina.com>
123
124        * Frist draft, port from GBA BSP, add console, ethernet driver
125
Note: See TracBrowser for help on using the repository browser.