summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/serial/legacy-console.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-12bsps: Move legacy console driver to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2016-05-11i386/pc386: Add support for the gdb stub to use available console drivers.Chris Johns1-0/+13
Move the gdb stub from the i386 UART code to use the libchip drivers. Use any ports discovered during the probes. Add gdb control to the boot command line. Change the device naming to the full device path, not a partial path. For example /dev/com1.
2016-03-10console_private.h: Improve comment for vt_ioctl()Joel Sherrill1-3/+6
2016-03-10console_private.h: Remove prototypes for non-existent methods bsp_com_inch() ↵Joel Sherrill1-20/+0
and bsp_com_outch()
2016-03-10pc386: Improve boot command arguments for console/printk device selectionJoel Sherrill1-1/+11
This patch adds the "--printk=" boot command line argument to specify the printk() device. It also enhances the "--console=" boot command line argument to match any device configured in the console device table. The arguments are parsed as early as possible so they take effect early. Currently, this is immediately after PCI initialization.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-17bsps/serial: Move bsp_console_select() declarationSebastian Huber1-8/+0
2013-06-17bsps: Add missing includeSebastian Huber1-0/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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.
2011-11-072011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+0
* console_private.h: Removed Console_Port_Minor declaration. * console.c: Define console_initialized as static.
2011-10-19Remove white spaces.Ralf Corsepius1-5/+5
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-0/+92
PR 1917/bsps * console.c: Modifications to add dynamic tables for libchip serial drivers. * console_control.c, console_private.h, console_read.c, console_select.c, console_write.c: New files.