summaryrefslogtreecommitdiffstats
path: root/drivers/keyboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix support for PS/2 keyboard on TQM85xx boardsWolfgang Denk2006-07-191-3/+3
| | | | | | | | | | | | | | The PS/2 keyobard driver for the TQM85xx modules only supports the internal DUART of the MPC85xx CPU. Since the MPC8560 doesn't include a DUART, the TQM8560 modules can't be used with the PS/2 keyboard controller on the STK85xx board. The PS/2 keyboard driver should work with the modules TQM8540, TQM8541 and TQM8555, but it only has been tested on a TQM8540, yet. Make sure the PS/2 controller on the STK85xx is programmed. Jumper settings: X66 1-2, 9-10; X61 2-3 Patch by Martin Krause, 21 Jun 2006
* Add support for PS/2 keyboard on TQM85xx boardWolfgang Denk2006-06-161-3/+3
| | | | | | | Patch by Martin Krause, 07 Nov 2005 Tested on a STK85XX baseboard. Make sure the PS/2 controller has been programmed. Jumper Settings: X66 1-2, 9-10; X61 2-3
* * Patch by Detlev Zundel, 31 Mar 2005:wdenk2005-03-311-6/+4
| | | | | | | Cleanup duplicate definition of overwrite_console() * Update TQM5200 configuration; prepare for Rev. 200 starter kit boards
* Patch by Martin Krause, 27 Oct 2004:wdenk2004-12-121-1/+14
| | | | | - add support for "STK52xx" board (including PS/2 multiplexer) - add hardware detection for TQM5200
* * Fix PS/2 keyboard problem caused by statically initialized variablewdenk2004-01-211-1/+1
| | | | | | pointing to a location in flash * Fix INCA-IP clock calculation: 400/3 = 133.3 MHz, not 130.
* * The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk2004-01-201-0/+6
| | | | | | | | | | | | before we can access it; add delay in case we are faster (with no CF card inserted) * Cleanup of some init functions * Make sure SCC Ethernet is always stopped by the time we boot Linux to avoid Linux crashes by early packets coming in. * Accelerate flash accesses on LWMON board by using buffered writes
* [Strange. I _did_ check these in before. Seems SF restored an oldwdenk2004-01-161-0/+288
version of the repository???] * Patch by Reinhard Meyer, 09 Jan 2004: - add RTC support for MPC5200 based boards (requires RTC_XTAL) * Add support for IDE LED on BMS2003 board (exclusive with status LED!) * Add support for PS/2 keyboard (used with PS/2 multiplexor on BMS2003 board) * Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004: Add common files for "emk" boards
OpenPOWER on IntegriCloud