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

4.104.115
Last change on this file since eee78e5 was eee78e5, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/09 at 13:24:09

2009-05-08 Joel Sherrill <joel.sherrill@…>

  • startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
  • Property mode set to 100644
File size: 15.3 KB
Line 
12009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
4        bsp_get_work_area() since the work area is larger than a single
5        allocatable object.
6
72009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * start/start.S: Checked call to boot_card.
10
112009-04-28      Chris Johns <chrisj@rtems.org>
12
13        * start/start.S: Update for boot_card command line change.
14
152009-02-04      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
18
192008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * bsp_specs: Remove -Qy from *link.
22
232008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * bsp_specs: Move -e start from *link to *startfile to avoid warning
26        for undefined entry symbol when linking relocatables with binutils
27        2.19.
28
292008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * Makefile.am, preinstall.am: Use shared tm27.h stub.
32        * include/tm27.h: Removed.
33
342008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * startup/bspgetworkarea.c: Change size_t to ssize_t on
37        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
38        which would limit the work area to 64K.
39
402008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
43        * Makefile.am: Reflect changes above.
44
452008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
48        of building libbspstart.a, using automake-rules.
49
502008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminate *_SOURCES.
53
542008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
57        components.
58
592008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
62
632008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * configure.ac: Make letting boot_card() handle work area allocation
66        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
67        BSP_BOOTCARD_OPTIONS.
68
692008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * startup/bspreset.c: New file.
72
732008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
76        optionally print a message, poll for user to press key, and call
77        bsp_reset(). Using this eliminates the various bsp_cleanup()
78        implementations which had their own implementation and variety of
79        string constants.
80        * startup/bspclean.c: Removed.
81
822008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * Makefile.am, configure.ac: Split out bsp_cleanup() and
85        bsp_get_work_area() into their own files.
86        * startup/bspclean.c, startup/bspgetworkarea.c,
87        startup/bspstart.c: New files.
88        * startup/start.c: Removed.
89
902008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
93        phase, all prototypes were removed from bsp.h and empty
94        implementations were removed and made to use the shared stub.
95
962008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * block/block.c, rtc/rtc.c: Convert to "bool".
99
1002008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * timer/timer.c: Eliminate empty function from every benchmark timer
103        driver. Fix spelling.
104
1052008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * timer/timer.c: Rename timer driver methods to follow RTEMS
108        programming conventions.
109
1102008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * timer/timer.c: Eliminate rtems_boolean.
113        * libnds/include/nds/jtypes.h: Use bool/stdbool.h instead of
114        local (non-POSIX compliant) "bool".
115
1162008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * block/block.c, console/console.c, dswifi/arm9/source/sgIP.h,
119        dswifi/arm9/source/sgIP_ARP.h, dswifi/arm9/source/sgIP_Config.h,
120        dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.h,
121        dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.h,
122        dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.h,
123        dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.h,
124        dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
125        dswifi/include/dswifi7.h, dswifi/include/dswifi9.h, fb/fb.c,
126        include/my_ipc.h, libfat/source/disc_io/disc_io.h,
127        libfat/source/disc_io/io_nmmc.c,
128        libnds/include/nds/arm9/exceptions.h,
129        libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/ndsmotion.h,
130        libnds/include/nds/arm9/videoGL.h, libnds/source/arm9/console.c,
131        libnds/source/arm9/gurumeditation.c, libnds/source/arm9/ndsmotion.c,
132        libnds/source/common/card.c, libnds/source/common/interrupts.c,
133        sound/sound.c, startup/start.c, touchscreen/reco.h, wifi/compat.c,
134        wifi/compat.h: Fix most warnings.
135
1362008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * dswifi/arm7/makefile, dswifi/include/netinet/in.h,
139        libnds/basicARM7/source/defaultARM7.c, libnds/include/gbfs.h,
140        libnds/include/nds/bios.h, libnds/include/nds/card.h,
141        libnds/include/nds/dma.h, libnds/include/nds/interrupts.h,
142        libnds/include/nds/ipc.h, libnds/include/nds/jtypes.h,
143        libnds/include/nds/registers_alt.h, libnds/include/nds/system.h,
144        libnds/include/nds/timers.h, libnds/include/nds/arm7/audio.h,
145        libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
146        libnds/include/nds/arm7/touch.h, libnds/include/nds/arm9/boxtest.h,
147        libnds/include/nds/arm9/cache.h, libnds/include/nds/arm9/console.h,
148        libnds/include/nds/arm9/ndsmotion.h, libnds/include/nds/arm9/video.h,
149        libnds/include/nds/arm9/videoGL.h, libnds/source/arm7/audio.c,
150        libnds/source/arm7/clock.c, libnds/source/arm7/microphone.c,
151        libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
152        libnds/source/arm9/boxtest.c, libnds/source/arm9/gurumeditation.c,
153        libnds/source/arm9/ndsmotion.c, libnds/source/arm9/videoGL.c,
154        libnds/source/common/card.c,
155        libnds/source/common/interruptDispatcher.S, touchscreen/reco.c: Fix
156        various warnings by fixing prototypes. Remove unused .bin files.
157        Convert all files to UNIX CF/LF.
158        * libnds/source/arm9/COS.bin, libnds/source/arm9/SIN.bin,
159        libnds/source/arm9/TAN.bin, libnds/source/arm9/default_font.bin: Removed.
160
1612008-07-29      Chris Johns <chrisj@rtems.org>
162
163        * block/block.c: Update to the libblock changes.
164
1652008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
166
167        * startup/start.c: Changed bsp_get_workarea() to bsp_get_work_area()
168        and added support for an optional separate heap area.
169
1702008-05-20      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * Makefile.am, configure.ac, startup/start.c: Use new framework
173        capability where RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
174
1752008-04-18      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * Makefile.am: Use bin2s to produce assembly files which do not need
178        preprocessing. Capital .S indicates an assembly file that gets
179        preprocessed.
180
1812008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace
184        blxne with bxne.
185
1862008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * Makefile.am: Move .s files to .S
189        * dswifi/common/source/spinlock.S, libfat/source/disc_io/io_dldi.S,
190        libfat/source/disc_io/io_scsd_s.S, libnds/source/arm9/COS.S,
191        libnds/source/arm9/SIN.S, libnds/source/arm9/TAN.S,
192        libnds/source/arm9/dcache.S, libnds/source/arm9/default_font.S,
193        libnds/source/arm9/icache.S, libnds/source/common/biosCalls.S,
194        libnds/source/common/interruptDispatcher.S: New files.
195        * dswifi/common/source/spinlock.s, libfat/source/disc_io/io_dldi.s,
196        libfat/source/disc_io/io_scsd_s.s, libnds/source/arm9/COS.s,
197        libnds/source/arm9/SIN.s, libnds/source/arm9/TAN.s,
198        libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.s,
199        libnds/source/arm9/exceptionHandler.s, libnds/source/arm9/icache.s,
200        libnds/source/common/biosCalls.s,
201        libnds/source/common/interruptDispatcher.s: Removed.
202
2032008-04-17      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * .cvsignore, include/.cvsignore: New files.
206
2072008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
208
209        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
210        mk_libnds.sh, patch.libnds, preinstall.am, block/block.c,
211        clock/clock.c, console/console.c, coproc/coproc.S, coproc/coproc.c,
212        coproc/coproc.ld, dswifi/dswifi_license.txt, dswifi/makefile,
213        dswifi/arm7/makefile, dswifi/arm7/source/wifi_arm7.c,
214        dswifi/arm7/source/wifi_arm7.h, dswifi/arm9/makefile,
215        dswifi/arm9/source/sgIP.c, dswifi/arm9/source/sgIP.h,
216        dswifi/arm9/source/sgIP_ARP.c, dswifi/arm9/source/sgIP_ARP.h,
217        dswifi/arm9/source/sgIP_Config.h, dswifi/arm9/source/sgIP_DHCP.c,
218        dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.c,
219        dswifi/arm9/source/sgIP_DNS.h, dswifi/arm9/source/sgIP_Hub.c,
220        dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.c,
221        dswifi/arm9/source/sgIP_ICMP.h, dswifi/arm9/source/sgIP_IP.c,
222        dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.c,
223        dswifi/arm9/source/sgIP_TCP.h, dswifi/arm9/source/sgIP_UDP.c,
224        dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.c,
225        dswifi/arm9/source/sgIP_memblock.h,
226        dswifi/arm9/source/sgIP_sockets.c, dswifi/arm9/source/sgIP_sockets.h,
227        dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
228        dswifi/common/source/dsregs.h, dswifi/common/source/spinlock.h,
229        dswifi/common/source/spinlock.s, dswifi/common/source/wifi_shared.h,
230        dswifi/include/dswifi7.h, dswifi/include/dswifi9.h,
231        dswifi/include/dswifi_version.h, dswifi/include/netdb.h,
232        dswifi/include/sgIP_errno.h, dswifi/include/netinet/in.h, fb/fb.c,
233        fb/fb.h, include/bsp.h, include/my_ipc.h, include/tm27.h,
234        include/types.h, include/sys/iosupport.h, irq/irq.c, irq/irq.h,
235        libfat/gba/include/fat.h, libfat/include/fat.h,
236        libfat/nds/include/fat.h, libfat/source/bit_ops.h,
237        libfat/source/cache.c, libfat/source/cache.h, libfat/source/common.h,
238        libfat/source/directory.c, libfat/source/directory.h,
239        libfat/source/fatdir.c, libfat/source/fatdir.h,
240        libfat/source/fatfile.c, libfat/source/fatfile.h,
241        libfat/source/file_allocation_table.c,
242        libfat/source/file_allocation_table.h, libfat/source/filetime.c,
243        libfat/source/filetime.h, libfat/source/libfat.c,
244        libfat/source/mem_allocate.h, libfat/source/partition.c,
245        libfat/source/partition.h, libfat/source/disc_io/disc.c,
246        libfat/source/disc_io/disc.h, libfat/source/disc_io/disc_io.h,
247        libfat/source/disc_io/io_cf_common.c,
248        libfat/source/disc_io/io_cf_common.h,
249        libfat/source/disc_io/io_dldi.h, libfat/source/disc_io/io_dldi.s,
250        libfat/source/disc_io/io_efa2.c, libfat/source/disc_io/io_efa2.h,
251        libfat/source/disc_io/io_fcsr.c, libfat/source/disc_io/io_fcsr.h,
252        libfat/source/disc_io/io_m3_common.c,
253        libfat/source/disc_io/io_m3_common.h,
254        libfat/source/disc_io/io_m3cf.c, libfat/source/disc_io/io_m3cf.h,
255        libfat/source/disc_io/io_m3sd.c, libfat/source/disc_io/io_m3sd.h,
256        libfat/source/disc_io/io_mpcf.c, libfat/source/disc_io/io_mpcf.h,
257        libfat/source/disc_io/io_njsd.c, libfat/source/disc_io/io_njsd.h,
258        libfat/source/disc_io/io_nmmc.c, libfat/source/disc_io/io_nmmc.h,
259        libfat/source/disc_io/io_sc_common.c,
260        libfat/source/disc_io/io_sc_common.h,
261        libfat/source/disc_io/io_sccf.c, libfat/source/disc_io/io_sccf.h,
262        libfat/source/disc_io/io_scsd.c, libfat/source/disc_io/io_scsd.h,
263        libfat/source/disc_io/io_scsd_s.s,
264        libfat/source/disc_io/io_sd_common.c,
265        libfat/source/disc_io/io_sd_common.h, libnds/Makefile.arm7,
266        libnds/Makefile.arm9, libnds/libnds_license.txt,
267        libnds/basicARM7/source/defaultARM7.c,
268        libnds/include/default_font_bin.h, libnds/include/gbfs.h,
269        libnds/include/nds.h, libnds/include/nds/bios.h,
270        libnds/include/nds/card.h, libnds/include/nds/dma.h,
271        libnds/include/nds/interrupts.h, libnds/include/nds/ipc.h,
272        libnds/include/nds/jtypes.h, libnds/include/nds/memory.h,
273        libnds/include/nds/registers_alt.h, libnds/include/nds/reload.h,
274        libnds/include/nds/system.h, libnds/include/nds/timers.h,
275        libnds/include/nds/arm7/audio.h, libnds/include/nds/arm7/clock.h,
276        libnds/include/nds/arm7/serial.h, libnds/include/nds/arm7/touch.h,
277        libnds/include/nds/arm9/background.h,
278        libnds/include/nds/arm9/boxtest.h, libnds/include/nds/arm9/cache.h,
279        libnds/include/nds/arm9/console.h,
280        libnds/include/nds/arm9/exceptions.h,
281        libnds/include/nds/arm9/image.h, libnds/include/nds/arm9/input.h,
282        libnds/include/nds/arm9/math.h, libnds/include/nds/arm9/ndsmotion.h,
283        libnds/include/nds/arm9/pcx.h, libnds/include/nds/arm9/postest.h,
284        libnds/include/nds/arm9/rumble.h, libnds/include/nds/arm9/sound.h,
285        libnds/include/nds/arm9/sprite.h, libnds/include/nds/arm9/trig_lut.h,
286        libnds/include/nds/arm9/video.h, libnds/include/nds/arm9/videoGL.h,
287        libnds/source/arm7/audio.c, libnds/source/arm7/clock.c,
288        libnds/source/arm7/microphone.c, libnds/source/arm7/spi.c,
289        libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
290        libnds/source/arm9/COS.bin, libnds/source/arm9/COS.s,
291        libnds/source/arm9/SIN.bin, libnds/source/arm9/SIN.s,
292        libnds/source/arm9/TAN.bin, libnds/source/arm9/TAN.s,
293        libnds/source/arm9/boxtest.c, libnds/source/arm9/console.c,
294        libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.bin,
295        libnds/source/arm9/default_font.s,
296        libnds/source/arm9/exceptionHandler.S,
297        libnds/source/arm9/exceptionHandler.s,
298        libnds/source/arm9/exceptions.c, libnds/source/arm9/gurumeditation.c,
299        libnds/source/arm9/icache.s, libnds/source/arm9/image.c,
300        libnds/source/arm9/initSystem.c, libnds/source/arm9/keys.c,
301        libnds/source/arm9/ndsmotion.c, libnds/source/arm9/pcx.c,
302        libnds/source/arm9/rumble.c, libnds/source/arm9/sound.c,
303        libnds/source/arm9/system.c, libnds/source/arm9/touch.c,
304        libnds/source/arm9/video.c, libnds/source/arm9/videoGL.c,
305        libnds/source/common/biosCalls.s, libnds/source/common/card.c,
306        libnds/source/common/gbfs.c,
307        libnds/source/common/interruptDispatcher.s,
308        libnds/source/common/interrupts.c, rtc/rtc.c, sound/sound.c,
309        sound/sound.h, start/start.S, startup/linkcmds, startup/start.c,
310        timer/timer.c, tools/Makefile.am, tools/bin2s, tools/bin2s.c,
311        tools/configure.ac, tools/runtest,
312        tools/ndstool/include/arm7_sha1_homebrew.h,
313        tools/ndstool/include/arm7_sha1_nintendo.h,
314        tools/ndstool/include/banner.h, tools/ndstool/include/bigint.h,
315        tools/ndstool/include/crc.h, tools/ndstool/include/default_icon.h,
316        tools/ndstool/include/encryption.h, tools/ndstool/include/header.h,
317        tools/ndstool/include/hook.h, tools/ndstool/include/little.h,
318        tools/ndstool/include/loadme.h, tools/ndstool/include/logo.h,
319        tools/ndstool/include/ndscreate.h,
320        tools/ndstool/include/ndsextract.h, tools/ndstool/include/ndstool.h,
321        tools/ndstool/include/ndstree.h, tools/ndstool/include/overlay.h,
322        tools/ndstool/include/passme.h, tools/ndstool/include/passme_sram.h,
323        tools/ndstool/include/passme_vhd1.h,
324        tools/ndstool/include/passme_vhd2.h, tools/ndstool/include/raster.h,
325        tools/ndstool/include/sha1.h, tools/ndstool/include/types.h,
326        tools/ndstool/source/arm7_sha1_homebrew.c,
327        tools/ndstool/source/arm7_sha1_nintendo.c,
328        tools/ndstool/source/banner.cpp, tools/ndstool/source/bigint.cpp,
329        tools/ndstool/source/compile_date.c, tools/ndstool/source/crc.cpp,
330        tools/ndstool/source/default_icon.c,
331        tools/ndstool/source/encryption.cpp, tools/ndstool/source/header.cpp,
332        tools/ndstool/source/hook.cpp, tools/ndstool/source/loadme.c,
333        tools/ndstool/source/logo.cpp, tools/ndstool/source/ndscodes.cpp,
334        tools/ndstool/source/ndscreate.cpp,
335        tools/ndstool/source/ndsextract.cpp,
336        tools/ndstool/source/ndstool.cpp, tools/ndstool/source/ndstree.cpp,
337        tools/ndstool/source/passme.cpp, tools/ndstool/source/passme_sram.c,
338        tools/ndstool/source/raster.cpp, tools/ndstool/source/sha1.cpp,
339        touchscreen/README.reco, touchscreen/parser.c, touchscreen/reco.c,
340        touchscreen/reco.h, touchscreen/touchscreen.c,
341        touchscreen/touchscreen.h, wifi/compat.c, wifi/compat.h, wifi/wifi.c:
342        New files.
343
3442008-03-09      Matthieu Bucchianeri <mbucchia@gmail.com>
345
346        * ...: original import of the BSP
Note: See TracBrowser for help on using the repository browser.