summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/startup/bspstart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/nds: Do not change configurationSebastian Huber2012-11-071-3/+0
|
* sapi: Add nanoseconds_per_tick to configurationSebastian Huber2012-06-141-1/+1
| | | | | | Add nanoseconds_per_tick to rtems_configuration_table. This value will be derived from the microseconds_per_tick value. This avoids some calculations at run-time.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-08-15 Julien Delange <julien.delange@gmail.com>Sebastian Huber2011-08-151-0/+3
| | | | | | | * 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.
* 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-031-4/+2
| | | | | | | | | * 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-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-261-2/+3
| | | | * startup/bspstart.c: Fix warning.
* unify irq data types and code, merge s3c2400/s3c2410 supportThomas Doerfler2010-04-091-0/+1
|
* ARM bsp maintenanceThomas Doerfler2009-07-171-5/+0
|
* 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-141-0/+72
* Makefile.am, configure.ac: Split out bsp_cleanup() and bsp_get_work_area() into their own files. * startup/bspclean.c, startup/bspgetworkarea.c, startup/bspstart.c: New files. * startup/start.c: Removed.