From patchwork Thu Nov 12 13:33:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 543343 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 80A461402A8 for ; Fri, 13 Nov 2015 00:31:23 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=0Utnz7kn; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 370854B85E; Thu, 12 Nov 2015 14:30:59 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GQ18Y6WJr2SM; Thu, 12 Nov 2015 14:30:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 74DA84B85F; Thu, 12 Nov 2015 14:30:44 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 29F834B816 for ; Thu, 12 Nov 2015 14:30:32 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z9rf-zC2r_3k for ; Thu, 12 Nov 2015 14:30:32 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by theia.denx.de (Postfix) with ESMTPS id AFB554B809 for ; Thu, 12 Nov 2015 14:30:27 +0100 (CET) Received: by pabfh17 with SMTP id fh17so65274516pab.0 for ; Thu, 12 Nov 2015 05:30:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=czqP9NIZEUlAqerTr+k0Z+c0s4u+XIxU9HAxZa33fyg=; b=0Utnz7kn4nzwJCK7D+Q/5417GC/UZd1NV+dOceEvX2G+cNhCh4ooGcPKJ2JAZkooCR oWAW+5wW6U/NGL+V64vTGC6I1rDaDx/WHaMJIaEOf0GJc33Rl1fFOZZ6X9zEOj/KR05u uGfEsJ4CZ9LDXX/9bNWNaRlrVL7utFNkq5Wn8Y2FDF33yM2wE+v2fLJ0AtuweUI4tc5W Pf/N2q72ZZ3vnzXI95IgnXYAnkJqu45cIxzxxwQ+BH3Hi7Oml/P4U/c4U0bX6KTK4bdV 2HovAGnIp9J38e0RAZmcD47nZzQNsCk+P+TuxZwhXrlnEQ/7weG82Hl3gRmivFKVfgTz bgYA== X-Received: by 10.68.218.194 with SMTP id pi2mr23473363pbc.38.1447335026208; Thu, 12 Nov 2015 05:30:26 -0800 (PST) Received: from ala-d2121-lx1.wrs.com (unknown-157-139.windriver.com. [147.11.157.139]) by smtp.gmail.com with ESMTPSA id kj3sm14888774pbc.59.2015.11.12.05.30.25 (version=TLS1_1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Nov 2015 05:30:25 -0800 (PST) From: Bin Meng To: Simon Glass , U-Boot Mailing List Date: Thu, 12 Nov 2015 05:33:06 -0800 Message-Id: <1447335186-27731-6-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1447335186-27731-1-git-send-email-bmeng.cn@gmail.com> References: <1447335186-27731-1-git-send-email-bmeng.cn@gmail.com> Subject: [U-Boot] [PATCH 6/6] x86: qemu: Convert to use driver model keyboard X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Convert to use driver model keyboard on QEMU. Signed-off-by: Bin Meng Acked-by: Simon Glass --- arch/x86/dts/qemu-x86_i440fx.dts | 1 + arch/x86/dts/qemu-x86_q35.dts | 1 + include/configs/qemu-x86.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/x86/dts/qemu-x86_i440fx.dts b/arch/x86/dts/qemu-x86_i440fx.dts index fc74cd0..8da7e52 100644 --- a/arch/x86/dts/qemu-x86_i440fx.dts +++ b/arch/x86/dts/qemu-x86_i440fx.dts @@ -10,6 +10,7 @@ /include/ "skeleton.dtsi" /include/ "serial.dtsi" +/include/ "keyboard.dtsi" /include/ "rtc.dtsi" / { diff --git a/arch/x86/dts/qemu-x86_q35.dts b/arch/x86/dts/qemu-x86_q35.dts index 7f16971..df30c89 100644 --- a/arch/x86/dts/qemu-x86_q35.dts +++ b/arch/x86/dts/qemu-x86_q35.dts @@ -20,6 +20,7 @@ /include/ "skeleton.dtsi" /include/ "serial.dtsi" +/include/ "keyboard.dtsi" /include/ "rtc.dtsi" / { diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 1b544c1..9daf943 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -30,7 +30,7 @@ #define CONFIG_PCI_PNP -#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,vga\0" \ +#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \ "stdout=serial,vga\0" \ "stderr=serial,vga\0"