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

4.10
Last change on this file since ded0bfa was 53328c8f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:18:21

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

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