source: rtems/c/src/lib/libbsp/sparc/leon3/console

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @229c4249   04/27/17 11:14:53 maberg bsp/leon3: Cleaner namespace for LEON3 debug UART Prefix BSP specific … 5
(edit) @55e0be36   09/16/16 10:58:06 Sebastian Huber termios: Use IMFS nodes for new Termios devices This makes the new … 5
(edit) @4c927c79   06/21/16 07:10:28 Sebastian Huber bsp/leon3: Fix LEON3_Cpu_Index initialization 5
(edit) @40b80d86   06/20/16 06:16:54 Sebastian Huber bsp/leon3: Use sysinit for bsp_debug_uart_init() 5
(edit) @adb4fa4e   03/29/16 18:10:53 joel sparc/leon3: Remove include of <rtems/console.h> from <bsp.h> and fix … 5
(edit) @c07481c7   10/20/15 09:16:12 Sebastian Huber bsp/leon3: Fix Termios context usage Only the context of the console … 5
(edit) @5823bae8   02/27/15 13:03:15 Daniel Hellstrom LEON: move driver headers to bsp/ directory 4.115
(edit) @5ba49066   02/05/15 07:06:26 Daniel Hellstrom LEON3: export debug uart to console uart driver 4.115
(edit) @e428dc4a   12/12/11 14:50:57 Daniel Hellstrom LEON3: implemented BSP DRVMGR startup initialization 4.115
(edit) @7fd5e89   10/07/14 14:28:04 Sebastian Huber termios: Partially hide rtems_termios_tty Move interrupt lock to … 4.115
(edit) @a830cb8   10/07/14 14:27:51 Sebastian Huber termios: Separate flow control from normal handler 4.115
(edit) @b802353   09/05/14 07:27:56 Sebastian Huber bsp/leon3: Include missing header file 4.115
(edit) @8448a4d   07/01/14 13:09:49 Christian.Mauderer bsps/sparc: Move APBUART printk support 4.115
(edit) @21abc43   06/30/14 07:33:36 Sebastian Huber bsps/sparc: Add and use shared APBUART console Move the APBUART … 4.115
(edit) @516a60a   06/30/14 11:34:09 Sebastian Huber bsps/sparc: Reduce copy and paste 4.115
(edit) @9f99232   06/13/14 13:14:54 Daniel Hellstrom LEON3: fix console close handling On SMP rtems_interrupt_lock_context … 4.115
(edit) @3240325   03/13/14 13:26:00 cederman bsps/sparc: Change asm to asm to compile with -pedantic. 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @46d7fa5   02/17/14 10:54:35 Sebastian Huber bsp/leon3: Add and use fatal codes 4.115
(edit) @847fc79   02/07/14 08:32:31 Sebastian Huber Revert "bsp/leon3: New BSP variant leon3_qemu" This reverts commit … 4.115
(edit) @7579e25   11/25/13 07:46:19 Sebastian Huber bsp/leon3: New BSP variant leon3_qemu 4.115
(edit) @224b888   02/06/14 07:39:51 Sebastian Huber bsp/leon3: Declare bsp_debug_uart_init() in header Do not return a status. 4.115
(edit) @1d5d6de   11/26/13 08:11:57 Sebastian Huber bsp/leon3: Console driver changes Move declaration of global … 4.115
(edit) @6fe6d017   11/26/13 07:56:08 Sebastian Huber bsp/leon3: Avoid copy and paste in console driver 4.115
(edit) @1e744ef   11/26/13 07:47:37 Sebastian Huber bsp/leon3: Fix interrupt-driven console driver 4.115
(edit) @c8707a3   09/21/13 21:25:06 Joel Sherrill leon3/console.c: Fix misisng prototype issues 4.115
(edit) @e18db9f   06/24/13 15:29:11 Sebastian Huber termios: Update due to API changes Termios notifies now the driver … 4.115
(edit) @226d48d8   05/16/12 15:20:35 Daniel Hellstrom LEON: moved register definitions into grlib header file Some register … 4.115
(edit) @e621bde   04/19/12 17:34:28 Daniel Hellstrom LEON3: rename console/debugputs.c to printk_support.c 4.115
(edit) @5d48037   04/19/12 13:21:25 Daniel Hellstrom LEON3: added TX-wait-complete and CR on NL support for UART … 4.115
(edit) @605b4b64   04/19/12 13:21:24 Daniel Hellstrom LEON3: debugputs removed pointless isinit code, invoked only once … 4.115
(edit) @5903484   04/19/12 13:21:23 Daniel Hellstrom LEON3: debugputs added printk mem buffer when no UART present … 4.115
(edit) @62694fd   04/19/12 13:46:10 Daniel Hellstrom LEON3: add console interrupt mode support The comment in configure.ac … 4.115
(edit) @07557c8   04/19/12 13:21:21 Daniel Hellstrom LEON3: add console attributes such as parity and baudrate … 4.115
(edit) @6845f80   04/19/12 13:21:20 Daniel Hellstrom LEON3: console, lower bus utilization waiting for UART TX ready … 4.115
(edit) @ddf0d60   04/17/12 14:25:40 Daniel Hellstrom LEON3: updated console driver for new AMBAPP layer Signed-off-by: … 4.115
(edit) @e60e862   04/05/12 15:23:19 Daniel Hellstrom LEON3: console use register pointers instead of UART indexes … 4.115
(edit) @4b557617   04/05/12 15:23:18 Daniel Hellstrom LEON3: cleanup console UART indexing handling The UART indexing was … 4.115
(edit) @d17733c   05/24/10 15:05:19 Joel Sherrill 2010-05-24 Joel Sherrill <joel.sherrill@…> * Makefile.am, … 4.104.115
(edit) @dab21360   12/10/09 14:43:52 Ralf Corsepius 2009-12-10 Ralf Corsépius <ralf.corsepius@…> * … 4.104.115
(edit) @44b06ca   11/29/09 15:33:28 Ralf Corsepius Whitespace removal. 4.104.115
(edit) @d4df43d2   11/23/09 20:09:22 Joel Sherrill 2009-11-23 Joel Sherrill <joel.sherrill@…> * Makefile.am, … 4.104.115
(edit) @3c1adeec   08/19/09 16:37:10 Joel Sherrill 2009-08-19 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @56035ca3   08/19/09 16:28:55 Joel Sherrill 2009-08-19 Joel Sherrill <joel.sherrill@…> * Makefile.am, … 4.104.115
(edit) @292f01c   08/18/08 11:27:37 Ralf Corsepius Add missing prototypes. 4.104.114.95
(edit) @109adeb3   04/23/08 21:49:57 Joel Sherrill 2008-04-23 Joel Sherrill <joel.sherrill@…> * ChangeLog?, … 4.104.114.95
(edit) @2088669   12/11/07 21:53:35 Joel Sherrill 2007-12-11 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @7f3c6ce   12/04/07 22:20:55 Joel Sherrill 2007-12-04 Joel Sherrill <joel.sherrill@…> * amba/amba.c, … 4.104.114.95
(edit) @309cb3b5   09/07/07 14:34:15 Joel Sherrill 2007-09-07 Daniel Hellstrom <daniel@…> * … 4.104.114.84.95
(edit) @f752c24   09/06/07 15:34:58 Joel Sherrill 2007-09-06 Joel Sherrill <joel.sherrill@…> * … 4.104.114.84.95
(edit) @344ba65a   09/06/07 13:23:43 Joel Sherrill 2007-09-06 Daniel Hellstrom <daniel@…> * Makefile.am, … 4.104.114.84.95
(edit) @28f3f511   09/06/07 13:11:45 Joel Sherrill 2007-09-06 Daniel Hellstrom <daniel@…> * … 4.104.114.84.95
(edit) @921bb59   09/06/07 00:07:44 Joel Sherrill 2007-09-05 Daniel Hellstrom <daniel@…> * clock/ckinit.c, … 4.104.114.84.95
(edit) @55cb7c9   05/09/07 17:49:58 Joel Sherrill 2007-05-09 Joel Sherrill <joel.sherrill@…> * … 4.104.114.84.95
(edit) @1408ea8d   12/12/06 10:24:16 Ralf Corsepius Use uint32_t instead of rtems_unsigned32/unsigned32. 4.104.114.84.95
(add) @41c9282   01/09/06 10:41:21 Ralf Corsepius Backport from rtems-4-6-branch. 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.