summaryrefslogtreecommitdiffstats
path: root/bsps/arm/csb337/console/fbcons.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-08bsps/arm/csb337: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-10-20arm/csb337/console/fbcons.c: Fix warningJoel Sherrill1-18/+4
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-02-11libchip/serial: Add const qualifierSebastian Huber1-1/+1
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.
2010-04-262010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-2/+2
* console/fbcons.c: Fix warnings.
2009-11-302009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill1-0/+3
* Makefile.am, preinstall.am, console/fbcons.c, console/font8x16.h, console/sed1356.c, console/uarts.c, include/sed1356.h, startup/bspstart.c, startup/linkcmds.csb337, startup/linkcmds.csb637, startup/memmap.c, startup/umonsupp.c: Update to match development version.
2009-11-29Whitespace removal.Ralf Corsepius1-15/+15
2009-06-022009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+138
* Makefile.am, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, startup/memmap.c: Add support for /dev/fbcons which is a console type output only device to print to the LCD screen. The video controller (SED) and fonts are copied from MicroMonitor and proper attribution is made in those files and confirmed by Ed Sutter. * console/fbcons.c, console/font8x16.h, console/sed1356.c, console/sed1356_16bit.h, include/sed1356.h: New files.