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

4.115
Last change on this file since 26c17377 was 26c17377, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/11 at 12:15:54

2011-02-09 Ralf Corsépius <ralf.corsepius@…>

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