From patchwork Mon Oct 24 15:41:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Protsenko X-Patchwork-Id: 78982 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp2645979qge; Mon, 24 Oct 2016 08:42:08 -0700 (PDT) X-Received: by 10.28.158.209 with SMTP id h200mr23822086wme.54.1477323728442; Mon, 24 Oct 2016 08:42:08 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id vt7si16701458wjb.282.2016.10.24.08.42.07; Mon, 24 Oct 2016 08:42:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6E309A7599; Mon, 24 Oct 2016 17:41:48 +0200 (CEST) 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 LW_wNOSwTBbm; Mon, 24 Oct 2016 17:41:48 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 243EDA75AB; Mon, 24 Oct 2016 17:41:33 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ACAA1B3823 for ; Mon, 24 Oct 2016 17:41:26 +0200 (CEST) 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 8nQ1S1W-2dTZ for ; Mon, 24 Oct 2016 17:41:26 +0200 (CEST) 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-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by theia.denx.de (Postfix) with ESMTPS id 5EC38A7573 for ; Mon, 24 Oct 2016 17:41:20 +0200 (CEST) Received: by mail-lf0-f41.google.com with SMTP id d20so1966435lfj.5 for ; Mon, 24 Oct 2016 08:41:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=manfNwSoRMQnLRP4RD3/MQ6ggUUCBrZMMyGlTNORUgw=; b=Kdkud9WG6AvyDJ9kPP4Y5qMEnVoSMkdi6+iCDg/NSUtidHninMmxsJ7gg3ukWHa1Al 4464e6rf98GkAUdWcq6VX/hDO6WL5HydBW/3CCMNixB/uRzEEsUSIwmq5bs6NgT62UxH a5TUG8vgRzArZKLH5alGjAVwkIW0RXtwd72uY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=manfNwSoRMQnLRP4RD3/MQ6ggUUCBrZMMyGlTNORUgw=; b=iN1Tj1+o0Udh0RXsb6YLVAFcxuluK8Bxz4IKJvGrRrGfUH1b4Sa6YKm2EL/f5qhh8P Nf+TQpY33MJKYM6rgCeG3qn12InN65Jb07691/x8xDm5kABAymF0ct28e1uiASPliWGH 2clTMpUDbkHIWNGX8bflHeryBVEqiNYKzTH7w1WGT8ZCLp41hdhFzEB/7j34y1ViX9HQ 590Oe63xjNiHRMg027PjyrmFJcJP+Ln7j8vRvmhLAuTZdizxkSU5n857bPKh/sG66GZg /jz8O5gsyUCH0stEPcG41kL6EoZNVdbz/6Aj7CnFZsJ8PzECbvCJ/7AGoxi80nmfpX+H Wf7Q== X-Gm-Message-State: ABUngvcK0EK8mGtWnmLW/ooyGVFptmMlx53nS1zMVudoEyleQ6bdwqjD8BniYNcltJXkhOcN X-Received: by 10.25.161.137 with SMTP id k131mr7711188lfe.90.1477323679688; Mon, 24 Oct 2016 08:41:19 -0700 (PDT) Received: from localhost ([195.238.92.132]) by smtp.gmail.com with ESMTPSA id c202sm3071233lfc.32.2016.10.24.08.41.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 24 Oct 2016 08:41:19 -0700 (PDT) From: Sam Protsenko To: u-boot@lists.denx.de Date: Mon, 24 Oct 2016 18:41:12 +0300 Message-Id: <20161024154113.19607-4-semen.protsenko@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161024154113.19607-1-semen.protsenko@linaro.org> References: <20161024154113.19607-1-semen.protsenko@linaro.org> Cc: Tom Rini , Praneeth Bajjuri , Steve Rae Subject: [U-Boot] [PATCH v2 3/4] configs: am57xx: Enable download gadget 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" Enable USB download gadget (needed for fastboot support) and all dependencies. Signed-off-by: Sam Protsenko --- Changes in v2: None configs/am57xx_evm_defconfig | 9 +++++++++ configs/am57xx_evm_nodt_defconfig | 9 +++++++++ configs/am57xx_hs_evm_defconfig | 9 +++++++++ 3 files changed, 27 insertions(+) -- 2.9.3 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot Reviewed-by: Tom Rini diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index 5acd4e7..89e927e 100644 --- a/configs/am57xx_evm_defconfig +++ b/configs/am57xx_evm_defconfig @@ -59,5 +59,14 @@ CONFIG_TI_QSPI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_DWC3=y +CONFIG_USB_DWC3_GADGET=y +CONFIG_USB_DWC3_OMAP=y +CONFIG_USB_DWC3_PHY_OMAP=y CONFIG_USB_STORAGE=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_G_DNL_MANUFACTURER="Texas Instruments" +CONFIG_G_DNL_VENDOR_NUM=0x0451 +CONFIG_G_DNL_PRODUCT_NUM=0xd022 CONFIG_SPL_OF_LIBFDT=y diff --git a/configs/am57xx_evm_nodt_defconfig b/configs/am57xx_evm_nodt_defconfig index 9588a55..73e541d 100644 --- a/configs/am57xx_evm_nodt_defconfig +++ b/configs/am57xx_evm_nodt_defconfig @@ -36,5 +36,14 @@ CONFIG_TI_QSPI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_DWC3=y +CONFIG_USB_DWC3_GADGET=y +CONFIG_USB_DWC3_OMAP=y +CONFIG_USB_DWC3_PHY_OMAP=y CONFIG_USB_STORAGE=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_G_DNL_MANUFACTURER="Texas Instruments" +CONFIG_G_DNL_VENDOR_NUM=0x0451 +CONFIG_G_DNL_PRODUCT_NUM=0xd022 CONFIG_OF_LIBFDT=y diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig index a80e882..b25e21b 100644 --- a/configs/am57xx_hs_evm_defconfig +++ b/configs/am57xx_hs_evm_defconfig @@ -54,5 +54,14 @@ CONFIG_TI_QSPI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_DWC3=y +CONFIG_USB_DWC3_GADGET=y +CONFIG_USB_DWC3_OMAP=y +CONFIG_USB_DWC3_PHY_OMAP=y CONFIG_USB_STORAGE=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_G_DNL_MANUFACTURER="Texas Instruments" +CONFIG_G_DNL_VENDOR_NUM=0x0451 +CONFIG_G_DNL_PRODUCT_NUM=0xd022 CONFIG_SPL_OF_LIBFDT=y