All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aswath Govindraju <a-govindraju@ti.com>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>,
	Praneeth Bajjuri <praneeth@ti.com>,
	Dave Gerlach <d-gerlach@ti.com>, Nishanth Menon <nm@ti.com>,
	Vignesh Raghavendra <vigneshr@ti.com>, Suman Anna <s-anna@ti.com>,
	Keerthy <j-keerthy@ti.com>, <u-boot@lists.denx.de>
Subject: Re: [PATCH v3 00/10] AM642-EVM: Add USB support
Date: Wed, 9 Jun 2021 18:00:14 +0530	[thread overview]
Message-ID: <b4fc47cc-2bd4-b603-4ee3-e701e403b106@ti.com> (raw)
In-Reply-To: <20210604163043.12811-1-a-govindraju@ti.com>

Hi,

On 04/06/21 10:00 pm, 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
> 
> changes since v2,
> - Increased the max size of ATF in patch 9
> - Added reviewed-by from Suman Anna in patch 1
> - Reworded the subject of patch 8
> 
> changes since v1,
> - Corrected the default load address of ATF to
>   0x70000000
> 

Sorry, forgot to mention earlier,

Patch 10 is dependent on,
https://patchwork.ozlabs.org/project/uboot/list/?series=246663

The above patch is now applied to u-boot/next


Thanks,
Aswath

> Aswath Govindraju (10):
>   tools: k3_fit_atf: Add support for providing ATF load address using a
>     Kconfig symbol
>   arm: mach-k3: am642_init: Add support for USB boot mode
>   arm: mach-k3: am642_init: Do USB fixups to facilitate host and device
>     boot modes
>   board: ti: am64x: Set the core voltage of USB PHY to 0.85V
>   arm: dts: k3-am64-main: Add USB DT nodes
>   arm: dts: k3-am642-*-evm: Add USB support
>   arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to
>     peripheral for USB subsystem
>   configs: am64x_evm_*_defconfig: Rearrange the components in SRAM to
>     satisfy the limitations for USB DFU boot mode
>   arm: dts: k3-am64-main: Update the location of ATF in SRAM and
>     increase its max size
>   configs: am64: Enable configs to support USB host and device modes
> 
>  arch/arm/dts/k3-am64-main.dtsi                | 32 ++++++++++++-
>  arch/arm/dts/k3-am642-evm-u-boot.dtsi         | 13 ++++++
>  arch/arm/dts/k3-am642-evm.dts                 | 18 ++++++++
>  arch/arm/dts/k3-am642-r5-evm.dts              | 18 ++++++++
>  arch/arm/mach-k3/Kconfig                      |  7 +++
>  arch/arm/mach-k3/am642_init.c                 | 46 ++++++++++++++++++-
>  arch/arm/mach-k3/config.mk                    |  1 +
>  arch/arm/mach-k3/include/mach/am64_hardware.h | 11 +++--
>  arch/arm/mach-k3/include/mach/am64_spl.h      |  6 ++-
>  board/ti/am64x/evm.c                          | 14 ++++++
>  configs/am64x_evm_a53_defconfig               | 40 ++++++++++++++++
>  configs/am64x_evm_r5_defconfig                | 38 +++++++++++++--
>  include/configs/am64x_evm.h                   | 15 +++++-
>  tools/k3_fit_atf.sh                           |  9 ++--
>  14 files changed, 251 insertions(+), 17 deletions(-)
> 


  parent reply	other threads:[~2021-06-09 12:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-04 16:30 [PATCH v3 00/10] AM642-EVM: Add USB support Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 01/10] tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 02/10] arm: mach-k3: am642_init: Add support for USB boot mode Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 03/10] arm: mach-k3: am642_init: Do USB fixups to facilitate host and device boot modes Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 04/10] board: ti: am64x: Set the core voltage of USB PHY to 0.85V Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 05/10] arm: dts: k3-am64-main: Add USB DT nodes Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 06/10] arm: dts: k3-am642-*-evm: Add USB support Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 07/10] arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to peripheral for USB subsystem Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 08/10] configs: am64x_evm_*_defconfig: Rearrange the components in SRAM to satisfy the limitations for USB DFU boot mode Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 09/10] arm: dts: k3-am64-main: Update the location of ATF in SRAM and increase its max size Aswath Govindraju
2021-06-04 16:30 ` [PATCH v3 10/10] configs: am64: Enable configs to support USB host and device modes Aswath Govindraju
2021-06-04 16:48 ` [PATCH v3 00/10] AM642-EVM: Add USB support Praneeth Bajjuri
2021-06-04 16:49   ` Aswath Govindraju
2021-06-04 16:53     ` Praneeth Bajjuri
2021-06-07  4:16       ` Praneeth Bajjuri
2021-06-09 12:30 ` Aswath Govindraju [this message]
2021-06-09 16:55 ` Lokesh Vutla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4fc47cc-2bd4-b603-4ee3-e701e403b106@ti.com \
    --to=a-govindraju@ti.com \
    --cc=d-gerlach@ti.com \
    --cc=j-keerthy@ti.com \
    --cc=kishon@ti.com \
    --cc=lokeshvutla@ti.com \
    --cc=nm@ti.com \
    --cc=praneeth@ti.com \
    --cc=s-anna@ti.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.