From patchwork Thu Oct 20 15:58:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Protsenko X-Patchwork-Id: 78540 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp856426qge; Thu, 20 Oct 2016 08:59:14 -0700 (PDT) X-Received: by 10.25.93.83 with SMTP id p19mr429702lfj.54.1476979154871; Thu, 20 Oct 2016 08:59:14 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id q70si787069lfg.232.2016.10.20.08.59.14; Thu, 20 Oct 2016 08:59:14 -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 1935DA769C; Thu, 20 Oct 2016 17:59:05 +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 W2x9umRCoae9; Thu, 20 Oct 2016 17:59:04 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 30C2DB3833; Thu, 20 Oct 2016 17:58:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F12CA769C for ; Thu, 20 Oct 2016 17:58: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 ZD4hb2nX5sSa for ; Thu, 20 Oct 2016 17:58:47 +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-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by theia.denx.de (Postfix) with ESMTPS id 15CFCA75C5 for ; Thu, 20 Oct 2016 17:58:38 +0200 (CEST) Received: by mail-lf0-f54.google.com with SMTP id x79so95846551lff.0 for ; Thu, 20 Oct 2016 08:58:38 -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=RaDNEgyklwc5eHnjyUeUCkMgtkplLNLXNKyC2oDpmGM=; b=I+Q8FvSzi7zNtpjWkiZtfdtzlxOxaYSfdte6rjJwT5m55p509gXdxccL6jCK5Hc42d JYjLTFrsl/5p8uvUPOXTz4hAyJ1HNyvAgFVBlHaF6aqTzaO7V/M6WCEmf5S/NgO9I3oZ V5C6t2f6T2DSdp6pzhDG1eTkG/P5FX0HHW6eY= 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=RaDNEgyklwc5eHnjyUeUCkMgtkplLNLXNKyC2oDpmGM=; b=JQBoYw0lICa7UKpwzkK8VHvrj4Rp5L4s/8h9tpSVkGFhrXjcRGtCyujkTLLjC7QCNO 5rb2ooQ5HwRUvcR2dUtDF43hnXfZeh267zllL+T51qPVVJsel4ltD6nwk3bkruCZQjhb zO2QDDd5yWBR7mxg3G2uLZLtX5GAFGYzdMhtQLKAaIO56wg+1K8Vw966FhY+9g5NKRF/ uk+7wDNzOvcnN4o56mxL/NWlpmU/ebGgXnBm57jCZjXSuQd5FZX3iv1Ti1qIBv0OG7Bj AL3la33moOB/Fn3RRxApqesEkVaBzR5bfEBBDxb3BJGZur673ydBV7q5R+qCgxYBZoG1 Rhzg== X-Gm-Message-State: AA6/9RnA9fgr5M3PWcBbKpFriDS9WGrRpeuSsitOyNZ244rPNmQZ8Pt//4RAZGRUKmIQRcyt X-Received: by 10.25.196.193 with SMTP id u184mr1408391lff.32.1476979118191; Thu, 20 Oct 2016 08:58:38 -0700 (PDT) Received: from localhost ([195.238.92.132]) by smtp.gmail.com with ESMTPSA id n79sm6310114lfb.46.2016.10.20.08.58.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 20 Oct 2016 08:58:37 -0700 (PDT) From: Sam Protsenko To: u-boot@lists.denx.de Date: Thu, 20 Oct 2016 18:58:30 +0300 Message-Id: <20161020155831.4212-4-semen.protsenko@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161020155831.4212-1-semen.protsenko@linaro.org> References: <20161020155831.4212-1-semen.protsenko@linaro.org> Cc: Tom Rini , Praneeth Bajjuri , Steve Rae Subject: [U-Boot] [PATCH 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 --- 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