summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-0311-305/+71
| | | | | | | | | * startup/bspgetworkarea.c: Removed file. * Makefile.am, bsp_specs, start/start.S, startup/bspstart.c, libnds/include/nds/jtypes.h, libnds/source/arm9/gurumeditation.c, libnds/source/common/interruptDispatcher.S, libnds/source/common/interrupts.c, startup/linkcmds: Use linker command base file.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-202-1/+5
| | | | * make/dswifi/arm9/makefile: Workaround for GCC bug 38644.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-303-8/+9
| | | | | * make/custom/nds.cfg, Makefile.am, dswifi/arm7/makefile: Use VFP floating point model.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-302-1/+5
| | | | | | | | | | * csb336/make/custom/csb336.cfg, csb337/make/custom/csb337.cfg, edb7312/make/custom/edb7312.cfg, gba/make/custom/gba.cfg, gdbarmsim/make/custom/arm920.cfg, gp32/make/custom/gp32.cfg, gumstix/make/custom/gumstix.cfg, lpc32xx/make/custom/lpc32xx_phycore.cfg, nds/make/custom/nds.cfg, rtl22xx/make/custom/rtl22xx.cfg, smdk2410/make/custom/smdk2410.cfg: Use VFP floating point model.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-262-2/+6
| | | | * console/console.c: Fix warnings.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-262-2/+7
| | | | * startup/bspstart.c: Fix warning.
* unify irq data types and code, merge s3c2400/s3c2410 supportThomas Doerfler2010-04-0911-83/+23
|
* 2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-072-2/+4
| | | | * start/start.S: Verify boot_card() is passed a NULL.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-5/+7
| | | | * console/console.c: Let nds_getch return "int". Remove casts.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-071-0/+1
| | | | * block/block.c: Adjust prototype mismatches.
* Adjust prototype mismatches.Ralf Corsepius2009-12-071-2/+2
|
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-1/+5
| | | | * Makefile.am: Remove -Dcaddr_t=uint32_t.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-8/+9
| | | | * dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-2/+6
| | | | * ndstool/source/ndsextract.cpp: Add missing const's.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-1/+5
| | | | * console/console.c (nds_write): Adjust prototype.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-071-0/+8
| | | | | | | | * dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h, dswifi/arm9/source/wifi_arm9.c, libnds/include/nds/arm7/audio.h, libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h, libnds/include/nds/arm7/touch.h, libnds/source/arm7/clock.c, libnds/source/arm7/touch.c, rtc/rtc.c: Eliminate various warnings.
* Eliminate various warnings.Ralf Corsepius2009-12-0710-43/+44
|
* 2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-302-0/+1
| | | | * bin2s: Remove.
* 2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-302-156/+4
| | | | * bin2s.c: Remove CVS-$Log's.
* Remove CVS-'s.Ralf Corsepius2009-11-3022-3320/+0
|
* 2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-301-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * libnds/include/nds/arm9/exceptions.h, libnds/include/nds/arm9/image.h, libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/math.h, libnds/include/nds/arm9/pcx.h, libnds/include/nds/arm9/rumble.h, libnds/include/nds/arm9/sound.h, libnds/include/nds/arm9/trig_lut.h, libnds/source/arm9/dcache.S, libnds/source/arm9/exceptionHandler.S, libnds/source/arm9/exceptions.c, libnds/source/arm9/image.c, libnds/source/arm9/keys.c, libnds/source/arm9/pcx.c, libnds/source/arm9/rumble.c, libnds/source/arm9/sound.c, libnds/source/arm9/system.c, libnds/source/arm9/touch.c, libnds/source/common/biosCalls.S, libnds/source/common/gbfs.c, libnds/source/common/interruptDispatcher.S, libnds/source/common/interrupts.c: Remove CVS-$Log's.
* Whitespace removal.Ralf Corsepius2009-11-29136-1214/+3100
|
* Whitespace removal.Ralf Corsepius2009-11-281-1/+1
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/nds.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+44
| | | | * make/custom/nds.cfg: New (relocated from /make/custom).
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-152-2/+5
| | | | * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-08-21 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-212-4/+7
| | | | | * nds/fb/fb.c: took off get_screen_info() and set_screen_info() extern references
* 2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-105-66/+21
| | | | | | | | * fb/fb.c: function calls renamed; defined references to the extern functions * fb/fb.h: Removed. * Makefile.am: Reflect removal. * preinstall.am: Regenerated.
* 2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-102-68/+61
| | | | | * fb/fb.c: different structures defined in rtems/fb.h that were used in here so changes were needed
* 2009-08-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-104-18/+24
| | | | | * Makefile.am, preinstall.am, fb/fb.c: Install nds specific .h files into nds subdirectory.
* 2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-032-1/+5
| | | | * fb/fb.c: changed the references to mw_fb.h into fb.h
* ARM bsp maintenanceThomas Doerfler2009-07-172-5/+4
|
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-162-14/+10
| | | | | | * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-4/+10
| | | | | | * 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.
* 2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-042-5/+4
| | | | * start/start.S: Checked call to boot_card.
* 2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-049-16/+24
| | | | | | | | * ndstool/include/banner.h, ndstool/include/header.h, ndstool/include/ndstree.h, ndstool/source/banner.cpp, ndstool/source/header.cpp, ndstool/source/ndscreate.cpp, ndstool/source/ndstool.cpp, ndstool/source/passme.cpp: Remove warnings for deprecated character conversions.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-282-2/+10
| | | | * start/start.S: Update for boot_card command line change.
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-042-1/+5
| | | | * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
* 2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-052-1/+5
| | | | * bsp_specs: Remove -Qy from *link.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-042-2/+8
| | | | | | * bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
* 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-024-37/+7
| | | | | * Makefile.am, preinstall.am: Use shared tm27.h stub. * include/tm27.h: Removed.
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-022-4/+10
| | | | | | * startup/bspgetworkarea.c: Change size_t to ssize_t on bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits which would limit the work area to 64K.
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-303-3/+8
| | | | | * clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-292-6/+9
| | | | | * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-292-1/+5
| | | | * Makefile.am: Eliminate *_SOURCES.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-292-1/+7
| | | | | * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-263-0/+16
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-232-2/+8
| | | | | | * configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-222-0/+23
| | | | * startup/bspreset.c: New file.