summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/console/printk_support.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LEON: move driver headers to bsp/ directoryDaniel Hellstrom2015-04-171-2/+2
|
* LEON3: export debug uart to console uart driverDaniel Hellstrom2015-04-171-1/+1
|
* bsp/leon3: Include missing header fileSebastian Huber2014-09-081-0/+1
|
* bsps/sparc: Move APBUART printk supportChristian Mauderer2014-07-091-51/+0
|
* bsps/sparc: Reduce copy and pasteSebastian Huber2014-07-011-6/+7
|
* bsps/sparc: Change asm to __asm__ to compile with -pedantic.Daniel Cederman2014-03-211-4/+4
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Revert "bsp/leon3: New BSP variant leon3_qemu"Sebastian Huber2014-02-071-26/+0
| | | | | | This reverts commit 7579e255127ee0cf04901bbab6c1538559053508. Improve QEMU to support AMBA plug and play instead.
* bsp/leon3: New BSP variant leon3_qemuSebastian Huber2014-02-061-0/+26
|
* bsp/leon3: Declare bsp_debug_uart_init() in headerSebastian Huber2014-02-061-4/+2
| | | | Do not return a status.
* bsp/leon3: Console driver changesSebastian Huber2014-02-041-10/+4
| | | | | Move declaration of global variables and functions to <leon.h> header file. Make several global variables and functions static.
* LEON: moved register definitions into grlib header fileDaniel Hellstrom2012-05-161-4/+4
| | | | | | | | | | | | 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>
* LEON3: rename console/debugputs.c to printk_support.cDaniel Hellstrom2012-04-191-0/+169