From: Michal Simek <michal.simek@amd.com>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com>,
Prasad Kummari <prasad.kummari@amd.com>,
Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH] arm64: zynqmp: Start usb automatically via preboot on Kria
Date: Wed, 16 Apr 2025 13:36:24 +0200 [thread overview]
Message-ID: <abd2256e-7741-4d13-a422-e7388b6a7f07@amd.com> (raw)
In-Reply-To: <180c9776b03d57d8218d161924363906ef354394.1744272843.git.michal.simek@amd.com>
On 4/10/25 10:14, Michal Simek wrote:
> From: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
>
> U-Boot configures the USB config object which enables power for
> the IP, without this the linux usb driver won't work.
> So add "usb start" as part of preboot command.
>
> Fixes: dd4a82201694 ("arm64: zynqmp: Introduce kria SOM defconfig")
> Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
>
> board/xilinx/zynqmp/zynqmp_kria.env | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/xilinx/zynqmp/zynqmp_kria.env b/board/xilinx/zynqmp/zynqmp_kria.env
> index 75b604a1f767..89f48c035863 100644
> --- a/board/xilinx/zynqmp/zynqmp_kria.env
> +++ b/board/xilinx/zynqmp/zynqmp_kria.env
> @@ -42,7 +42,7 @@ script_offset_f=0x3e80000
> script_size_f=0x80000
> scriptaddr=0x20000000
> usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
> -preboot=setenv boot_targets; setenv modeboot; run board_setup
> +preboot=setenv boot_targets; setenv modeboot; run board_setup; usb start
> usb_pgood_delay=1000
>
> # SOM specific boot methods
Applied.
M
prev parent reply other threads:[~2025-04-16 11:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-10 8:14 [PATCH] arm64: zynqmp: Start usb automatically via preboot on Kria Michal Simek
2025-04-16 11:36 ` Michal Simek [this message]
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=abd2256e-7741-4d13-a422-e7388b6a7f07@amd.com \
--to=michal.simek@amd.com \
--cc=git@xilinx.com \
--cc=ilias.apalodimas@linaro.org \
--cc=johnvicky.vykuntapu@amd.com \
--cc=prasad.kummari@amd.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=venkatesh.abbarapu@amd.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.