summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/ns16550_p.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns1-142/+0
A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
2017-05-13missing a couple register names + a #ifndef_ASM__ around serial.h inclusionPhong Pham1-0/+4
Closes #3016.
2014-10-07libchip/serial: Add alternative NS16550 driverSebastian Huber1-76/+0
Use the Termios device API.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-04-08libchip/serial: Fix warningsSebastian Huber1-1/+1
2013-02-11libchip/serial: Make NS16550 handler publicSebastian Huber1-8/+12
This allows derived drivers to use these functions.
2012-06-15libchip: Add support for NS16550 with FDRSebastian Huber1-7/+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.
2012-02-23Avoid NULL dereference in printk() before libchip console initializedJennifer Averett1-10/+22
With the addition of dynamically registered libchip serial devices, there is the need to be able to use printk() before the console driver has initialized the indirect pointer table. This lets printk() support routines call pass a control structure directly without a lookup through the uninitialized indirect one.
2011-07-112011-07-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+2
* libchip/serial/ns16550_p.h, libchip/serial/ns16550.c: Remove interrupt handler during last close.
2011-02-152011-02-15 Jennifer AverettJoel Sherrill1-1/+1
* libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Support i386 style IRQs.
2010-04-09adapt _write_ functions to new prototypeThomas Doerfler1-4/+4
2009-07-17code cleanupThomas Doerfler1-43/+12
2008-12-182008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+0
* libchip/serial/ns16550_p.h: Remove prototype with no implementation.
2008-09-22Include required header files. Removed support for old PowerPC exception ↵Thomas Doerfler1-3/+1
handling. Various fixes for interrupt related routines. Added support for BSPs with IRQ extension API.
2008-09-07Convert to "bool".Ralf Corsepius1-1/+1
2005-04-282005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-1/+1
PR 781/rtems_misc * libchip/serial/ns16550_p.h: Fix baud rate calculation
2004-04-20Remove stray white spaces.Ralf Corsepius1-1/+1
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
* libchip/ide/ata.c, libchip/ide/ata_internal.h, libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c, libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c, libchip/network/open_eth.c, libchip/network/open_eth.h, libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c, libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c, libchip/serial/ns16550_p.h, libchip/serial/serial.h, libchip/serial/z85c30.c, libchip/serial/z85c30.h, libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c, libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c, libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c, libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99 fixed-size types.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-1/+2
1998-07-25Added ns16550_set_attributes.Joel Sherrill1-0/+5
1998-07-25Rewrote NS16550 TX interrupt processing to use termios for the bufferJoel Sherrill1-2/+9
and manage the interrupt sources like the other drivers. This let use remove the ns16550_flush() routine.
1998-07-09Changed static to NS16550_STATIC to make all routines and data globalJoel Sherrill1-14/+23
to ease debugging.
1998-06-22Moved set and get Register and Data type defininitions to serial.h.Joel Sherrill1-1/+0
Cleaned up spacing.
1998-06-22Added a comment and cleaned up spacingJoel Sherrill1-49/+59
1998-06-13Base code from ppcn_60x BSPJoel Sherrill1-0/+208