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

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

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

  • make/custom/nds.cfg, Makefile.am, dswifi/arm7/makefile: Use VFP floating point model.
  • Property mode set to 100644
File size: 19.1 KB
Line 
12010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * make/custom/nds.cfg, Makefile.am, dswifi/arm7/makefile: Use VFP
4        floating point model.
5
62010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
7
8        * console/console.c: Fix warnings.
9
102010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
11
12        * startup/bspstart.c: Fix warning.
13
142010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
15
16        * Makefile.am, clock/clock.c, fb/fb.c, irq/irq.c, sound/sound.c,
17        startup/bspstart.c, touchscreen/touchscreen.c, wifi/wifi.c: make
18        irq data types consistent
19
202010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * start/start.S: Verify boot_card() is passed a NULL.
23
242009-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * console/console.c: Let nds_getch return "int". Remove casts.
27
282009-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * block/block.c: Adjust prototype mismatches.
31        * Makefile.am: Remove -Dcaddr_t=uint32_t.
32
332009-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
36        * console/console.c (nds_write): Adjust prototype.
37
382009-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h,
41        dswifi/arm9/source/wifi_arm9.c, libnds/include/nds/arm7/audio.h,
42        libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
43        libnds/include/nds/arm7/touch.h, libnds/source/arm7/clock.c,
44        libnds/source/arm7/touch.c, rtc/rtc.c: Eliminate various warnings.
45
462009-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * libnds/include/nds/arm9/exceptions.h,
49        libnds/include/nds/arm9/image.h,
50        libnds/include/nds/arm9/input.h,
51        libnds/include/nds/arm9/math.h,
52        libnds/include/nds/arm9/pcx.h,
53        libnds/include/nds/arm9/rumble.h,
54        libnds/include/nds/arm9/sound.h,
55        libnds/include/nds/arm9/trig_lut.h,
56        libnds/source/arm9/dcache.S,
57        libnds/source/arm9/exceptionHandler.S,
58        libnds/source/arm9/exceptions.c,
59        libnds/source/arm9/image.c,
60        libnds/source/arm9/keys.c,
61        libnds/source/arm9/pcx.c,
62        libnds/source/arm9/rumble.c,
63        libnds/source/arm9/sound.c,
64        libnds/source/arm9/system.c,
65        libnds/source/arm9/touch.c,
66        libnds/source/common/biosCalls.S,
67        libnds/source/common/gbfs.c,
68        libnds/source/common/interruptDispatcher.S,
69        libnds/source/common/interrupts.c:
70        Remove CVS-$Log's.
71
722009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * make/custom/nds.cfg: Remove RTEMS_BSP_FAMILY.
75
762009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * configure.ac: Don't add -ansi -fasm to CFLAGS.
79
802009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * make/custom/nds.cfg: New (relocated from /make/custom).
83
842009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
87
88 2009-08-21     Roxana Leontie <roxana.leontie@gmail.com>
89
90        * nds/fb/fb.c: took off get_screen_info() and set_screen_info() extern
91        references
92
932009-08-10      Roxana Leontie <roxana.leontie@gmail.com>
94
95        * fb/fb.c: function calls renamed; defined references to the extern
96        functions
97        * fb/fb.h: Removed.
98        * Makefile.am: Reflect removal.
99        * preinstall.am: Regenerated.
100
1012009-08-10      Roxana Leontie <roxana.leontie@gmail.com>
102
103        * fb/fb.c: different structures defined in rtems/fb.h that were used in
104        here so changes were needed
105
1062009-08-10      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * Makefile.am, preinstall.am, fb/fb.c: Install nds specific .h files
109        into nds subdirectory.
110
1112009-08-03      Roxana Leontie <roxana.leontie@gmail.com>
112
113        * fb/fb.c: changed the references to mw_fb.h into fb.h
114
1152009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
118        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
119        have the same options.
120
1212009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
122
123        * startup/bspstart.c: Removed variable declaration.
124
1252009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
128        bsp_get_work_area() since the work area is larger than a single
129        allocatable object.
130
1312009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * start/start.S: Checked call to boot_card.
134
1352009-04-28      Chris Johns <chrisj@rtems.org>
136
137        * start/start.S: Update for boot_card command line change.
138
1392009-02-04      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
142
1432008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * bsp_specs: Remove -Qy from *link.
146
1472008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * bsp_specs: Move -e start from *link to *startfile to avoid warning
150        for undefined entry symbol when linking relocatables with binutils
151        2.19.
152
1532008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * Makefile.am, preinstall.am: Use shared tm27.h stub.
156        * include/tm27.h: Removed.
157
1582008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * startup/bspgetworkarea.c: Change size_t to ssize_t on
161        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
162        which would limit the work area to 64K.
163
1642008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
167        * Makefile.am: Reflect changes above.
168
1692008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
172        of building libbspstart.a, using automake-rules.
173
1742008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Eliminate *_SOURCES.
177
1782008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
181        components.
182
1832008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
186
1872008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * configure.ac: Make letting boot_card() handle work area allocation
190        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
191        BSP_BOOTCARD_OPTIONS.
192
1932008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * startup/bspreset.c: New file.
196
1972008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
200        optionally print a message, poll for user to press key, and call
201        bsp_reset(). Using this eliminates the various bsp_cleanup()
202        implementations which had their own implementation and variety of
203        string constants.
204        * startup/bspclean.c: Removed.
205
2062008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * Makefile.am, configure.ac: Split out bsp_cleanup() and
209        bsp_get_work_area() into their own files.
210        * startup/bspclean.c, startup/bspgetworkarea.c,
211        startup/bspstart.c: New files.
212        * startup/start.c: Removed.
213
2142008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
217        phase, all prototypes were removed from bsp.h and empty
218        implementations were removed and made to use the shared stub.
219
2202008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * block/block.c, rtc/rtc.c: Convert to "bool".
223
2242008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * timer/timer.c: Eliminate empty function from every benchmark timer
227        driver. Fix spelling.
228
2292008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * timer/timer.c: Rename timer driver methods to follow RTEMS
232        programming conventions.
233
2342008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * timer/timer.c: Eliminate rtems_boolean.
237        * libnds/include/nds/jtypes.h: Use bool/stdbool.h instead of
238        local (non-POSIX compliant) "bool".
239
2402008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
241
242        * block/block.c, console/console.c, dswifi/arm9/source/sgIP.h,
243        dswifi/arm9/source/sgIP_ARP.h, dswifi/arm9/source/sgIP_Config.h,
244        dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.h,
245        dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.h,
246        dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.h,
247        dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.h,
248        dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
249        dswifi/include/dswifi7.h, dswifi/include/dswifi9.h, fb/fb.c,
250        include/my_ipc.h, libfat/source/disc_io/disc_io.h,
251        libfat/source/disc_io/io_nmmc.c,
252        libnds/include/nds/arm9/exceptions.h,
253        libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/ndsmotion.h,
254        libnds/include/nds/arm9/videoGL.h, libnds/source/arm9/console.c,
255        libnds/source/arm9/gurumeditation.c, libnds/source/arm9/ndsmotion.c,
256        libnds/source/common/card.c, libnds/source/common/interrupts.c,
257        sound/sound.c, startup/start.c, touchscreen/reco.h, wifi/compat.c,
258        wifi/compat.h: Fix most warnings.
259
2602008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
261
262        * dswifi/arm7/makefile, dswifi/include/netinet/in.h,
263        libnds/basicARM7/source/defaultARM7.c, libnds/include/gbfs.h,
264        libnds/include/nds/bios.h, libnds/include/nds/card.h,
265        libnds/include/nds/dma.h, libnds/include/nds/interrupts.h,
266        libnds/include/nds/ipc.h, libnds/include/nds/jtypes.h,
267        libnds/include/nds/registers_alt.h, libnds/include/nds/system.h,
268        libnds/include/nds/timers.h, libnds/include/nds/arm7/audio.h,
269        libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
270        libnds/include/nds/arm7/touch.h, libnds/include/nds/arm9/boxtest.h,
271        libnds/include/nds/arm9/cache.h, libnds/include/nds/arm9/console.h,
272        libnds/include/nds/arm9/ndsmotion.h, libnds/include/nds/arm9/video.h,
273        libnds/include/nds/arm9/videoGL.h, libnds/source/arm7/audio.c,
274        libnds/source/arm7/clock.c, libnds/source/arm7/microphone.c,
275        libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
276        libnds/source/arm9/boxtest.c, libnds/source/arm9/gurumeditation.c,
277        libnds/source/arm9/ndsmotion.c, libnds/source/arm9/videoGL.c,
278        libnds/source/common/card.c,
279        libnds/source/common/interruptDispatcher.S, touchscreen/reco.c: Fix
280        various warnings by fixing prototypes. Remove unused .bin files.
281        Convert all files to UNIX CF/LF.
282        * libnds/source/arm9/COS.bin, libnds/source/arm9/SIN.bin,
283        libnds/source/arm9/TAN.bin, libnds/source/arm9/default_font.bin: Removed.
284
2852008-07-29      Chris Johns <chrisj@rtems.org>
286
287        * block/block.c: Update to the libblock changes.
288
2892008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
290
291        * startup/start.c: Changed bsp_get_workarea() to bsp_get_work_area()
292        and added support for an optional separate heap area.
293
2942008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
295
296        * Makefile.am, configure.ac, startup/start.c: Use new framework
297        capability where RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
298
2992008-04-18      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * Makefile.am: Use bin2s to produce assembly files which do not need
302        preprocessing. Capital .S indicates an assembly file that gets
303        preprocessed.
304
3052008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace
308        blxne with bxne.
309
3102008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
311
312        * Makefile.am: Move .s files to .S
313        * dswifi/common/source/spinlock.S, libfat/source/disc_io/io_dldi.S,
314        libfat/source/disc_io/io_scsd_s.S, libnds/source/arm9/COS.S,
315        libnds/source/arm9/SIN.S, libnds/source/arm9/TAN.S,
316        libnds/source/arm9/dcache.S, libnds/source/arm9/default_font.S,
317        libnds/source/arm9/icache.S, libnds/source/common/biosCalls.S,
318        libnds/source/common/interruptDispatcher.S: New files.
319        * dswifi/common/source/spinlock.s, libfat/source/disc_io/io_dldi.s,
320        libfat/source/disc_io/io_scsd_s.s, libnds/source/arm9/COS.s,
321        libnds/source/arm9/SIN.s, libnds/source/arm9/TAN.s,
322        libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.s,
323        libnds/source/arm9/exceptionHandler.s, libnds/source/arm9/icache.s,
324        libnds/source/common/biosCalls.s,
325        libnds/source/common/interruptDispatcher.s: Removed.
326
3272008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
328
329        * .cvsignore, include/.cvsignore: New files.
330
3312008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
332
333        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
334        mk_libnds.sh, patch.libnds, preinstall.am, block/block.c,
335        clock/clock.c, console/console.c, coproc/coproc.S, coproc/coproc.c,
336        coproc/coproc.ld, dswifi/dswifi_license.txt, dswifi/makefile,
337        dswifi/arm7/makefile, dswifi/arm7/source/wifi_arm7.c,
338        dswifi/arm7/source/wifi_arm7.h, dswifi/arm9/makefile,
339        dswifi/arm9/source/sgIP.c, dswifi/arm9/source/sgIP.h,
340        dswifi/arm9/source/sgIP_ARP.c, dswifi/arm9/source/sgIP_ARP.h,
341        dswifi/arm9/source/sgIP_Config.h, dswifi/arm9/source/sgIP_DHCP.c,
342        dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.c,
343        dswifi/arm9/source/sgIP_DNS.h, dswifi/arm9/source/sgIP_Hub.c,
344        dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.c,
345        dswifi/arm9/source/sgIP_ICMP.h, dswifi/arm9/source/sgIP_IP.c,
346        dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.c,
347        dswifi/arm9/source/sgIP_TCP.h, dswifi/arm9/source/sgIP_UDP.c,
348        dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.c,
349        dswifi/arm9/source/sgIP_memblock.h,
350        dswifi/arm9/source/sgIP_sockets.c, dswifi/arm9/source/sgIP_sockets.h,
351        dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
352        dswifi/common/source/dsregs.h, dswifi/common/source/spinlock.h,
353        dswifi/common/source/spinlock.s, dswifi/common/source/wifi_shared.h,
354        dswifi/include/dswifi7.h, dswifi/include/dswifi9.h,
355        dswifi/include/dswifi_version.h, dswifi/include/netdb.h,
356        dswifi/include/sgIP_errno.h, dswifi/include/netinet/in.h, fb/fb.c,
357        fb/fb.h, include/bsp.h, include/my_ipc.h, include/tm27.h,
358        include/types.h, include/sys/iosupport.h, irq/irq.c, irq/irq.h,
359        libfat/gba/include/fat.h, libfat/include/fat.h,
360        libfat/nds/include/fat.h, libfat/source/bit_ops.h,
361        libfat/source/cache.c, libfat/source/cache.h, libfat/source/common.h,
362        libfat/source/directory.c, libfat/source/directory.h,
363        libfat/source/fatdir.c, libfat/source/fatdir.h,
364        libfat/source/fatfile.c, libfat/source/fatfile.h,
365        libfat/source/file_allocation_table.c,
366        libfat/source/file_allocation_table.h, libfat/source/filetime.c,
367        libfat/source/filetime.h, libfat/source/libfat.c,
368        libfat/source/mem_allocate.h, libfat/source/partition.c,
369        libfat/source/partition.h, libfat/source/disc_io/disc.c,
370        libfat/source/disc_io/disc.h, libfat/source/disc_io/disc_io.h,
371        libfat/source/disc_io/io_cf_common.c,
372        libfat/source/disc_io/io_cf_common.h,
373        libfat/source/disc_io/io_dldi.h, libfat/source/disc_io/io_dldi.s,
374        libfat/source/disc_io/io_efa2.c, libfat/source/disc_io/io_efa2.h,
375        libfat/source/disc_io/io_fcsr.c, libfat/source/disc_io/io_fcsr.h,
376        libfat/source/disc_io/io_m3_common.c,
377        libfat/source/disc_io/io_m3_common.h,
378        libfat/source/disc_io/io_m3cf.c, libfat/source/disc_io/io_m3cf.h,
379        libfat/source/disc_io/io_m3sd.c, libfat/source/disc_io/io_m3sd.h,
380        libfat/source/disc_io/io_mpcf.c, libfat/source/disc_io/io_mpcf.h,
381        libfat/source/disc_io/io_njsd.c, libfat/source/disc_io/io_njsd.h,
382        libfat/source/disc_io/io_nmmc.c, libfat/source/disc_io/io_nmmc.h,
383        libfat/source/disc_io/io_sc_common.c,
384        libfat/source/disc_io/io_sc_common.h,
385        libfat/source/disc_io/io_sccf.c, libfat/source/disc_io/io_sccf.h,
386        libfat/source/disc_io/io_scsd.c, libfat/source/disc_io/io_scsd.h,
387        libfat/source/disc_io/io_scsd_s.s,
388        libfat/source/disc_io/io_sd_common.c,
389        libfat/source/disc_io/io_sd_common.h, libnds/Makefile.arm7,
390        libnds/Makefile.arm9, libnds/libnds_license.txt,
391        libnds/basicARM7/source/defaultARM7.c,
392        libnds/include/default_font_bin.h, libnds/include/gbfs.h,
393        libnds/include/nds.h, libnds/include/nds/bios.h,
394        libnds/include/nds/card.h, libnds/include/nds/dma.h,
395        libnds/include/nds/interrupts.h, libnds/include/nds/ipc.h,
396        libnds/include/nds/jtypes.h, libnds/include/nds/memory.h,
397        libnds/include/nds/registers_alt.h, libnds/include/nds/reload.h,
398        libnds/include/nds/system.h, libnds/include/nds/timers.h,
399        libnds/include/nds/arm7/audio.h, libnds/include/nds/arm7/clock.h,
400        libnds/include/nds/arm7/serial.h, libnds/include/nds/arm7/touch.h,
401        libnds/include/nds/arm9/background.h,
402        libnds/include/nds/arm9/boxtest.h, libnds/include/nds/arm9/cache.h,
403        libnds/include/nds/arm9/console.h,
404        libnds/include/nds/arm9/exceptions.h,
405        libnds/include/nds/arm9/image.h, libnds/include/nds/arm9/input.h,
406        libnds/include/nds/arm9/math.h, libnds/include/nds/arm9/ndsmotion.h,
407        libnds/include/nds/arm9/pcx.h, libnds/include/nds/arm9/postest.h,
408        libnds/include/nds/arm9/rumble.h, libnds/include/nds/arm9/sound.h,
409        libnds/include/nds/arm9/sprite.h, libnds/include/nds/arm9/trig_lut.h,
410        libnds/include/nds/arm9/video.h, libnds/include/nds/arm9/videoGL.h,
411        libnds/source/arm7/audio.c, libnds/source/arm7/clock.c,
412        libnds/source/arm7/microphone.c, libnds/source/arm7/spi.c,
413        libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
414        libnds/source/arm9/COS.bin, libnds/source/arm9/COS.s,
415        libnds/source/arm9/SIN.bin, libnds/source/arm9/SIN.s,
416        libnds/source/arm9/TAN.bin, libnds/source/arm9/TAN.s,
417        libnds/source/arm9/boxtest.c, libnds/source/arm9/console.c,
418        libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.bin,
419        libnds/source/arm9/default_font.s,
420        libnds/source/arm9/exceptionHandler.S,
421        libnds/source/arm9/exceptionHandler.s,
422        libnds/source/arm9/exceptions.c, libnds/source/arm9/gurumeditation.c,
423        libnds/source/arm9/icache.s, libnds/source/arm9/image.c,
424        libnds/source/arm9/initSystem.c, libnds/source/arm9/keys.c,
425        libnds/source/arm9/ndsmotion.c, libnds/source/arm9/pcx.c,
426        libnds/source/arm9/rumble.c, libnds/source/arm9/sound.c,
427        libnds/source/arm9/system.c, libnds/source/arm9/touch.c,
428        libnds/source/arm9/video.c, libnds/source/arm9/videoGL.c,
429        libnds/source/common/biosCalls.s, libnds/source/common/card.c,
430        libnds/source/common/gbfs.c,
431        libnds/source/common/interruptDispatcher.s,
432        libnds/source/common/interrupts.c, rtc/rtc.c, sound/sound.c,
433        sound/sound.h, start/start.S, startup/linkcmds, startup/start.c,
434        timer/timer.c, tools/Makefile.am, tools/bin2s, tools/bin2s.c,
435        tools/configure.ac, tools/runtest,
436        tools/ndstool/include/arm7_sha1_homebrew.h,
437        tools/ndstool/include/arm7_sha1_nintendo.h,
438        tools/ndstool/include/banner.h, tools/ndstool/include/bigint.h,
439        tools/ndstool/include/crc.h, tools/ndstool/include/default_icon.h,
440        tools/ndstool/include/encryption.h, tools/ndstool/include/header.h,
441        tools/ndstool/include/hook.h, tools/ndstool/include/little.h,
442        tools/ndstool/include/loadme.h, tools/ndstool/include/logo.h,
443        tools/ndstool/include/ndscreate.h,
444        tools/ndstool/include/ndsextract.h, tools/ndstool/include/ndstool.h,
445        tools/ndstool/include/ndstree.h, tools/ndstool/include/overlay.h,
446        tools/ndstool/include/passme.h, tools/ndstool/include/passme_sram.h,
447        tools/ndstool/include/passme_vhd1.h,
448        tools/ndstool/include/passme_vhd2.h, tools/ndstool/include/raster.h,
449        tools/ndstool/include/sha1.h, tools/ndstool/include/types.h,
450        tools/ndstool/source/arm7_sha1_homebrew.c,
451        tools/ndstool/source/arm7_sha1_nintendo.c,
452        tools/ndstool/source/banner.cpp, tools/ndstool/source/bigint.cpp,
453        tools/ndstool/source/compile_date.c, tools/ndstool/source/crc.cpp,
454        tools/ndstool/source/default_icon.c,
455        tools/ndstool/source/encryption.cpp, tools/ndstool/source/header.cpp,
456        tools/ndstool/source/hook.cpp, tools/ndstool/source/loadme.c,
457        tools/ndstool/source/logo.cpp, tools/ndstool/source/ndscodes.cpp,
458        tools/ndstool/source/ndscreate.cpp,
459        tools/ndstool/source/ndsextract.cpp,
460        tools/ndstool/source/ndstool.cpp, tools/ndstool/source/ndstree.cpp,
461        tools/ndstool/source/passme.cpp, tools/ndstool/source/passme_sram.c,
462        tools/ndstool/source/raster.cpp, tools/ndstool/source/sha1.cpp,
463        touchscreen/README.reco, touchscreen/parser.c, touchscreen/reco.c,
464        touchscreen/reco.h, touchscreen/touchscreen.c,
465        touchscreen/touchscreen.h, wifi/compat.c, wifi/compat.h, wifi/wifi.c:
466        New files.
467
4682008-03-09      Matthieu Bucchianeri <mbucchia@gmail.com>
469
470        * ...: original import of the BSP
Note: See TracBrowser for help on using the repository browser.