[U-Boot] [PATCH v3 6/7] x86: crownbay: Enable on-board SMSC superio keyboard controller

Simon Glass sjg at chromium.org
Wed Aug 26 16:56:26 CEST 2015


On 24 August 2015 at 01:00, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/x86/dts/crownbay.dts       | 2 +-
>  board/intel/crownbay/crownbay.c | 7 ++++---
>  include/configs/crownbay.h      | 3 ---
>  3 files changed, 5 insertions(+), 7 deletions(-)

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list