summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/shmsupp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/leon3: Remove dead codeSebastian Huber2016-03-311-32/+0
|
* bsp/leon3: Replace the define LEON3_MP_IRQ with a weakly linked variableDaniel Cederman2014-10-022-4/+4
| | | | | | | | The LEON3_MP_IRQ define is used to pick the IRQ to be used by the shared memory driver and for inter-processor interrupts. On some LEON3 systems, for example the GR712RC, the default value of 14 is not suitable. To make this value configurable from the application, it is replaced with a weakly linked variable that can be overridden from the application.
* bsps/sparc: Change tabs to spaces.Daniel Cederman2014-05-271-3/+3
|
* bsps/sparc: Make lines in SPARC BSPs adhere to 80 character limit.Daniel Cederman2014-05-271-2/+3
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-214-4/+4
|
* leon3: disable unused ISR handlerJoel Sherrill2013-01-081-0/+2
|
* leon3/shmsupp: Fix warnings & comment clean upJoel Sherrill2013-01-083-65/+36
|
* sapi: Use rtems_*_get_user_multiprocessing_tableSebastian Huber2012-11-071-1/+1
|
* Remove CVS-Ids.Ralf Corsépius2012-07-194-8/+0
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-4/+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.
* PR 2015 - LEON3: make SHM driver configurable using weakJoel Sherrill2012-02-171-5/+17
| | | | | | | | | | | PR 2015/bsps Since the configuration struct is always present one can let DATA initialize it to reduce footprint, at the same time it is made weak to let the user able to configure the SHM driver without editing the driver code. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* LEON3: fix compiler warning in SHM driverDaniel Hellstrom2012-02-021-1/+1
| | | | | | PR 2008/bsps Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* LEON3BSP MP: may wake one more CPU than expectedDaniel Hellstrom2012-02-021-1/+1
| | | | | | | | | | The SHM code always wakes one CPU more that configured, however this has never been a problem since RTEMS will be running on all CPUs or only two cores were available. PR 2006/bsps Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-2/+2
| | | | | | * amba/amba.c, include/tm27.h, shmsupp/lock.c, startup/bspstart.c, startup/spurious.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* Whitespace removal.Ralf Corsepius2009-11-292-6/+6
|
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-261-37/+26
| | | | * shmsupp/getcfg.c: Fix spacing.
* 2007-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-091-1/+1
| | | | * shmsupp/getcfg.c: Comment out npu (Unused).
* Use uint32_t instead of rtems_unsigned32/unsigned32.Ralf Corsepius2006-12-122-6/+6
|
* 2006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-125-0/+317
* Makefile.am: Merge SHM support from 4.6 branch. * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: New files.