]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: crownbay: Enable on-board SMSC superio keyboard controller
authorBin Meng <bmeng.cn@gmail.com>
Mon, 24 Aug 2015 08:00:08 +0000 (01:00 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:48 +0000 (11:29 +0200)
commit312a5003492a1e12ca5d49f1e8910eefd595600e
treec3b16f7f492e351e16553a6bc5596d920bc78511
parent13fa2832a24fdebe20a050e480b97fcb0bc192d5
x86: crownbay: Enable on-board SMSC superio keyboard controller

So far we only enabled one legacy serial port on the SMSC LPC47m
superio chipset on Intel Crown Bay board. As the board also has
dual PS/2 ports routed out, enable the keyboard controller which
is i8042 compatible so that we can use PS/2 keyboard and mouse.

In order to make PS/2 keyboard work with the VGA console, remove
CONFIG_VGA_AS_SINGLE_DEVICE. To boot Linux kernel with PIC mode
using PIRQ routing table, adjust the mask in the device tree to
reserve irq12 which is used by PS/2 mouse.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/crownbay.dts
board/intel/crownbay/crownbay.c
include/configs/crownbay.h