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

4.104.115
Last change on this file since 0441091 was 0441091, checked in by Sebastian Huber <sebastian.huber@…>, on 04/30/10 at 13:40:13

2010-04-30 Sebastian Huber <sebastian.huber@…>

  • csb336/make/custom/csb336.cfg, csb337/make/custom/csb337.cfg, edb7312/make/custom/edb7312.cfg, gba/make/custom/gba.cfg, gdbarmsim/make/custom/arm920.cfg, gp32/make/custom/gp32.cfg, gumstix/make/custom/gumstix.cfg, lpc32xx/make/custom/lpc32xx_phycore.cfg, nds/make/custom/nds.cfg, rtl22xx/make/custom/rtl22xx.cfg, smdk2410/make/custom/smdk2410.cfg: Use VFP floating point model.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * make/custom/smdk2410.cfg: Use VFP floating point model.
4
52010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
6
7        * Makefile.am: use common code for s3c24xx
8
92009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * make/custom/smdk2410.cfg: Remove RTEMS_BSP_FAMILY.
12
132009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Don't add -ansi -fasm to CFLAGS.
16
172009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * make/custom/smdk2410.cfg: New (relocated from /make/custom).
20
212009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
24
25 2009-08-09     Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am, configure.ac: Add Skyeye reset device.
28        * startup/bspreset.c: New file.
29
302009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
33        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
34        have the same options.
35
362008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * bsp_specs: Move -e start from *link to *startfile to avoid warning
39        for undefined entry symbol when linking relocatables with binutils
40        2.19.
41
422008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
45        of building libbspstart.a, using automake-rules.
46
472008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Eliminate *_SOURCES.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
54        components.
55
562008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Remove noinst_PROGRAMS (Unused).
59
602008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
63
642008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        PR 1322/bsps
67        * include/bspopts.h.in: Remove.
68
692008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
72        work area allocation mandatory. Rename
73        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
74
752008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
78        bsp_cleanup() which can optionally print a message, poll for user to
79        press key, and call bsp_reset(). Using this eliminates the various
80        bsp_cleanup() implementations which had their own implementation and
81        variety of string constants.
82
832008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * startup/linkcmds: Move WorkAreaBase to be closer to end definition.
86
872008-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * startup/linkcmds: Add WorkAreaBase.
90
912008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * Makefile.am, startup/linkcmds: Use top level shared
94        bsp_get_work_area() implementation.
95
962008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile.am, configure.ac, include/bspopts.h.in: Split out
99        bsp_get_work_area() into its own file and user BSP Framework to
100        perform more initialization. Use same shared implementation as
101        edb7312 and csb336.
102
1032008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
106        routine.
107
1082008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * Makefile.am, preinstall.am: Need tm27.h
111
1122008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * Makefile.am: Rework to avoid .rel files.
115
1162008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * .cvsignore: New file.
119
1202008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * Makefile.am: Use shared bsp_predriver_hook.
123
1242008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * include/bsp.h: Grammar.
127
1282008-05-06      Ray Xu <rayx.cn@gmail.com>
129
130        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
131        preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds,
132        startup/memmap.c: New files.
133
1342008-04-06      Ray Xu  <rayx.cn@gmail.com>
135
136        * Add note in README, cleanup code, merge it with gp32 and submit it to RTEMS
137
1382007-10-12      ZhangZhiMin <paopaoerzhang@gmail.com>
139
140        * Fix clock defect, verified BSP on skyeye
141
1422007-08-06      XiaJiaShan <ximenpiaoxue4016@sina.com>
143
144        * Frist draft, port from GBA BSP, add console, ethernet driver
145
Note: See TracBrowser for help on using the repository browser.