summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/grlib.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/sparc: Move flags to grlib headerChristian Mauderer2014-05-121-0/+8
| | | | This enables re-use for other BSPs
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* bsps/sparc: Add missing IRQMP registersSebastian Huber2014-03-101-3/+13
|
* bsp/leon3: Add L2C registersSebastian Huber2014-02-281-0/+25
|
* sparc BSP shared: Improve DoxygenToma Radu2014-01-091-2/+6
| | | | Add doxygen to the header files in sparc/shared/include directory.
* LEON: moved register definitions into grlib header fileDaniel Hellstrom2012-05-161-0/+91
Some register layout definitions for LEON3 reside in ambapp.h which does not really has anything to do with device registers. The register structures has been incorrectly named LEON3_*, the cores are not only used on LEON3 but on LEON4 and perhaps on LEON5 when that day comes. Some structures has been renamed according to the GRLIB core name instead, which CPU that actually use it is not relevant. Drivers has been updated with the new names. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>