summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-521/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2011-08-232011-08-23 Julien Delange <julien.delange@gmail.com>Sebastian Huber1-0/+4
* startup/linkcmds: Fixed instruction cache size.
2011-08-222011-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
* start/start.S: Fixed code section.
2011-08-152011-08-15 Julien Delange <julien.delange@gmail.com>Sebastian Huber1-0/+7
* irq/irq.c: Removed printk() before the interrupt initialization because it somehow destroys the interrupt context. * make/custom/nds.cfg: Enable Thumb interwork. * startup/bspstart.c: Set default exception handler.
2011-06-192011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Fix broken path to clockdrv_shell.h.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* dswifi/common/source/spinlock.h: Use "__asm__" instead of "__asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* console/console.c, dswifi/arm9/source/wifi_arm9.c, tools/bin2s.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-092011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-032010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+9
* 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-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
* make/dswifi/arm9/makefile: Workaround for GCC bug 38644.
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+2
* make/custom/nds.cfg, Makefile.am, dswifi/arm7/makefile: Use VFP floating point model.
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
* 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-262010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+4
* console/console.c: Fix warnings.
2010-04-262010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+4
* startup/bspstart.c: Fix warning.
2010-04-09unify irq data types and code, merge s3c2400/s3c2410 supportThomas Doerfler1-0/+6
2010-04-072010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* start/start.S: Verify boot_card() is passed a NULL.
2009-12-072009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* console/console.c: Let nds_getch return "int". Remove casts.
2009-12-072009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* block/block.c: Adjust prototype mismatches.
2009-12-072009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Remove -Dcaddr_t=uint32_t.
2009-12-072009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
2009-12-072009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* console/console.c (nds_write): Adjust prototype.
2009-12-072009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2009-11-302009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* make/custom/nds.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* make/custom/nds.cfg: New (relocated from /make/custom).
2009-09-152009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+5
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-08-212009-08-21 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill1-0/+5
* nds/fb/fb.c: took off get_screen_info() and set_screen_info() extern references
2009-08-102009-08-10 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill1-0/+8
* 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-102009-08-10 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill1-0/+5
* fb/fb.c: different structures defined in rtems/fb.h that were used in here so changes were needed
2009-08-102009-08-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+5
* Makefile.am, preinstall.am, fb/fb.c: Install nds specific .h files into nds subdirectory.
2009-08-032009-08-03 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill1-0/+4
* fb/fb.c: changed the references to mw_fb.h into fb.h
2009-07-17ARM bsp maintenanceThomas Doerfler1-0/+4
2009-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* 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-082009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* 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-042009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* start/start.S: Checked call to boot_card.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+4
* start/start.S: Update for boot_card command line change.
2009-02-042009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
2008-12-052008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* bsp_specs: Remove -Qy from *link.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* 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-022008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+5
* Makefile.am, preinstall.am: Use shared tm27.h stub. * include/tm27.h: Removed.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* 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-302008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Eliminate *_SOURCES.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
2008-09-222008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* startup/bspreset.c: New file.