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

4.104.115
Last change on this file since af3fd0c6 was af3fd0c6, checked in by Joel Sherrill <joel.sherrill@…>, on 04/26/10 at 02:28:02

2010-04-25 Joel Sherrill <joel.sherrilL@…>

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