summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/console/console_select.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-250/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move legacy console driver to bspsSebastian Huber2018-04-121-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* Include missing <limits.h>Sebastian Huber2017-08-251-0/+1
| | | | Update #2132.
* i386/pc386: Add support for the gdb stub to use available console drivers.Chris Johns2016-05-111-84/+22
| | | | | | | | | | | 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.
* bsp/pc386: Fix --console=/--printk= argument parsing.Chris Johns2016-03-311-21/+39
|
* i386/pc386: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-4/+6
|
* pc386: Add --disable-com1-com4 boot argumentJoel Sherrill2016-03-101-0/+37
|
* pc386: Improve boot command arguments for console/printk device selectionJoel Sherrill2016-03-101-39/+141
| | | | | | | | 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.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Improve comments on console select patch.Joel Sherrill2012-02-011-9/+4
|
* Correct run-time selection of console port.Jennifer Averett2012-02-011-0/+157
This was broken by conversion of console driver to libchip style.