source: rtems/c/src/lib/libbsp/arm/nds/ChangeLog @ d1be26b

4.104.115
Last change on this file since d1be26b was d1be26b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/09 at 23:21:23

2009-07-16 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
  • Property mode set to 100644
File size: 15.5 KB
Line 
12009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
4        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
5        have the same options.
6
72009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
10        bsp_get_work_area() since the work area is larger than a single
11        allocatable object.
12
132009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * start/start.S: Checked call to boot_card.
16
172009-04-28      Chris Johns <chrisj@rtems.org>
18
19        * start/start.S: Update for boot_card command line change.
20
212009-02-04      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
24
252008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * bsp_specs: Remove -Qy from *link.
28
292008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * bsp_specs: Move -e start from *link to *startfile to avoid warning
32        for undefined entry symbol when linking relocatables with binutils
33        2.19.
34
352008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * Makefile.am, preinstall.am: Use shared tm27.h stub.
38        * include/tm27.h: Removed.
39
402008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * startup/bspgetworkarea.c: Change size_t to ssize_t on
43        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
44        which would limit the work area to 64K.
45
462008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
49        * Makefile.am: Reflect changes above.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
54        of building libbspstart.a, using automake-rules.
55
562008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Eliminate *_SOURCES.
59
602008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
63        components.
64
652008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
68
692008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * configure.ac: Make letting boot_card() handle work area allocation
72        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
73        BSP_BOOTCARD_OPTIONS.
74
752008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * startup/bspreset.c: New file.
78
792008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
82        optionally print a message, poll for user to press key, and call
83        bsp_reset(). Using this eliminates the various bsp_cleanup()
84        implementations which had their own implementation and variety of
85        string constants.
86        * startup/bspclean.c: Removed.
87
882008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * Makefile.am, configure.ac: Split out bsp_cleanup() and
91        bsp_get_work_area() into their own files.
92        * startup/bspclean.c, startup/bspgetworkarea.c,
93        startup/bspstart.c: New files.
94        * startup/start.c: Removed.
95
962008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
99        phase, all prototypes were removed from bsp.h and empty
100        implementations were removed and made to use the shared stub.
101
1022008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * block/block.c, rtc/rtc.c: Convert to "bool".
105
1062008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * timer/timer.c: Eliminate empty function from every benchmark timer
109        driver. Fix spelling.
110
1112008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * timer/timer.c: Rename timer driver methods to follow RTEMS
114        programming conventions.
115
1162008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * timer/timer.c: Eliminate rtems_boolean.
119        * libnds/include/nds/jtypes.h: Use bool/stdbool.h instead of
120        local (non-POSIX compliant) "bool".
121
1222008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * block/block.c, console/console.c, dswifi/arm9/source/sgIP.h,
125        dswifi/arm9/source/sgIP_ARP.h, dswifi/arm9/source/sgIP_Config.h,
126        dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.h,
127        dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.h,
128        dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.h,
129        dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.h,
130        dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
131        dswifi/include/dswifi7.h, dswifi/include/dswifi9.h, fb/fb.c,
132        include/my_ipc.h, libfat/source/disc_io/disc_io.h,
133        libfat/source/disc_io/io_nmmc.c,
134        libnds/include/nds/arm9/exceptions.h,
135        libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/ndsmotion.h,
136        libnds/include/nds/arm9/videoGL.h, libnds/source/arm9/console.c,
137        libnds/source/arm9/gurumeditation.c, libnds/source/arm9/ndsmotion.c,
138        libnds/source/common/card.c, libnds/source/common/interrupts.c,
139        sound/sound.c, startup/start.c, touchscreen/reco.h, wifi/compat.c,
140        wifi/compat.h: Fix most warnings.
141
1422008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * dswifi/arm7/makefile, dswifi/include/netinet/in.h,
145        libnds/basicARM7/source/defaultARM7.c, libnds/include/gbfs.h,
146        libnds/include/nds/bios.h, libnds/include/nds/card.h,
147        libnds/include/nds/dma.h, libnds/include/nds/interrupts.h,
148        libnds/include/nds/ipc.h, libnds/include/nds/jtypes.h,
149        libnds/include/nds/registers_alt.h, libnds/include/nds/system.h,
150        libnds/include/nds/timers.h, libnds/include/nds/arm7/audio.h,
151        libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
152        libnds/include/nds/arm7/touch.h, libnds/include/nds/arm9/boxtest.h,
153        libnds/include/nds/arm9/cache.h, libnds/include/nds/arm9/console.h,
154        libnds/include/nds/arm9/ndsmotion.h, libnds/include/nds/arm9/video.h,
155        libnds/include/nds/arm9/videoGL.h, libnds/source/arm7/audio.c,
156        libnds/source/arm7/clock.c, libnds/source/arm7/microphone.c,
157        libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
158        libnds/source/arm9/boxtest.c, libnds/source/arm9/gurumeditation.c,
159        libnds/source/arm9/ndsmotion.c, libnds/source/arm9/videoGL.c,
160        libnds/source/common/card.c,
161        libnds/source/common/interruptDispatcher.S, touchscreen/reco.c: Fix
162        various warnings by fixing prototypes. Remove unused .bin files.
163        Convert all files to UNIX CF/LF.
164        * libnds/source/arm9/COS.bin, libnds/source/arm9/SIN.bin,
165        libnds/source/arm9/TAN.bin, libnds/source/arm9/default_font.bin: Removed.
166
1672008-07-29      Chris Johns <chrisj@rtems.org>
168
169        * block/block.c: Update to the libblock changes.
170
1712008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
172
173        * startup/start.c: Changed bsp_get_workarea() to bsp_get_work_area()
174        and added support for an optional separate heap area.
175
1762008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * Makefile.am, configure.ac, startup/start.c: Use new framework
179        capability where RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
180
1812008-04-18      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * Makefile.am: Use bin2s to produce assembly files which do not need
184        preprocessing. Capital .S indicates an assembly file that gets
185        preprocessed.
186
1872008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace
190        blxne with bxne.
191
1922008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * Makefile.am: Move .s files to .S
195        * dswifi/common/source/spinlock.S, libfat/source/disc_io/io_dldi.S,
196        libfat/source/disc_io/io_scsd_s.S, libnds/source/arm9/COS.S,
197        libnds/source/arm9/SIN.S, libnds/source/arm9/TAN.S,
198        libnds/source/arm9/dcache.S, libnds/source/arm9/default_font.S,
199        libnds/source/arm9/icache.S, libnds/source/common/biosCalls.S,
200        libnds/source/common/interruptDispatcher.S: New files.
201        * dswifi/common/source/spinlock.s, libfat/source/disc_io/io_dldi.s,
202        libfat/source/disc_io/io_scsd_s.s, libnds/source/arm9/COS.s,
203        libnds/source/arm9/SIN.s, libnds/source/arm9/TAN.s,
204        libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.s,
205        libnds/source/arm9/exceptionHandler.s, libnds/source/arm9/icache.s,
206        libnds/source/common/biosCalls.s,
207        libnds/source/common/interruptDispatcher.s: Removed.
208
2092008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * .cvsignore, include/.cvsignore: New files.
212
2132008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
214
215        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
216        mk_libnds.sh, patch.libnds, preinstall.am, block/block.c,
217        clock/clock.c, console/console.c, coproc/coproc.S, coproc/coproc.c,
218        coproc/coproc.ld, dswifi/dswifi_license.txt, dswifi/makefile,
219        dswifi/arm7/makefile, dswifi/arm7/source/wifi_arm7.c,
220        dswifi/arm7/source/wifi_arm7.h, dswifi/arm9/makefile,
221        dswifi/arm9/source/sgIP.c, dswifi/arm9/source/sgIP.h,
222        dswifi/arm9/source/sgIP_ARP.c, dswifi/arm9/source/sgIP_ARP.h,
223        dswifi/arm9/source/sgIP_Config.h, dswifi/arm9/source/sgIP_DHCP.c,
224        dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.c,
225        dswifi/arm9/source/sgIP_DNS.h, dswifi/arm9/source/sgIP_Hub.c,
226        dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.c,
227        dswifi/arm9/source/sgIP_ICMP.h, dswifi/arm9/source/sgIP_IP.c,
228        dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.c,
229        dswifi/arm9/source/sgIP_TCP.h, dswifi/arm9/source/sgIP_UDP.c,
230        dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.c,
231        dswifi/arm9/source/sgIP_memblock.h,
232        dswifi/arm9/source/sgIP_sockets.c, dswifi/arm9/source/sgIP_sockets.h,
233        dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
234        dswifi/common/source/dsregs.h, dswifi/common/source/spinlock.h,
235        dswifi/common/source/spinlock.s, dswifi/common/source/wifi_shared.h,
236        dswifi/include/dswifi7.h, dswifi/include/dswifi9.h,
237        dswifi/include/dswifi_version.h, dswifi/include/netdb.h,
238        dswifi/include/sgIP_errno.h, dswifi/include/netinet/in.h, fb/fb.c,
239        fb/fb.h, include/bsp.h, include/my_ipc.h, include/tm27.h,
240        include/types.h, include/sys/iosupport.h, irq/irq.c, irq/irq.h,
241        libfat/gba/include/fat.h, libfat/include/fat.h,
242        libfat/nds/include/fat.h, libfat/source/bit_ops.h,
243        libfat/source/cache.c, libfat/source/cache.h, libfat/source/common.h,
244        libfat/source/directory.c, libfat/source/directory.h,
245        libfat/source/fatdir.c, libfat/source/fatdir.h,
246        libfat/source/fatfile.c, libfat/source/fatfile.h,
247        libfat/source/file_allocation_table.c,
248        libfat/source/file_allocation_table.h, libfat/source/filetime.c,
249        libfat/source/filetime.h, libfat/source/libfat.c,
250        libfat/source/mem_allocate.h, libfat/source/partition.c,
251        libfat/source/partition.h, libfat/source/disc_io/disc.c,
252        libfat/source/disc_io/disc.h, libfat/source/disc_io/disc_io.h,
253        libfat/source/disc_io/io_cf_common.c,
254        libfat/source/disc_io/io_cf_common.h,
255        libfat/source/disc_io/io_dldi.h, libfat/source/disc_io/io_dldi.s,
256        libfat/source/disc_io/io_efa2.c, libfat/source/disc_io/io_efa2.h,
257        libfat/source/disc_io/io_fcsr.c, libfat/source/disc_io/io_fcsr.h,
258        libfat/source/disc_io/io_m3_common.c,
259        libfat/source/disc_io/io_m3_common.h,
260        libfat/source/disc_io/io_m3cf.c, libfat/source/disc_io/io_m3cf.h,
261        libfat/source/disc_io/io_m3sd.c, libfat/source/disc_io/io_m3sd.h,
262        libfat/source/disc_io/io_mpcf.c, libfat/source/disc_io/io_mpcf.h,
263        libfat/source/disc_io/io_njsd.c, libfat/source/disc_io/io_njsd.h,
264        libfat/source/disc_io/io_nmmc.c, libfat/source/disc_io/io_nmmc.h,
265        libfat/source/disc_io/io_sc_common.c,
266        libfat/source/disc_io/io_sc_common.h,
267        libfat/source/disc_io/io_sccf.c, libfat/source/disc_io/io_sccf.h,
268        libfat/source/disc_io/io_scsd.c, libfat/source/disc_io/io_scsd.h,
269        libfat/source/disc_io/io_scsd_s.s,
270        libfat/source/disc_io/io_sd_common.c,
271        libfat/source/disc_io/io_sd_common.h, libnds/Makefile.arm7,
272        libnds/Makefile.arm9, libnds/libnds_license.txt,
273        libnds/basicARM7/source/defaultARM7.c,
274        libnds/include/default_font_bin.h, libnds/include/gbfs.h,
275        libnds/include/nds.h, libnds/include/nds/bios.h,
276        libnds/include/nds/card.h, libnds/include/nds/dma.h,
277        libnds/include/nds/interrupts.h, libnds/include/nds/ipc.h,
278        libnds/include/nds/jtypes.h, libnds/include/nds/memory.h,
279        libnds/include/nds/registers_alt.h, libnds/include/nds/reload.h,
280        libnds/include/nds/system.h, libnds/include/nds/timers.h,
281        libnds/include/nds/arm7/audio.h, libnds/include/nds/arm7/clock.h,
282        libnds/include/nds/arm7/serial.h, libnds/include/nds/arm7/touch.h,
283        libnds/include/nds/arm9/background.h,
284        libnds/include/nds/arm9/boxtest.h, libnds/include/nds/arm9/cache.h,
285        libnds/include/nds/arm9/console.h,
286        libnds/include/nds/arm9/exceptions.h,
287        libnds/include/nds/arm9/image.h, libnds/include/nds/arm9/input.h,
288        libnds/include/nds/arm9/math.h, libnds/include/nds/arm9/ndsmotion.h,
289        libnds/include/nds/arm9/pcx.h, libnds/include/nds/arm9/postest.h,
290        libnds/include/nds/arm9/rumble.h, libnds/include/nds/arm9/sound.h,
291        libnds/include/nds/arm9/sprite.h, libnds/include/nds/arm9/trig_lut.h,
292        libnds/include/nds/arm9/video.h, libnds/include/nds/arm9/videoGL.h,
293        libnds/source/arm7/audio.c, libnds/source/arm7/clock.c,
294        libnds/source/arm7/microphone.c, libnds/source/arm7/spi.c,
295        libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
296        libnds/source/arm9/COS.bin, libnds/source/arm9/COS.s,
297        libnds/source/arm9/SIN.bin, libnds/source/arm9/SIN.s,
298        libnds/source/arm9/TAN.bin, libnds/source/arm9/TAN.s,
299        libnds/source/arm9/boxtest.c, libnds/source/arm9/console.c,
300        libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.bin,
301        libnds/source/arm9/default_font.s,
302        libnds/source/arm9/exceptionHandler.S,
303        libnds/source/arm9/exceptionHandler.s,
304        libnds/source/arm9/exceptions.c, libnds/source/arm9/gurumeditation.c,
305        libnds/source/arm9/icache.s, libnds/source/arm9/image.c,
306        libnds/source/arm9/initSystem.c, libnds/source/arm9/keys.c,
307        libnds/source/arm9/ndsmotion.c, libnds/source/arm9/pcx.c,
308        libnds/source/arm9/rumble.c, libnds/source/arm9/sound.c,
309        libnds/source/arm9/system.c, libnds/source/arm9/touch.c,
310        libnds/source/arm9/video.c, libnds/source/arm9/videoGL.c,
311        libnds/source/common/biosCalls.s, libnds/source/common/card.c,
312        libnds/source/common/gbfs.c,
313        libnds/source/common/interruptDispatcher.s,
314        libnds/source/common/interrupts.c, rtc/rtc.c, sound/sound.c,
315        sound/sound.h, start/start.S, startup/linkcmds, startup/start.c,
316        timer/timer.c, tools/Makefile.am, tools/bin2s, tools/bin2s.c,
317        tools/configure.ac, tools/runtest,
318        tools/ndstool/include/arm7_sha1_homebrew.h,
319        tools/ndstool/include/arm7_sha1_nintendo.h,
320        tools/ndstool/include/banner.h, tools/ndstool/include/bigint.h,
321        tools/ndstool/include/crc.h, tools/ndstool/include/default_icon.h,
322        tools/ndstool/include/encryption.h, tools/ndstool/include/header.h,
323        tools/ndstool/include/hook.h, tools/ndstool/include/little.h,
324        tools/ndstool/include/loadme.h, tools/ndstool/include/logo.h,
325        tools/ndstool/include/ndscreate.h,
326        tools/ndstool/include/ndsextract.h, tools/ndstool/include/ndstool.h,
327        tools/ndstool/include/ndstree.h, tools/ndstool/include/overlay.h,
328        tools/ndstool/include/passme.h, tools/ndstool/include/passme_sram.h,
329        tools/ndstool/include/passme_vhd1.h,
330        tools/ndstool/include/passme_vhd2.h, tools/ndstool/include/raster.h,
331        tools/ndstool/include/sha1.h, tools/ndstool/include/types.h,
332        tools/ndstool/source/arm7_sha1_homebrew.c,
333        tools/ndstool/source/arm7_sha1_nintendo.c,
334        tools/ndstool/source/banner.cpp, tools/ndstool/source/bigint.cpp,
335        tools/ndstool/source/compile_date.c, tools/ndstool/source/crc.cpp,
336        tools/ndstool/source/default_icon.c,
337        tools/ndstool/source/encryption.cpp, tools/ndstool/source/header.cpp,
338        tools/ndstool/source/hook.cpp, tools/ndstool/source/loadme.c,
339        tools/ndstool/source/logo.cpp, tools/ndstool/source/ndscodes.cpp,
340        tools/ndstool/source/ndscreate.cpp,
341        tools/ndstool/source/ndsextract.cpp,
342        tools/ndstool/source/ndstool.cpp, tools/ndstool/source/ndstree.cpp,
343        tools/ndstool/source/passme.cpp, tools/ndstool/source/passme_sram.c,
344        tools/ndstool/source/raster.cpp, tools/ndstool/source/sha1.cpp,
345        touchscreen/README.reco, touchscreen/parser.c, touchscreen/reco.c,
346        touchscreen/reco.h, touchscreen/touchscreen.c,
347        touchscreen/touchscreen.h, wifi/compat.c, wifi/compat.h, wifi/wifi.c:
348        New files.
349
3502008-03-09      Matthieu Bucchianeri <mbucchia@gmail.com>
351
352        * ...: original import of the BSP
Note: See TracBrowser for help on using the repository browser.