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

4.104.115
Last change on this file since de237f4 was de237f4, checked in by Joel Sherrill <joel.sherrill@…>, on 04/07/10 at 21:50:11

2010-04-07 Joel Sherrill <joel.sherrill@…>

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