summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-23Obsolete and remove powerpc/mbx8xxJoel Sherrill1-1116/+0
closes #2545.
2015-03-16bsp/mbx8xx: Fix warningsSebastian Huber1-4/+6
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+4
* console/console.c, irq/irq.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2010-08-032010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+2
* console/console.c: Add BSP_poll_char.
2010-04-252010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-5/+3
* console/console.c, ide/pcmcia_ide.c, startup/bspstart.c, startup/imbx8xx.c: Fix some warnings.
2009-12-17 adapted to new prototype for *_write functionThomas Doerfler1-8/+6
2009-11-30Whitespace removal.Ralf Corsepius1-1/+1
2008-08-20Add missing prototypes.Ralf Corsepius1-3/+3
2005-09-122005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill1-0/+26
PR 822/bsps * console/console.c, startup/bspstart.c, startup/imbx8xx.c, startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c: Currently the MBX8xx BSP does not boot, because some logical errors are in the startup code. Additionally, the mpc8xx shared clock driver does not support the clocking scheme of some of the board variants, which are clocked from a 32768Hz (!) external crystal.
2004-04-21Remove duplicate white lines.Ralf Corsepius1-12/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-71/+71
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-3/+3
* console/console.c, ide/pcmcia_ide.c, network/network.c, startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c: Convert to using c99 fixed size types.
2002-11-042002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* console/console.c, network/network.c: Removed warnings.
2002-11-042002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-15/+20
* console/console.c, network/network.c: Removed warnings.
2002-11-012002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-12/+12
* clock/p_clock.c, console/console.c, startup/bspstart.c: Removed warnings.
2002-01-042002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+1
* console/console.c: Include rtems/bspIo.h instead of bspIo.h.
2001-06-082000-06-08 Eric Valette <valette@crf.canon.fr>Joel Sherrill1-0/+185
* console/console.c, include/commproc.h, startup/start.S: The printk/printf did not work when loaded by EPPCBUG. They did work when loaded with the BDM debugger. I suspected EPPBUG made some nasty things like patching Communication processor microcode... Anyway, the attached patch: 1) Enables to have printk nearly immediately after boot, 2) Make printf work automagically (I do not know why except I make a different initialization for printk that should be overwritten by console init later ?) I let the default to be using EPPCBUG embedded firmware to boot and using this printk early enabler code (LOADED_BY_EPPCBUG and EARLY_CONSOLE) are on.
2001-04-062001-03-30 Eric Valette <valette@crf.canon.fr>Joel Sherrill1-7/+20
* clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, include/8xx_immap.h, include/commproc.h, include/mbx.h, irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h, vectors/vectors_init.c: New files. * Makefile.am, configure.in, console/console.c, include/Makefile.am, network/network.c, startup/Makefile.am, startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds, startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am: The modifications to this BSP reflect the conversion of the mpc8xx CPU to the "new exception processing model."
2000-10-202000-10-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+3
* console/console.c: Add mbx8xx_console_get_configuration() which returns either nvram configuration or a static equivalent.
2000-10-182000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+21
* console/console.c: Added BSP dependent routine mbx8xx_console_use_maximum_buffer_size() required by mbx8xx console-generic code. This avoids libcpu use of bsp.h.
2000-08-252000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill1-85/+323
* README: * console/console.c: * include/bsp.h: * network/network.c: * startup/bspstart.c: Add support for configuration parameters in NVRAM
2000-08-112000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill1-10/+8
* console/console.c: Fix polled input.
2000-08-102000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill1-72/+235
* README: Updated. * console/console.c: Addition of support for shared printk and no termios. * include/bsp.h: Addition of second parameter to rtems_enet_driver_attach. Removed prototypes for printk and BSP_output_string. * network/network.c(rtems_enet_driver_attach): Addition of second parameter to function.
2000-06-12Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill1-0/+484
<charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860