From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E652C48BD1 for ; Wed, 9 Jun 2021 16:55:52 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4B775613C8 for ; Wed, 9 Jun 2021 16:55:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4B775613C8 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CB0BA82F0D; Wed, 9 Jun 2021 18:55:48 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="X4aUBzw1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 80F1882EF5; Wed, 9 Jun 2021 18:55:47 +0200 (CEST) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5487582EF5 for ; Wed, 9 Jun 2021 18:55:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=lokeshvutla@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 159GtfUm118189 for ; Wed, 9 Jun 2021 11:55:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623257741; bh=lFWUuRooxwN5II24EVKCv/KzPl5XHDvbs+rZ+iBOw5M=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=X4aUBzw1XO+y6s+g6XlICJ1mk9YormswYk7Y+kSdI/nGZQ+kTglEdNzToxBKFAhyl igejq6OFqJ2qF1KD01HkH6XzPI5Rur2qvcHhGPMcgZsNQjcbCC5X3+FnqMY6TXCfYJ Shi6eJsFMAk9EV/1EhgictQmsIDcnBm9e1bXE0zQ= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 159Gtf9x032721 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 9 Jun 2021 11:55:41 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Wed, 9 Jun 2021 11:55:41 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Wed, 9 Jun 2021 11:55:41 -0500 Received: from uda0131933.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 159GtbN8056228; Wed, 9 Jun 2021 11:55:38 -0500 From: Lokesh Vutla To: Aswath Govindraju CC: Lokesh Vutla , Dave Gerlach , Praneeth Bajjuri , , Vignesh Raghavendra , Keerthy , Nishanth Menon , Suman Anna , Kishon Vijay Abraham I Subject: Re: [PATCH v3 00/10] AM642-EVM: Add USB support Date: Wed, 9 Jun 2021 22:25:32 +0530 Message-ID: <162325767488.32229.16546486279746475524.b4-ty@ti.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210604163043.12811-1-a-govindraju@ti.com> References: <20210604163043.12811-1-a-govindraju@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.4 at phobos.denx.de X-Virus-Status: Clean On Fri, 4 Jun 2021 22:00:30 +0530, Aswath Govindraju wrote: > The following series of patches add support for the following > - Kconfig symbol for giving the load address for ATF > - USB Mass storage boot mode in AM642-EVM > - DFU boot mode in AM642-EVM > - Host and peripheral modes for AM642-EVM in U-Boot > - Set the USB PHY core voltage to 0.85V > > [...] Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git master, thanks! [01/10] tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/0c51509224 [02/10] arm: mach-k3: am642_init: Add support for USB boot mode https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/3ae127c4e2 [03/10] arm: mach-k3: am642_init: Do USB fixups to facilitate host and device boot modes https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/669a03e0ff [04/10] board: ti: am64x: Set the core voltage of USB PHY to 0.85V https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/397d7b0fae [05/10] arm: dts: k3-am64-main: Add USB DT nodes https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/cdb738411f [06/10] arm: dts: k3-am642-*-evm: Add USB support https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/7803a5bda9 [07/10] arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to peripheral for USB subsystem https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/1c8b404b88 [08/10] configs: am64x_evm_*_defconfig: Rearrange the components in SRAM to satisfy the limitations for USB DFU boot mode https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/26f32c32b2 [09/10] arm: dts: k3-am64-main: Update the location of ATF in SRAM and increase its max size https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/defd62ca13 [10/10] configs: am64: Enable configs to support USB host and device modes https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/ce7ad57390 -- Thanks and Regards, Lokesh