From patchwork Tue Jun 26 10:58:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 934807 X-Patchwork-Delegate: bmeng.cn@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="R+i2nd9e"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41FNFt4rK3z9ryk for ; Tue, 26 Jun 2018 20:54:10 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 44DA1C21C27; Tue, 26 Jun 2018 10:54:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 13A1FC21C2C; Tue, 26 Jun 2018 10:54:05 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id F0884C21C2C; Tue, 26 Jun 2018 10:54:03 +0000 (UTC) Received: from mail-pf0-f194.google.com (mail-pf0-f194.google.com [209.85.192.194]) by lists.denx.de (Postfix) with ESMTPS id 5DA07C21C27 for ; Tue, 26 Jun 2018 10:54:03 +0000 (UTC) Received: by mail-pf0-f194.google.com with SMTP id q1-v6so7900637pff.13 for ; Tue, 26 Jun 2018 03:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=HyfDrT8Iti1vONsagt1Z+5F0i3IquR0lkS3UFm74fX4=; b=R+i2nd9eHLh8zJ4MivuHkium14nqL/eXozo+PzfbrxZN+QgATg6To9f989z1l9AamV /muvk+jtFiuIrBEnF6Pk47i1H3VO47T9/1mpI2wUdWg7YtLCTkLmiEuOvueNeI7VXpGM P/Zj5SGPTPsBsFdya8bqgv2xj8LIgkKs/hR9SWdFM0clQy5ho/ro3pwiHtPjeJQTz5Ai hodz/3X7hRiPrzF3sZToiNcHyNHs65JGFicm+07a2MWGmKhr++Q5XP52xrC8SAK7AIHz hrCZSFuc24JXk6SJrWZsCSQ4r4XAd70wwKU3ya6YFPKUlmO9wjBfEI7EodM4wXqeMJvT DLhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=HyfDrT8Iti1vONsagt1Z+5F0i3IquR0lkS3UFm74fX4=; b=mHEOZ3eeptCTre35KGJUPg9U5rLXe+4r5JRFCJMz1p+z7mD2hlG8RAmKyMnaa9lCxI 0DdTtYRZQVJYpGVKgurL6Vari7CtYIz6xFMdvpIarrZxMr/h+E2Jqu4oQh+c/gbWAR7i BHM+3UtBFNdvXCLzM4pAJrA5DY4v6DZKDlaoMBmoIzRM9dts1X8iU3yZJeFoGw/0rA4w vKcP0gCnPbDIpPOUU87fPIEgc0Fv9ek/R4HJ28U7sTT+mUfjoPCWSdTyiTVJriplihrb dkp1k9UC+GCvBiZw24NkWmhPu+jXVoG3inHpMbh+4j/4FuChNVvXfgUjbMCCVGPfg537 fl0w== X-Gm-Message-State: APt69E25g2dCI8aGt3k1VBD5P6cFImE4UoZnc1b1N0Vjo46DN3UYnAJi m0A72go/AX34hCJBsJA4fCU= X-Google-Smtp-Source: ADUXVKJzD1+q/VGrq5vxfNIillrYCbTB5j9gPmNJXwCVbcRphUpOYGyZbwhS8LEwmKC1sq4IqbsFmw== X-Received: by 2002:a63:82c7:: with SMTP id w190-v6mr902838pgd.253.1530010441939; Tue, 26 Jun 2018 03:54:01 -0700 (PDT) Received: from ala-d2121-lx1.wrs.com (unknown-156-139.windriver.com. [147.11.156.139]) by smtp.gmail.com with ESMTPSA id u15-v6sm2530007pfk.174.2018.06.26.03.54.00 (version=TLS1_1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 26 Jun 2018 03:54:00 -0700 (PDT) From: Bin Meng To: Simon Glass , U-Boot Mailing List Date: Tue, 26 Jun 2018 03:58:55 -0700 Message-Id: <1530010735-1903-1-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [U-Boot] [PATCH] x86: Add scsi command to coreboot and qemu X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" This adds the scsi command to coreboot and qemu, to be in consistent with other x86 targets. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- arch/x86/cpu/coreboot/Kconfig | 1 + arch/x86/cpu/qemu/Kconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig index fa3b64f..392c258 100644 --- a/arch/x86/cpu/coreboot/Kconfig +++ b/arch/x86/cpu/coreboot/Kconfig @@ -10,6 +10,7 @@ config SYS_COREBOOT imply MMC_PCI imply MMC_SDHCI imply MMC_SDHCI_SDMA + imply SCSI imply SCSI_AHCI imply SPI_FLASH imply SYS_NS16550 diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig index 31428dd..fdf558d 100644 --- a/arch/x86/cpu/qemu/Kconfig +++ b/arch/x86/cpu/qemu/Kconfig @@ -7,6 +7,7 @@ config QEMU select ARCH_EARLY_INIT_R imply AHCI_PCI imply E1000 + imply SCSI imply SCSI_AHCI imply SYS_NS16550 imply USB