only when the interface is "sf".
Fixes: 9bd6cc292fa8 ("board: j721e: Define capsule update firmware info")
Signed-off-by: Siddharth Vadapalli
---
board/ti/j721e/evm.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/board/ti/j721e/evm.c b/board/ti/j7
only when the interface is "sf".
Fixes: 5b84d2de5e6c ("board: am64x: Define capsule update firmware info")
Signed-off-by: Siddharth Vadapalli
---
board/ti/am64x/evm.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/board/ti/am64x/evm.c b/board/ti/am
nfo" only when the interface is "sf".
Fixes: a4d5e5daa847 ("board: sk-am69: Define capsule update firmware info")
Signed-off-by: Siddharth Vadapalli
---
board/ti/j784s4/evm.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/board/ti/j784s4/evm.c b/boa
only when the interface is "sf".
Fixes: 0af78a1a729d ("board: am62px: Define capsule update firmware info")
Signed-off-by: Siddharth Vadapalli
---
board/ti/am62px/evm.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/board/ti/am62px/evm.c b/boa
e expected
"mode" of the USB Controller, use that "mode" instead of the one
specified in the device-tree. This shall allow the USB Controller to
function both as a "Host" and as a "Peripheral" when the "mode" is "otg"
in the device-tre
Include the TI K3 DFU environment to support DFU Boot and DFU Flash.
Signed-off-by: Siddharth Vadapalli
---
board/ti/am62ax/am62ax.env | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/ti/am62ax/am62ax.env b/board/ti/am62ax/am62ax.env
index 97122fb57ba..96d9e1e2797 100644
--- a/board/ti
tches in this series, the following device-tree
changes will be required to test USB DFU on AM62A (bootph-all property
to be added to ensure that USB Controller is present at all stages
for DFU Boot):
https://gist.github.com/Siddharth-Vadapalli-at-TI/53ba02cb0ff4a09c47e920d08247065f
The above devic
On Mon, Nov 25, 2024 at 07:51:54PM -0600, Jon Humphreys wrote:
Hello Jon,
[...]
>
> Hi Siddharth, this is an issue that I also discovered while working on a
> separate issue with Collabora, but haven't posted a patch yet. The issue
> is that when DFU booting, spl_dfu_cmd() will setup it's own
On Tue, Nov 26, 2024 at 10:33:30AM +0530, Vignesh Raghavendra wrote:
Hello Vignesh,
[...]
> > + /*
> > +* Since the EFI Capsule support is enabled only for Serial Flash,
> > +* update the "dfu_alt_info" environment variable only if the
> > +* interface happens to be "sf" (Serial Fl
On Fri, Nov 29, 2024 at 02:28:36PM +0200, Roger Quadros wrote:
>
>
> On 28/11/2024 19:20, Siddharth Vadapalli wrote:
[...]
> > USB DFU boot utilizes this driver when the "dr_mode" is set to "otg" in
> > the device-tree for AM62A. This driver is invoked
ed on the caller of "dwc3_generic_probe()".
Ideally, the USB ID pin should be used to determine whether or not the
requested role can be enabled. However, that can be implemented in the
future as an incremental feature over the current implementation.
Signed-off-by: Siddharth Vadapalli
Include the TI K3 DFU environment to support DFU Boot and DFU Flash.
Signed-off-by: Siddharth Vadapalli
---
v1:
https://patchwork.ozlabs.org/project/uboot/list/?series=434253&state=%2A&archive=both
No changes since v1.
board/ti/am62ax/am62ax.env | 1 +
1 file changed, 1 insertion(
will be required to test USB DFU on AM62A (bootph-all property
to be added to ensure that USB Controller is present at all stages
for DFU Boot):
https://gist.github.com/Siddharth-Vadapalli-at-TI/53ba02cb0ff4a09c47e920d08247065f
The above device-tree changes will be made to the Linux device-tree,
On Wed, Dec 04, 2024 at 02:34:56PM +0200, Roger Quadros wrote:
>
>
> On 04/12/2024 12:05, Siddharth Vadapalli wrote:
[...]
> > Why not do what this patch does? What is the issue with the current
> > patch (apart from the checks, which I could retain as well if others
>
On Wed, Dec 04, 2024 at 04:36:53PM +0200, Roger Quadros wrote:
>
>
> On 04/12/2024 15:37, Siddharth Vadapalli wrote:
> > On Wed, Dec 04, 2024 at 02:34:56PM +0200, Roger Quadros wrote:
> >>
> >>
> >> On 04/12/2024 12:05, Siddharth Vadapalli wrote:
>
On Wed, Dec 04, 2024 at 11:57:14AM +0200, Roger Quadros wrote:
>
>
> On 04/12/2024 09:47, Siddharth Vadapalli wrote:
> > On Wed, Dec 04, 2024 at 09:32:23AM +0200, Roger Quadros wrote:
> >>
> >>
> >> On 04/12/2024 07:16, Siddharth Vadapalli wrote:
>
On Wed, Dec 04, 2024 at 09:32:23AM +0200, Roger Quadros wrote:
>
>
> On 04/12/2024 07:16, Siddharth Vadapalli wrote:
> > On Tue, Dec 03, 2024 at 09:23:11PM +0200, Roger Quadros wrote:
[...]
> >>> +++ b/drivers/usb/dwc3/dwc3-generic.c
> >>> @@ -51,7
On Fri, Dec 06, 2024 at 11:44:38AM +0200, Roger Quadros wrote:
>
>
> On 06/12/2024 11:17, Roger Quadros wrote:
> > Hello Siddharth,
> >
> > On 06/12/2024 09:19, Siddharth Vadapalli wrote:
[...]
> >> 2. With the understanding that "dr_mode" doesn
; after "usb
start", but the driver won't be probed (absence of "+" in the "Probed"
column of "dm tree" output).
I just wanted to point this out as a possible fix for other scenarios.
Disabling "CONFIG_USB_XHCI_DWC3" seems to be the best c
On Fri, Dec 06, 2024 at 11:17:28AM +0200, Roger Quadros wrote:
> Hello Siddharth,
>
> On 06/12/2024 09:19, Siddharth Vadapalli wrote:
[...]
> > While this fixes the issue, I am wondering if the issue lies elsewhere.
> > In U-Boot, the compatible "snps,dwc3" is a
Since the compatible "snps,dwc3" can be specified in the device-tree for
the Designware USB Controller configured for not only Host and OTG modes
of operation, but also for Peripheral mode of operation, bail out if
"dr_mode" is "peripheral".
Signed-off-by: Siddhart
t; Signed-off-by: Roger Quadros
Reviewed-by: Siddharth Vadapalli
Regards,
Siddharth.
On Mon, Dec 09, 2024 at 02:32:37PM +0200, Roger Quadros wrote:
Hello Roger,
> On 06/12/2024 12:07, Siddharth Vadapalli wrote:
[...]
> > Looking at the list of compatibles in dwc3-generic.c and focusing on the
> > compatible "ti,keystone-dwc3", I see that this compatib
Include the TI K3 DFU environment to support DFU Boot and DFU Flash.
Also add "usb" to the list of "boot_targets". While at it, add a newline
at the end of the file.
Signed-off-by: Siddharth Vadapalli
Reviewed-by: Mattijs Korpershoek
Reviewed-by: Roger Qua
introduced in this series.
Regards,
Siddharth.
Siddharth Vadapalli (7):
configs: am62ax_evm_a53_defconfig: enable USB DFU support
board: ti: am62px: env: include environment for DFU Boot
configs: am62x_r5_usbdfu: extend for AM62Px
configs: am62px_evm_a53_defconfig: enable USB DFU support
Include the TI K3 DFU environment to support DFU Boot and DFU Flash.
Signed-off-by: Siddharth Vadapalli
---
This patch has been newly introduced in this series.
Regards,
Siddharth.
board/ti/j722s/j722s.env | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/ti/j722s/j722s.env b/board
The USB0 instance of USB on J722S SoC is a Designware USB Controller with
the same glue layer (wrapper) as AM62 SoC. In order to support USB DFU boot
and USB DFU flash with USB0, enable the corresponding glue layer driver.
While at it, sync with savedefconfig.
Signed-off-by: Siddharth Vadapalli
USB Controller in Gadget mode of operation, other SoCs
which include this fragment for DFU functionality can make use of the
USB MASS Storage functionality as well.
Signed-off-by: Siddharth Vadapalli
---
This patch has been newly introduced in this series.
Regards,
Siddharth.
configs
_a53_defconfig" which
are present in the "am62x_a53_usbdfu.config" config fragment that is being
included.
Signed-off-by: Siddharth Vadapalli
Reviewed-by: Mattijs Korpershoek
Reviewed-by: Roger Quadros
---
v3:
https://patchwork.ozlabs.org/project/uboot/cover/20241221025229.361625
The config fragment "am62x_a53_usbdfu.config" which adds USB DFU support
for AM62x SoC is applicable to the AM62Ax SoC as well. Hence, include it
in "am62ax_evm_a53_defconfig" in order to enable support for USB DFU flash
and boot.
Signed-off-by: Siddharth Vadapalli
---
Disable configs which are not required for USB DFU functionality, in
order to allow reusing this fragment for AM62Px SoC.
Signed-off-by: Siddharth Vadapalli
Reviewed-by: Mattijs Korpershoek
Reviewed-by: Roger Quadros
---
v3:
https://patchwork.ozlabs.org/project/uboot/cover
On Sat, Dec 21, 2024 at 08:22:20AM +0530, Siddharth Vadapalli wrote:
> Hello,
>
> This series add support for USB DFU boot on TI's AM62Px SoC which has
> two instances of USB Controllers, of which the USB0 instance of USB
> which is a DWC3 USB Controller is used for USB DFU Bo
On Wed, Jan 22, 2025 at 05:43:36PM +0530, Siddharth Vadapalli wrote:
> The config fragment "am62x_a53_usbdfu.config" which adds USB DFU support
> for AM62x SoC is applicable to the AM62Ax SoC as well. Hence, include it
> in "am62ax_evm_a53_defconfig" in order to ena
s ability to claim the CPSW DMA resources
listed above.
Signed-off-by: Siddharth Vadapalli
---
Hello,
This patch is based on commit
d6da3dbaef Merge patch series "cmd: Add support for optee commands."
of the next branch of U-Boot.
Patch has been tested on AM62PX SoC running Linux, ens
regression by re-enabling MUX_MMIO.
Fixes: 038f6faea9f0 ("configs: j7200_evm_*_defconfig: Add configs for
Hyperflash boot")
Signed-off-by: Siddharth Vadapalli
---
v1:
https://patchwork.ozlabs.org/project/uboot/patch/20250127162509.965644-1-s-vadapa...@ti.com/
Changes since v1:
- Rephra
nfigs: j721e_evm_*_defconfig: Add configs for
Hyperflash boot")
Signed-off-by: Siddharth Vadapalli
---
This patch has been newly introduced in this series and has no v1.
configs/j721e_evm_a72_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/j721e_evm_a72_d
-vadapa...@ti.com/
Changes since v1:
- Added patch to fix issue on J721E as well.
Regards,
Siddharth.
Siddharth Vadapalli (2):
configs: j721e_evm_a72_defconfig: Re-enable MUX_MMIO at U-Boot proper
configs: j7200_evm_a72_defconfig: Re-enable MUX_MMIO at U-Boot proper
configs
function only when "dfu_alt_info" is not defined.
Signed-off-by: Jonathan Humphreys
Signed-off-by: Siddharth Vadapalli
---
drivers/dfu/dfu.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/dfu/dfu.c b/drivers/dfu/dfu.c
index 756569217bb..ab8abae1d8
U boot on AM62Px as follows:
R5 => am62px_evm_r5_defconfig + am62x_r5_usbdfu.config
A53 => am62px_evm_a53_defconfig + am62x_a53_usbdfu.config
Series has been tested on AM62P5-SK. Logs validating USB DFU boot on
AM62P5-SK with this series:
https://gist.github.com/Siddharth-Vadapalli-at-TI/50198ee3348c2db73e0db
Include the TI K3 DFU environment to support DFU Boot and DFU Flash.
Also add "usb" to the list of "boot_targets".
Signed-off-by: Siddharth Vadapalli
---
board/ti/am62px/am62px.env | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/board/ti/am62px/a
Disable configs which are not required for USB DFU functionality, in
order to allow reusing this fragment for AM62Px SoC.
Signed-off-by: Siddharth Vadapalli
---
configs/am62x_r5_usbdfu.config | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/am62x_r5_usbdfu.config b/configs
Enable USB0 instance of the USB controller for USB DFU boot functionality
which requires the "bootph-all" property in order to have USB enabled at
all stages of the USB DFU boot.
Signed-off-by: Siddharth Vadapalli
---
arch/arm/dts/k3-am62p5-sk-u-boot.dtsi | 10 ++
1 file c
On Thu, Nov 28, 2024 at 12:09:41AM -0600, Jon Humphreys wrote:
Hello Jon,
> Siddharth Vadapalli writes:
>
> > On Mon, Nov 25, 2024 at 07:51:54PM -0600, Jon Humphreys wrote:
> >
> > Hello Jon,
> >
> > [...]
> >
> >>
> >> Hi Siddharth
be re-used for enabling
USB DFU boot on AM62Px as follows:
R5 => am62px_evm_r5_defconfig + am62x_r5_usbdfu.config
A53 => am62px_evm_a53_defconfig + am62x_a53_usbdfu.config
Series has been tested on AM62P5-SK. Logs validating USB DFU boot on
AM62P5-SK with this series:
https://gist.github.com
Include the TI K3 DFU environment to support DFU Boot and DFU Flash.
Also add "usb" to the list of "boot_targets". While at it, add a newline
at the end of the file.
Signed-off-by: Siddharth Vadapalli
---
v1:
https://patchwork.ozlabs.org/project/uboot/patch/2024121713165
_a53_defconfig" which
are present in the "am62x_a53_usbdfu.config" config fragment that is being
included.
Signed-off-by: Siddharth Vadapalli
---
This patch has been newly introduced in this series based on the
discussion at:
https://patchwork.ozlabs.org/project/uboot/patch/202412171316
Disable configs which are not required for USB DFU functionality, in
order to allow reusing this fragment for AM62Px SoC.
Signed-off-by: Siddharth Vadapalli
Reviewed-by: Mattijs Korpershoek
---
v1:
https://patchwork.ozlabs.org/project/uboot/patch/20241217131658.2920799-4-s-vadapa...@ti.com
Enable USB0 instance of the USB controller for USB DFU boot functionality
which requires the "bootph-all" property in order to have USB enabled at
all stages of the USB DFU boot.
Signed-off-by: Siddharth Vadapalli
Reviewed-by: Mattijs Korpershoek
---
v1:
https://patchwork.ozlabs.o
On Tue, Dec 17, 2024 at 02:48:35PM -0600, Jonathan Humphreys wrote:
Hello Jon,
Thank you for posting this patch. I will drop the equivalent of this
patch when I post the v2 series for:
https://patchwork.ozlabs.org/project/uboot/cover/20241217131658.2920799-1-s-vadapa...@ti.com/
> If CONFIG_SET_D
On Tue, Dec 17, 2024 at 02:55:13PM -0600, Jon Humphreys wrote:
> Siddharth Vadapalli writes:
>
> > From: Jonathan Humphreys
> >
> > For use-cases such as USB DFU Boot, "spl_dfu_cmd()" will setup the
> > appropriate value for "dfu_alt_info". To f
Since USB DFU boot is supported on AM62Px SoC, document the steps
required to build the image for USB DFU boot along with the steps to
send images using the "dfu-util" tool.
Signed-off-by: Siddharth Vadapalli
---
This patch has been newly introduced in this series based on the
dis
On Wed, Dec 18, 2024 at 12:00:08PM +0100, Mattijs Korpershoek wrote:
> On mer., déc. 18, 2024 at 15:44, Siddharth Vadapalli
> wrote:
>
> > On Wed, Dec 18, 2024 at 10:57:36AM +0100, Mattijs Korpershoek wrote:
> >
> > Hello Mattijs,
> >
> >> Hi Sid
On Wed, Dec 18, 2024 at 10:57:36AM +0100, Mattijs Korpershoek wrote:
Hello Mattijs,
> Hi Siddharth,
>
> Thank you for the patch.
>
> On mar., déc. 17, 2024 at 18:46, Siddharth Vadapalli
> wrote:
>
> > Include the TI K3 DFU environment to support DFU Boot and DFU F
On Wed, Dec 18, 2024 at 01:59:37PM +0100, Mattijs Korpershoek wrote:
Hello Mattijs,
> Hi Siddharth,
>
> Thank you for the series.
>
> On mer., déc. 18, 2024 at 18:15, Siddharth Vadapalli
> wrote:
>
> > Hello,
> >
> > This series add support for US
On Wed, Dec 18, 2024 at 03:47:20PM +0200, Roger Quadros wrote:
Hello Roger,
> Hi Siddharth,
>
> On 18/12/2024 14:45, Siddharth Vadapalli wrote:
> > The config fragment "am62x_a53_usbdfu.config" which adds USB DFU support
> > for AM62x SoC is applicable to the AM6
On Wed, Dec 18, 2024 at 04:08:01PM +0200, Roger Quadros wrote:
Hello Roger,
>
>
> On 18/12/2024 14:45, Siddharth Vadapalli wrote:
[...]
> > +DFU based boot
> > +--
> > +
> > +To boot the board over DFU, set the switches to DFU mode and connect t
On Wed, Dec 18, 2024 at 04:05:47PM +0200, Roger Quadros wrote:
Hello Roger,
> Hi Siddharth,
>
> On 18/12/2024 14:45, Siddharth Vadapalli wrote:
> > Enable USB0 instance of the USB controller for USB DFU boot functionality
> > which requires the "bootph-all" proper
On Thu, Dec 19, 2024 at 11:38:23AM +0200, Roger Quadros wrote:
> Hi Siddharth,
>
> On 19/12/2024 07:43, Siddharth Vadapalli wrote:
> > On Wed, Dec 18, 2024 at 03:47:20PM +0200, Roger Quadros wrote:
> >
> > Hello Roger,
> >
> >> Hi Siddharth,
> >
On Fri, Dec 20, 2024 at 08:25:28AM -0600, Tom Rini wrote:
> On Fri, Dec 20, 2024 at 10:19:31AM +0530, Siddharth Vadapalli wrote:
> > On Thu, Dec 19, 2024 at 11:00:44AM -0600, Tom Rini wrote:
> >
> > Hello Tom,
> >
> > > On Thu, Dec 19, 2024 at 1
On Thu, Dec 19, 2024 at 11:00:44AM -0600, Tom Rini wrote:
Hello Tom,
> On Thu, Dec 19, 2024 at 11:41:10AM +0200, Roger Quadros wrote:
> >
> >
> > On 19/12/2024 07:50, Siddharth Vadapalli wrote:
[...]
> > >
> > > Please let me know if this patc
On Fri, Dec 20, 2024 at 10:19:31AM +0530, Siddharth Vadapalli wrote:
> On Thu, Dec 19, 2024 at 11:00:44AM -0600, Tom Rini wrote:
>
> Hello Tom,
>
> > On Thu, Dec 19, 2024 at 11:41:10AM +0200, Roger Quadros wrote:
> > >
> > >
> > > O
_a53_defconfig" which
are present in the "am62x_a53_usbdfu.config" config fragment that is being
included.
Signed-off-by: Siddharth Vadapalli
Reviewed-by: Mattijs Korpershoek
Reviewed-by: Roger Quadros
---
v2:
https://patchwork.ozlabs.org/project/uboot/patch/20241218124542.351944
ct/uboot/cover/20241218124542.3519447-1-s-vadapa...@ti.com/
The USB DFU config fragments for AM62x are to be re-used for enabling
USB DFU boot on AM62Px as follows:
R5 => am62px_evm_r5_defconfig + am62x_r5_usbdfu.config
A53 => am62px_evm_a53_defconfig + am62x_a53_usbdfu.config
Regards,
Siddharth.
Si
Include the TI K3 DFU environment to support DFU Boot and DFU Flash.
Also add "usb" to the list of "boot_targets". While at it, add a newline
at the end of the file.
Signed-off-by: Siddharth Vadapalli
Reviewed-by: Mattijs Korpershoek
Reviewed-by: Roger Qu
Disable configs which are not required for USB DFU functionality, in
order to allow reusing this fragment for AM62Px SoC.
Signed-off-by: Siddharth Vadapalli
Reviewed-by: Mattijs Korpershoek
Reviewed-by: Roger Quadros
---
v2:
https://patchwork.ozlabs.org/project/uboot/patch
On Fri, Dec 20, 2024 at 10:37:49AM -0600, Tom Rini wrote:
> On Fri, Dec 20, 2024 at 09:49:46PM +0530, Siddharth Vadapalli wrote:
> > On Fri, Dec 20, 2024 at 08:25:28AM -0600, Tom Rini wrote:
> > > On Fri, Dec 20, 2024 at 10:19:31AM +0530, Siddharth Vadapalli wrote:
> > >
On Tue, Dec 03, 2024 at 09:23:11PM +0200, Roger Quadros wrote:
Hello Roger,
> Hi Siddharth,
>
>
> On 03/12/2024 11:37, Siddharth Vadapalli wrote:
> > There are only two callers of "dwc3_generic_probe()", namely:
> > 1. dwc3_generic_peripheral_prob
The config fragment "am62x_a53_usbdfu.config" which adds USB DFU support
for AM62x SoC is applicable to the AM62Ax SoC as well. Hence, include it
in "am62ax_evm_a53_defconfig" in order to enable support for USB DFU flash
and boot.
Signed-off-by: Siddharth Vadapalli
---
H
p for PCIe, which is
done by the drivers/mux/mmio.c driver.
Fix this by re-enabling CONFIG_MUX_MMIO.
Fixes: 038f6faea9f0 ("configs: j7200_evm_*_defconfig: Add configs for
Hyperflash boot")
Signed-off-by: Siddharth Vadapalli
---
Hello,
This patch is based on commit
d8a7100d658 Subtre
On Mon, Jan 27, 2025 at 09:53:33PM +0530, Siddharth Vadapalli wrote:
+Vaishnav. I had accidentally sent the patch to the wrong email address.
> Commit under Fixes which claimed to enable configs for Hyperflash, changed
> "CONFIG_MUX_MMIO=y" to "CONFIG_SPL_MUX_MMIO=y"
On Thu, Jan 16, 2025 at 10:36:45AM +0100, Mattijs Korpershoek wrote:
> Hi Siddharth,
Hello Mattijs,
>
> On lun., déc. 09, 2024 at 15:20, Roger Quadros wrote:
>
> > Hi Siddharth,
> >
> > On 06/12/2024 13:04, Siddharth Vadapalli wrote:
[...]
> >> diff
alunke
Reviewed-by: Siddharth Vadapalli
> ---
> drivers/pci/pcie_cdns_ti.c | 10 ++
> 1 file changed, 10 insertions(+)
>
> diff --git a/drivers/pci/pcie_cdns_ti.c b/drivers/pci/pcie_cdns_ti.c
> index e5bcc6eb53e..9d1d123a18c 100644
> --- a/drivers/pci/pcie_cdn
ence PCIe Controller")
> Signed-off-by: Hrushikesh Salunke
Reviewed-by: Siddharth Vadapalli
> ---
> drivers/pci/pcie_cdns_ti.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/pci/pcie_cdns_ti.c b/drivers/pci/pcie_cdns_ti.c
> index 41469a186a3..e5bcc6e
able
> configs to support NVMe over PCIe.
>
> Signed-off-by: Hrushikesh Salunke
Reviewed-by: Siddharth Vadapalli
> ---
> configs/am64x_evm_a53_defconfig | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x
programming the
CPSW MAC.
Signed-off-by: Siddharth Vadapalli
---
Hello,
This patch is based on commit
f892a7f397a Revert "Merge patch series "pxe: Precursor series for supporting
read_all() in extlinux / PXE""
of the next branch of U-Boot.
Regards,
Siddharth.
drivers/net/t
Enable support for USB DFU boot via USB0 instance of USB on J784S4 SoC
which is a Cadence USB Controller. Additionally, enable support for USB
DFU flash and USB Mass Storage (UMS) command. While at it, sync with
savedefconfig.
Signed-off-by: Siddharth Vadapalli
---
configs
The USB0 instance of USB on J784S4 SoC is a Cadence USB Controller and
supports USB DFU boot. Enable support for it.
Signed-off-by: Siddharth Vadapalli
---
configs/j784s4_evm_r5_defconfig | 15 +++
1 file changed, 15 insertions(+)
diff --git a/configs/j784s4_evm_r5_defconfig b
on commit
5c33fb0288 u_boot_pylib: Move gitutil into the library
of the next branch of U-Boot.
Regards,
Siddharth.
Siddharth Vadapalli (2):
configs: j784s4_evm_r5_defconfig: enable USB DFU boot
configs: j784s4_evm_a72_defconfig: enable USB DFU boot, DFU flash and
UMS
configs
On Fri, Feb 28, 2025 at 10:11:53AM -0600, Javier Tia wrote:
> Hi Siddharth,
Hello Javier,
>
> On Wed, Feb 26, 2025, at 4:35 AM, Siddharth Vadapalli wrote:
> > Hello,
> >
> > This series adds config fragment for enabling USB MSC boot and USB
> > Storage dev
On Thu, Feb 27, 2025 at 11:19:37AM +0100, Mattijs Korpershoek wrote:
> Hi Siddharth,
>
> Thank you for the the review.
>
> On jeu., févr. 27, 2025 at 13:44, Siddharth Vadapalli
> wrote:
>
> > On Wed, Feb 26, 2025 at 03:47:11PM +0100, Mattijs Korpershoek w
Introduce the config fragment for enabling USB MSC boot. USB MSC boot
involves fetching the next stage of the bootloader from a USB Mass Storage
device such as a USB Flash Drive with the USB controller on the SoC acting
as the USB Host.
Signed-off-by: Siddharth Vadapalli
---
v1 of this patch is
Introduce the config fragment for enabling USB MSC boot. USB MSC boot
involves fetching the next stage of the bootloader from a USB Mass Storage
device such as a USB Flash Drive with the USB controller on the SoC acting
as the USB Host.
Signed-off-by: Siddharth Vadapalli
---
v1 of this patch is
ig
- tispl.bin and u-boot.img
=> am62px_evm_a53_defconfig + am62x_a53_usbmsc.config
The images were flashed to a USB Flash Drive and were connected to the
Type-C interface on each of the boards which supports USB MSC Boot.
Logs corresponding to this series:
1. AM62A7-SK:
https://gist.gith
On Fri, Feb 28, 2025 at 06:59:14PM -0600, Jon Humphreys wrote:
Hello Jon,
> Siddharth Vadapalli writes:
>
> > Introduce the config fragment for enabling USB MSC boot. USB MSC boot
> > involves fetching the next stage of the bootloader from a USB Mass Storage
> > de
tt_supply which is used
> by "am654_ddrss" driver. Without it during DFU boot DDRSS initialization
> is failing. These configs are enabled in "am65x_evm_r5_defconfig" but
> are missing from "am65x_evm_r5_usbdfu_defconfig".
>
> Signed-off-by: Hru
_defconfig + am62x_r5_usbmsc.config
- tispl.bin and u-boot.img
=> am62px_evm_a53_defconfig + am62x_a53_usbmsc.config
The images were flashed to a USB Flash Drive and were connected to the
Type-C interface on each of the boards which supports USB MSC Boot.
Logs:
1. AM62A7-SK:
https://gis
Introduce the config fragment for enabling USB MSC boot. USB MSC boot
involves fetching the next stage of the bootloader from a USB Mass Storage
device such as a USB Flash Drive with the USB controller on the SoC acting
as the USB Host.
Signed-off-by: Siddharth Vadapalli
---
configs
Introduce the config fragment for enabling USB MSC boot. USB MSC boot
involves fetching the next stage of the bootloader from a USB Mass Storage
device such as a USB Flash Drive with the USB controller on the SoC acting
as the USB Host.
Signed-off-by: Siddharth Vadapalli
---
configs
n the dwc3-generic-wrapper.
>
> Signed-off-by: Mattijs Korpershoek
The change made in the driver seems good to me, so with the above
questions addressed:
Reviewed-by: Siddharth Vadapalli
> ---
> This is a small cleanup intended for next.
>
> This has been tested on AM62X SK EVM
rious link-partner PHYs, each with a different
timeout, introduce an environment variable named "phy_aneg_timeout" and
override "CONFIG_PHY_ANEG_TIMEOUT" with "phy_aneg_timeout".
Signed-off-by: Siddharth Vadapalli
---
Hello,
This patch is based on commit
7598b469c16
On Wed, Jul 23, 2025 at 11:25:50AM +0200, Quentin Schulz wrote:
> Hi Siddharth,
>
> On 7/23/25 8:26 AM, Siddharth Vadapalli wrote:
> > The Auto Negotiation procedure between two Ethernet PHYs consists of
> > determining the best commonly supported parameters among Speed,
>
rious link-partner PHYs, each with a different
timeout, introduce an environment variable named "phy_aneg_timeout" and
override "CONFIG_PHY_ANEG_TIMEOUT" with "phy_aneg_timeout".
Signed-off-by: Siddharth Vadapalli
---
Hello,
This patch is based on commit
7598b469c16
On Tue, Jul 22, 2025 at 02:57:33PM +0200, Marek Vasut wrote:
> On 7/22/25 8:05 AM, Siddharth Vadapalli wrote:
> > The Auto Negotiation procedure between two Ethernet PHYs consists of
> > determining the best commonly supported parameters among Speed,
> > Duplex Mode and Flow
rious link-partner PHYs, each with a different
timeout, introduce an environment variable named "phy_aneg_timeout" and
override "CONFIG_PHY_ANEG_TIMEOUT" with "phy_aneg_timeout".
Signed-off-by: Siddharth Vadapalli
---
Hello,
This patch is based on commit
3532f1f5edf
On Tue, Jul 22, 2025 at 10:49:04AM +0200, Quentin Schulz wrote:
> Hi Siddarth,
>
> On 7/22/25 8:05 AM, Siddharth Vadapalli wrote:
> > The Auto Negotiation procedure between two Ethernet PHYs consists of
> > determining the best commonly supported parameters among Speed,
>
ere should be no
adverse affect except in cases where a timeout is expected earlier -
possibly to initiate the fallback mechanism quickly.
Regards,
Siddharth.
Siddharth Vadapalli (45):
configs: am335x_baltos_defconfig: Increase aneg timeout to 2 ms
configs: am335x_evm_defconfig: Increase an
ne earlier), while older Hardware connected to the board that might
occasionally take longer than 4,000 ms for the Auto-Negotiation process
will benefit from an increased timeout.
Signed-off-by: Siddharth Vadapalli
---
configs/am335x_evm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git
ne earlier), while older Hardware connected to the board that might
occasionally take longer than 4,000 ms for the Auto-Negotiation process
will benefit from an increased timeout.
Signed-off-by: Siddharth Vadapalli
---
configs/am335x_evm_spiboot_defconfig | 1 +
1 file changed, 1 insertion(+)
di
ne earlier), while older Hardware connected to the board that might
occasionally take longer than 4,000 ms for the Auto-Negotiation process
will benefit from an increased timeout.
Signed-off-by: Siddharth Vadapalli
---
configs/am335x_hs_evm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git
ne earlier), while older Hardware connected to the board that might
occasionally take longer than 4,000 ms for the Auto-Negotiation process
will benefit from an increased timeout.
Signed-off-by: Siddharth Vadapalli
---
configs/am335x_hs_evm_uart_defconfig | 1 +
1 file changed, 1 insertion(+)
di
101 - 200 of 245 matches
Mail list logo