summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-1115/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* powerpc: Replace BSP_panic() with rtems_panic()Sebastian Huber2017-11-221-1/+1
| | | | | | | | Due to a new rtems_panic() implementation, it is possible to replace the PowerPC-specific BSP_panic() with rtems_panic(). Remove BSP_panic() implementations. Close #3245.
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-4/+0
| | | | | | | | The BSP_output_char should output a char and not mingle with high level processing, e.g. '\n' to '\r\n' translation. Move this translation to rtems_putc(). Remove it from all the BSP_output_char implementations. Close #3122.
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-1/+1
| | | | | | | | | | | Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
* powerpc/tqm8xx: Remove include of <rtems/console.h> from <bsp.h> and fix ↵Joel Sherrill2016-03-291-6/+9
| | | | warnings
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* termios: Update due to API changesSebastian Huber2013-06-251-17/+20
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* 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.
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-031-1/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-031-1/+2
| | | | * console/console.c: Add BSP_poll_char.
* tqm8xx BSP fixesThomas Doerfler2010-01-191-3/+5
|
* adapted to new prototype for *_write functionThomas Doerfler2009-12-171-5/+6
|
* Whitespace removal.Ralf Corsepius2009-11-301-51/+51
|
* various PowerPC code maintenanceThomas Doerfler2009-11-031-25/+37
|
* Include <rtems/error.h>.Ralf Corsepius2009-10-231-1/+1
|
* interrupt handler type changeThomas Doerfler2009-10-211-76/+45
|
* 2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-071-0/+4
| | | | | * console/console.c: Disable call to rtems_interrupt_catch until it is fixed.
* added printk supportThomas Doerfler2008-09-091-15/+30
| | | | | added port init, added phy support init mmu
* added new BSP for TQM8xx boardsThomas Doerfler2008-09-081-0/+1112