source: rtems/c/src/lib/libbsp/arm/smdk2410/ChangeLog @ 677e813

4.115
Last change on this file since 677e813 was 4651508, checked in by Sebastian Huber <sebastian.huber@…>, on 12/03/10 at 10:51:22

2010-12-03 Sebastian Huber <sebastian.huber@…>

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