Re: Rpi5 usb boot support

2025-06-15 Thread Peter Robinson
> What is the status of usb boot for Raspberry Pi 5 platform ? > It's the last thing we need to use u-boot on Rpi5. Nobody has done work to support the RP1 chip which contains the USB HW as yet.

Rpi5 usb boot support

2025-03-25 Thread ludovic wittlin
Hi, What is the status of usb boot for Raspberry Pi 5 platform ? It's the last thing we need to use u-boot on Rpi5. Thanks, Best regards Ludovic

Re: [PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2024-05-29 Thread Mattijs Korpershoek
Hi Dhruva, On mer., mai 29, 2024 at 11:39, Dhruva Gole wrote: > Hi Sjoerd, > > On Aug 21, 2023 at 14:20:26 -0400, Tom Rini wrote: >> On Mon, Aug 21, 2023 at 04:13:32PM +, Marcel Ziswiler wrote: >> > Hi Sjoerd >> > >> > On Thu, 2023-06-01 at 08:37 +0200, Sjoerd Simons wrote: >> > > On Wed, 2

Re: [PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2024-05-28 Thread Dhruva Gole
Hi Sjoerd, On Aug 21, 2023 at 14:20:26 -0400, Tom Rini wrote: > On Mon, Aug 21, 2023 at 04:13:32PM +, Marcel Ziswiler wrote: > > Hi Sjoerd > > > > On Thu, 2023-06-01 at 08:37 +0200, Sjoerd Simons wrote: > > > On Wed, 2023-05-31 at 17:14 -0400, Tom Rini wrote: > > > > On Thu, Apr 06, 2023 at 0

Re: [PATCH v5 0/6] Add DFU and usb boot for TI am62x SK and beagleplay

2024-05-15 Thread Tom Rini
On Mon, 06 May 2024 15:38:40 +0100, Martyn Welch wrote: > This series adds DFU support for TI AM62 SK and beagleplay boards. > > I have picked this series up from Sjoerd due to time constraints. > > Since the last revision: > * Removed dwc3 mode setting in favour of reinstating forced peripheral

[PATCH v5 0/6] Add DFU and usb boot for TI am62x SK and beagleplay

2024-05-06 Thread Martyn Welch
This series adds DFU support for TI AM62 SK and beagleplay boards. I have picked this series up from Sjoerd due to time constraints. Since the last revision: * Removed dwc3 mode setting in favour of reinstating forced peripheral mode for usb0 * Use of config fragments for both r5 and a53 DFU co

usb boot

2024-05-03 Thread 24v 24v
    Hello, I have a little problem. If I boot via usb, uboot does not download the uboot.env file at startup, but if I run the saveenv command, it will save the variables in the same directory where u-boot.bin lies. Best regards, Dmitry Voronin

Re: [PATCH v4 0/7] Add DFU and usb boot for TI am62x SK and beagleplay

2024-01-16 Thread Mattijs Korpershoek
Hi Sjoerd, Thank you for the series. On ven., janv. 12, 2024 at 09:52, Sjoerd Simons wrote: > This series adds DFU support for TI AM62 SK board and new since this > version also for beagleplay. > > Since the last revision, apart from beagleplay support the main changes > are: > * Documentation

[PATCH v4 0/7] Add DFU and usb boot for TI am62x SK and beagleplay

2024-01-12 Thread Sjoerd Simons
This series adds DFU support for TI AM62 SK board and new since this version also for beagleplay. Since the last revision, apart from beagleplay support the main changes are: * Documentation was added on how to use this functionality on both boards * the R5 configuration is now done via a config

[PATCH v3 0/4] Add DFU and usb boot for TI am62x

2023-12-12 Thread Sjoerd Simons
Previous version of this patchset went out back in April and got delayed for various reasons. As some parts were merge this is a somewhat smaller set then before. Patches against u-boot/next to take advantage of the latest dts sync from linux v6.7-rc1 0: https://lists.denx.de/pipermail/u-boot/2

Re: [PATCH 0/4] ARM: meson: Add boot over DFU RAM as an USB boot step

2023-10-26 Thread Neil Armstrong
Hi, On Mon, 23 Oct 2023 14:41:33 +0200, Neil Armstrong wrote: > Add boot over DFU RAM as an alternate to running script at > a fixed address like done today. > > The main culprit is that it's not possible to do that > on G12A/SM1 platforms due to changes in the USB boot prot

Re: [PATCH 0/4] ARM: meson: Add boot over DFU RAM as an USB boot step

2023-10-24 Thread Mattijs Korpershoek
latforms due to changes in the USB boot protocol. > > With this, U-Boot will present a DFU device with a ram slot where > the Host could write a fitImage or legacy U-Boot image, then with the > detach command boot will continue trying to boot the uploaded image. > > Signed-off-by: N

Re: [PATCH 0/4] ARM: meson: Add boot over DFU RAM as an USB boot step

2023-10-23 Thread Ferass El Hafidi
Hi, > Add boot over DFU RAM as an alternate to running script at > a fixed address like done today. > > The main culprit is that it's not possible to do that > on G12A/SM1 platforms due to changes in the USB boot protocol. > > With this, U-Boot will present a DFU de

[PATCH 0/4] ARM: meson: Add boot over DFU RAM as an USB boot step

2023-10-23 Thread Neil Armstrong
Add boot over DFU RAM as an alternate to running script at a fixed address like done today. The main culprit is that it's not possible to do that on G12A/SM1 platforms due to changes in the USB boot protocol. With this, U-Boot will present a DFU device with a ram slot where the Host could

Re: [PATCH v1 5/6] configs: stm32mp13: add support of usb boot

2023-10-04 Thread Patrice CHOTARD
On 10/4/23 11:57, Patrick DELAUNAY wrote: > Hi, > > On 9/26/23 17:09, Patrice Chotard wrote: >> From: Patrick Delaunay >> >> Add support of USB key boot in distro boot command. >> >> Signed-off-by: Patrick Delaunay >> Signed-off-by: Patrice Chotard >> --- >> >>   include/configs/stm32mp13_co

Re: [PATCH v1 5/6] configs: stm32mp13: add support of usb boot

2023-10-04 Thread Patrick DELAUNAY
Hi, On 9/26/23 17:09, Patrice Chotard wrote: From: Patrick Delaunay Add support of USB key boot in distro boot command. Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chotard --- include/configs/stm32mp13_common.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) di

[PATCH v1 5/6] configs: stm32mp13: add support of usb boot

2023-09-26 Thread Patrice Chotard
From: Patrick Delaunay Add support of USB key boot in distro boot command. Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chotard --- include/configs/stm32mp13_common.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/configs/stm32mp13_common.h b/i

Re: [PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2023-08-21 Thread Tom Rini
On Mon, Aug 21, 2023 at 04:13:32PM +, Marcel Ziswiler wrote: > Hi Sjoerd > > On Thu, 2023-06-01 at 08:37 +0200, Sjoerd Simons wrote: > > On Wed, 2023-05-31 at 17:14 -0400, Tom Rini wrote: > > > On Thu, Apr 06, 2023 at 08:55:34PM +0200, Sjoerd Simons wrote: > > > > > > > This series adds more

Re: [PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2023-08-21 Thread Marcel Ziswiler
Hi Sjoerd On Thu, 2023-06-01 at 08:37 +0200, Sjoerd Simons wrote: > On Wed, 2023-05-31 at 17:14 -0400, Tom Rini wrote: > > On Thu, Apr 06, 2023 at 08:55:34PM +0200, Sjoerd Simons wrote: > > > > > This series adds more boot sources for the TI am62x. For that the > > > dts' > > > are synced from th

[PATCH] board: gateworks: venice: assume emmc device for USB boot

2023-07-11 Thread sbabic
> When booting from USB (SDP) setup firmware-update environment > for emmc device. > Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,Mana

[PATCH] board: gateworks: venice: assume emmc device for USB boot

2023-06-09 Thread Tim Harvey
When booting from USB (SDP) setup firmware-update environment for emmc device. Signed-off-by: Tim Harvey --- board/gateworks/venice/venice.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/gateworks/venice/venice.c b/board/gateworks/venice/venice.c index 803582c55b99..3067480e6ac7 1006

Re: [PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2023-05-31 Thread Sjoerd Simons
On Wed, 2023-05-31 at 17:14 -0400, Tom Rini wrote: > On Thu, Apr 06, 2023 at 08:55:34PM +0200, Sjoerd Simons wrote: > > > This series adds more boot sources for the TI am62x. For that the > > dts' > > are synced from the upstream ti-next git tree (to add usb nodes), > > some > > dwc3 glue is and f

Re: [PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2023-05-31 Thread Tom Rini
On Thu, Apr 06, 2023 at 08:55:34PM +0200, Sjoerd Simons wrote: > This series adds more boot sources for the TI am62x. For that the dts' > are synced from the upstream ti-next git tree (to add usb nodes), some > dwc3 glue is and finally the default configuration is tuned to add > support for DFU an

Re: [PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2023-05-10 Thread Mattijs Korpershoek
Hi Sjoerd, Thank you for this series. On jeu., avril 06, 2023 at 20:55, Sjoerd Simons wrote: > This series adds more boot sources for the TI am62x. For that the dts' > are synced from the upstream ti-next git tree (to add usb nodes), some > dwc3 glue is and finally the default configuration is

Re: [PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2023-04-11 Thread Ravi Gunasekaran
On 07/04/23 12:25 am, Sjoerd Simons wrote: > This series adds more boot sources for the TI am62x. For that the dts' > are synced from the upstream ti-next git tree (to add usb nodes), some > dwc3 glue is and finally the default configuration is tuned to add > support for DFU and USB (host and ga

[PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2023-04-06 Thread Sjoerd Simons
This series adds more boot sources for the TI am62x. For that the dts' are synced from the upstream ti-next git tree (to add usb nodes), some dwc3 glue is and finally the default configuration is tuned to add support for DFU and USB (host and gadget) Changes in v2: - Update dts sync to v6.3-rc5

[PATCH 0/8] Add DFU, emmc and usb boot for TI am62x

2023-01-21 Thread Sjoerd Simons
This series adds more boot sources for the TI am62x. For that the dts' are synced from the upstream ti-next git tree (to add usb nodes), some dwc3 glue is and finally the default configuration is tuned to add support for DFU and USB (host and gadget) Aswath Govindraju (1): configs: am62: Add

[PATCH 1/2] imx8mm_evk: Add an entry for USB boot

2022-10-21 Thread sbabic
> Add an entry for USB boot so that U-Boot could be loaded via > the Serial Download Protocol. > Signed-off-by: Fabio Estevam > Reviewed-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, S

Re: [PATCH 1/2] imx8mm_evk: Add an entry for USB boot

2022-09-20 Thread Peng Fan
On 9/20/2022 8:20 AM, Fabio Estevam wrote: Add an entry for USB boot so that U-Boot could be loaded via the Serial Download Protocol. Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan --- board/freescale/imx8mm_evk/spl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board

[PATCH 1/2] imx8mm_evk: Add an entry for USB boot

2022-09-19 Thread Fabio Estevam
Add an entry for USB boot so that U-Boot could be loaded via the Serial Download Protocol. Signed-off-by: Fabio Estevam --- board/freescale/imx8mm_evk/spl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/freescale/imx8mm_evk/spl.c b/board/freescale/imx8mm_evk/spl.c index e2eb1426c8

[PATCH V2 03/53] imx: Change USB boot device type

2022-07-26 Thread sbabic
> From: Ye Li > The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from > USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. > Signed-off-by: Ye Li > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH V2 03/53] imx: Change USB boot device type

2022-07-26 Thread Peng Fan (OSS)
From: Ye Li The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/mach-imx/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/

[PATCH 03/53] imx: Change USB boot device type

2022-07-20 Thread Peng Fan (OSS)
From: Ye Li The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/mach-imx/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/

[PATCH V4 03/49] imx: Change USB boot device type

2022-07-04 Thread Peng Fan (OSS)
From: Ye Li The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/mach-imx/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/

[PATCH V2 03/49] imx: Change USB boot device type

2022-06-26 Thread Peng Fan (OSS)
From: Ye Li The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/mach-imx/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/

[PATCH V2 02/48] imx: Change USB boot device type

2022-06-11 Thread Peng Fan (OSS)
From: Ye Li The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/mach-imx/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/

Re: [PATCH 2/3] arm: mach-k3: am6_init: Fix the path and value's length in the fixup performed for usb boot

2022-06-10 Thread Tom Rini
On Wed, May 18, 2022 at 04:49:13PM +0530, Aswath Govindraju wrote: > The node name of the bus in the device tree has changed. Also, the length > argument to be passed should be the length of new value. Therefore, fix the > path to usb device tree node as well as the length argument passed. > > Si

[PATCH 02/49] imx: Change USB boot device type

2022-06-06 Thread Peng Fan (OSS)
From: Ye Li The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/mach-imx/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/

[PATCH 2/3] arm: mach-k3: am6_init: Fix the path and value's length in the fixup performed for usb boot

2022-05-18 Thread Aswath Govindraju
The node name of the bus in the device tree has changed. Also, the length argument to be passed should be the length of new value. Therefore, fix the path to usb device tree node as well as the length argument passed. Signed-off-by: Aswath Govindraju --- arch/arm/mach-k3/am6_init.c | 4 ++-- 1 f

[PATCH 0/3] AM65: Fix USB boot modes

2022-05-18 Thread Aswath Govindraju
The following series of patches along with [1], fix usb boot modes on AM654 IDK board. [1] - https://patchwork.ozlabs.org/project/uboot/list/?series=300845 Aswath Govindraju (3): arm: dts: k3-am654-r5-base-board: Fix the dt properties in usb0 instance arm: mach-k3: am6_init: Fix the path

[PATCH v1 03/17] rockchip: spl-boot-order: add usb boot option

2022-05-08 Thread Johan Jonker
Add usb boot option to spl-boot-order.c Signed-off-by: Johan Jonker --- arch/arm/mach-rockchip/spl-boot-order.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-rockchip/spl-boot-order.c b/arch/arm/mach-rockchip/spl-boot-order.c index 93b8e7de..c4ba369b 100644 --- a/arch

Re: [PATCH 3/5] arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targets

2022-05-02 Thread Stefan Roese
On 06.04.22 11:39, Pali Rohár wrote: U-Boot for Turris Omnia is always compiled with MMC, SCSI and USB support, so always enable macros for booting from these devices. Signed-off-by: Pali Rohár --- include/configs/turris_omnia.h | 24 +++- 1 file changed, 3 insertions(+),

Re: [PATCH 3/5] arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targets

2022-05-01 Thread Marek Behún
On Sun, 1 May 2022 16:52:31 +0200 Pali Rohár wrote: > On Friday 08 April 2022 11:00:24 Pali Rohár wrote: > > On Wednesday 06 April 2022 21:31:18 Marek Behún wrote: > > > On Wed, 6 Apr 2022 11:39:34 +0200 > > > Pali Rohár wrote: > > > > > > > U-Boot for Turris Omnia is always compiled with

Re: [PATCH 3/5] arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targets

2022-05-01 Thread Pali Rohár
On Friday 08 April 2022 11:00:24 Pali Rohár wrote: > On Wednesday 06 April 2022 21:31:18 Marek Behún wrote: > > On Wed, 6 Apr 2022 11:39:34 +0200 > > Pali Rohár wrote: > > > > > U-Boot for Turris Omnia is always compiled with MMC, SCSI and USB support, > > > so always enable macros for booting f

Re: [PATCH 3/5] arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targets

2022-04-08 Thread Pali Rohár
On Wednesday 06 April 2022 21:31:18 Marek Behún wrote: > On Wed, 6 Apr 2022 11:39:34 +0200 > Pali Rohár wrote: > > > U-Boot for Turris Omnia is always compiled with MMC, SCSI and USB support, > > so always enable macros for booting from these devices. > > This is not true. Attaching config wher

Re: [PATCH 3/5] arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targets

2022-04-06 Thread Marek Behún
On Wed, 6 Apr 2022 11:39:34 +0200 Pali Rohár wrote: > U-Boot for Turris Omnia is always compiled with MMC, SCSI and USB support, > so always enable macros for booting from these devices. This is not true. Attaching config where scsi is disabled. If we want to enforce MMC, SCSI and USB, we shou

[PATCH 3/5] arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targets

2022-04-06 Thread Pali Rohár
U-Boot for Turris Omnia is always compiled with MMC, SCSI and USB support, so always enable macros for booting from these devices. Signed-off-by: Pali Rohár --- include/configs/turris_omnia.h | 24 +++- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/include/co

Re: [PATCH 1/2] arm: stm32mp: Fix USB boot device report

2022-01-24 Thread Patrice CHOTARD
Hi Marek On 12/6/21 21:58, Marek Vasut wrote: > In case the SoC reports the boot device type is USB, it means the SPL was > loaded via BootROM DFU mode. Currently the spl_boot_device() returns boot > device as USB host, change it to DFU instead, so the SPL can continue the > DFU boot and load U-Bo

Re: [PATCH 1/2] arm: stm32mp: Fix USB boot device report

2021-12-07 Thread Patrice CHOTARD
Hi Marek On 12/6/21 9:58 PM, Marek Vasut wrote: > In case the SoC reports the boot device type is USB, it means the SPL was > loaded via BootROM DFU mode. Currently the spl_boot_device() returns boot > device as USB host, change it to DFU instead, so the SPL can continue the > DFU boot and load U-

[PATCH 1/2] arm: stm32mp: Fix USB boot device report

2021-12-06 Thread Marek Vasut
In case the SoC reports the boot device type is USB, it means the SPL was loaded via BootROM DFU mode. Currently the spl_boot_device() returns boot device as USB host, change it to DFU instead, so the SPL can continue the DFU boot and load U-Boot via DFU. Signed-off-by: Marek Vasut Cc: Patrice Ch

Re: [BUG] USB boot issue on ROCKPro64 with UEFI

2021-09-03 Thread Vincent Stehlé
On Fri, Sep 03, 2021 at 07:02:13PM +0200, Arnaud Patard wrote: .. > I may be wrong but seems like the issue solved by > https://patchwork.ozlabs.org/project/uboot/patch/20210406151059.1187379-1-icen...@aosc.io/ > Unfortunately, I think that there has been no progress since the > submission of this

Re: [BUG] USB boot issue on ROCKPro64 with UEFI

2021-09-03 Thread Rtp
Vincent Stehlé writes: Hi, > Hi U-Boot folks, > > Hopefully this is the right way to report bugs. If not, please do not hesitate > to let me know. > > I am hitting an issue with U-Boot v2021.07 on the ROCKPro64, when booting > Linux > with UEFI from USB. The kernel EFI stub will hang: > > EFI

[BUG] USB boot issue on ROCKPro64 with UEFI

2021-09-03 Thread Vincent Stehlé
Hi U-Boot folks, Hopefully this is the right way to report bugs. If not, please do not hesitate to let me know. I am hitting an issue with U-Boot v2021.07 on the ROCKPro64, when booting Linux with UEFI from USB. The kernel EFI stub will hang: EFI stub: Booting Linux Kernel... EFI stub: Using

[PATCH 6/8] imx8mm_evk: Add an entry for USB boot

2021-07-03 Thread Fabio Estevam
Add an entry for USB boot so that U-Boot could be loaded via the Serial Download Protocol. Signed-off-by: Fabio Estevam --- board/freescale/imx8mm_evk/spl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/freescale/imx8mm_evk/spl.c b/board/freescale/imx8mm_evk/spl.c index

[PATCH v3 02/10] arm: mach-k3: am642_init: Add support for USB boot mode

2021-06-04 Thread Aswath Govindraju
Add support for identifying USB host and device boot modes Signed-off-by: Aswath Govindraju --- arch/arm/mach-k3/am642_init.c | 13 +++-- arch/arm/mach-k3/include/mach/am64_hardware.h | 5 + arch/arm/mach-k3/include/mach/am64_spl.h | 6 -- 3 files changed,

[PATCH v2 02/10] arm: mach-k3: am642_init: Add support for USB boot mode

2021-06-02 Thread Aswath Govindraju
Add support for identifying USB host and device boot modes Signed-off-by: Aswath Govindraju --- arch/arm/mach-k3/am642_init.c | 13 +++-- arch/arm/mach-k3/include/mach/am64_hardware.h | 5 + arch/arm/mach-k3/include/mach/am64_spl.h | 6 -- 3 files changed,

[PATCH 02/10] arm: mach-k3: am642_init: Add support for USB boot mode

2021-06-01 Thread Aswath Govindraju
Add support for identifying USB host and device boot modes Signed-off-by: Aswath Govindraju --- arch/arm/mach-k3/am642_init.c | 13 +++-- arch/arm/mach-k3/include/mach/am64_hardware.h | 5 + arch/arm/mach-k3/include/mach/am64_spl.h | 6 -- 3 files changed,

[PATCH 5/7] include: configs: ge: bx50v3: drop USB boot

2021-05-02 Thread stefano . babic
> From: Ian Ray > Remove unsupported USB boot. > Signed-off-by: Ian Ray > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engi

[PATCH 5/7] include: configs: ge: bx50v3: drop USB boot

2021-04-23 Thread Sebastian Reichel
From: Ian Ray Remove unsupported USB boot. Signed-off-by: Ian Ray Signed-off-by: Sebastian Reichel --- include/configs/ge_bx50v3.h | 5 - 1 file changed, 5 deletions(-) diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 2d854af9a06d..f1e0ec553ce6 100644 --- a

U-Boot RPi SSD-USB boot issues

2020-11-27 Thread Mike Hoogstraten
Good day, I ran into a problem with a Raspberry Pi 4 setup and this seems to be a U-boot issue. Setup: RPi 4 - 4GB Home assistant 5.x / 64 bits Startech USB SATA Crucial MX500 SSD Arduino Mega USB connected The problem is also mentioned at the hassio github: https://github.com/home-assistant/o

[PATCH] configs: meson64_android: don't show logo on ROM USB boot

2020-10-30 Thread Mattijs Korpershoek
From: Guillaume La Roque When booting from rom usb, skip the boot logo logic as it's possible that the partition containing the logo does not exist yet. Signed-off-by: Neil Armstrong Signed-off-by: Guillaume La Roque Signed-off-by: Mattijs Korpershoek --- include/configs/meson64_android.h |

Re: [PATCH] configs: meson64_android: don't show logo on ROM USB boot

2020-10-30 Thread Neil Armstrong
On 30/10/2020 16:03, Mattijs Korpershoek wrote: > From: Guillaume La Roque > > When booting from rom usb, skip the boot logo logic as it's possible > that the partition containing the logo does not exist yet. > > Signed-off-by: Neil Armstrong > Signed-off-by: Guillaume La Roque > Signed-off-by

[PATCH v2 07/13] arm: mach-k3: am6_init: Add support for USB boot mode

2020-08-02 Thread Faiz Abbas
Add support for identifying USB host and device boot modes Signed-off-by: Faiz Abbas --- arch/arm/mach-k3/am6_init.c | 5 + arch/arm/mach-k3/include/mach/am6_hardware.h | 2 ++ arch/arm/mach-k3/include/mach/am6_spl.h | 3 ++- 3 files changed, 9 insertions(+), 1 deletion

[PATCH 07/13] arm: mach-k3: am6_init: Add support for USB boot mode

2020-07-02 Thread Faiz Abbas
Add support for identifying USB host and device boot modes Signed-off-by: Faiz Abbas --- arch/arm/mach-k3/am6_init.c | 5 + arch/arm/mach-k3/include/mach/am6_hardware.h | 2 ++ arch/arm/mach-k3/include/mach/am6_spl.h | 3 ++- 3 files changed, 9 insertions(+), 1 deletion

[PATCH v2] configs: ls1088ardb: Add support for usb boot target

2020-05-15 Thread Era Tiwari
From: Era Tiwari  LS1088A-RDB has MMC, SCSI, DHCP as boot targets, but the USB support was missing. Add support for USB as Boot_targets_devices. Signed-off-by: Era Tiwari  Signed-off-by: Pramod Kumar --- Changes in v2: - incorporate review comments include/configs/ls1088ardb.h | 1 + 1

[PATCH v2] configs: ls1088ardb: Add support for usb boot target

2020-05-15 Thread Era Tiwari 
LS1088A-RDB has MMC, SCSI, DHCP as boot targets, but the USB support was missing. Add support for USB as Boot_targets_devices. Signed-off-by: Era Tiwari  Signed-off-by: Pramod Kumar --- include/configs/ls1088ardb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ls1088ardb.h

[PATCH 3/5] spl: imx: Change USB boot device type

2020-05-12 Thread Peng Fan
From: Ye Li The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/mach-imx/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/

[U-Boot] [PATCH v4 1/4] imx: spl: Change USB boot device type for imx8/8m

2019-08-26 Thread Sherry Sun
The SPL SDP is configured as BOOT_DEVICE_BOARD, but for i.MX8 and i.MX8M, the boot_device_spl is still set to BOOT_DEVICE_USB, which may cause SDP can't work, in order to fix this issue, when booting from USB in spl, we change its type to BOOT_DEVICE_BOARD. Signed-off-by: Sherry Sun Signed-off-by

Re: [U-Boot] [PATCH v3 1/4] imx: spl: Change USB boot device type for imx8/8m

2019-08-26 Thread Lukasz Majewski
Hi Sherry, > The SPL SDP is configured as BOOT_DEVICE_BOARD, but for i.MX8 and > i.MX8M, the boot_device_spl is still set to BOOT_DEVICE_USB, which > may cause SDP can't work, in order to fix this issue, when booting > from USB in spl, we change its type to BOOT_DEVICE_BOARD. > > Signed-off-by: S

[U-Boot] [PATCH v3 1/4] imx: spl: Change USB boot device type for imx8/8m

2019-08-21 Thread Sherry Sun
The SPL SDP is configured as BOOT_DEVICE_BOARD, but for i.MX8 and i.MX8M, the boot_device_spl is still set to BOOT_DEVICE_USB, which may cause SDP can't work, in order to fix this issue, when booting from USB in spl, we change its type to BOOT_DEVICE_BOARD. Signed-off-by: Sherry Sun Signed-off-by

[U-Boot] [PATCH v2 1/4] imx: spl: Change USB boot device type for imx8/8m

2019-08-21 Thread Sherry Sun
The SPL SDP is configured as BOOT_DEVICE_BOARD, but for i.MX8 and i.MX8M, the boot_device_spl is still set to BOOT_DEVICE_USB, which may cause SDP can't work, in order to fix this issue, when booting from USB in spl, we change its type to BOOT_DEVICE_BOARD. Signed-off-by: Sherry Sun Signed-off-by

[U-Boot] [PATCH RESEND 02/14] i.MX7ULP: evk: Modify FDT file to disable SD3.0 for usb boot

2019-08-05 Thread sbabic
> Since the SD3.0 kernel driver needs M4 image support, this causes > problem for usb boot booting into kernel. To decouple the relationship, > we modify the FDT file in u-boot to disable SD3.0. > So the kernel won't depend on M4 image. > Signed-off-by: Peng Fan Applied t

[U-Boot] [PATCH RESEND 02/14] i.MX7ULP: evk: Modify FDT file to disable SD3.0 for usb boot

2019-07-21 Thread Peng Fan
Since the SD3.0 kernel driver needs M4 image support, this causes problem for usb boot booting into kernel. To decouple the relationship, we modify the FDT file in u-boot to disable SD3.0. So the kernel won't depend on M4 image. Signed-off-by: Peng Fan --- board/freescale/mx7ul

[U-Boot] 答复: [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Sherry Sun
Hi, Lukasz > > On Thu, 18 Jul 2019 07:47:53 + > Peng Fan wrote: > > > > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > > > > > On Thu, 18 Jul 2019 07:38:10 + > > > Peng Fan wrote: > > > > > > > H

Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Lukasz Majewski
On Thu, 18 Jul 2019 07:47:53 + Peng Fan wrote: > > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > > > On Thu, 18 Jul 2019 07:38:10 + > > Peng Fan wrote: > > > > > Hi Lukasz, > > > > > > > Su

[U-Boot] 答复: [EXT] Re: [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Sherry Sun
Hi, Lukasz > > On Thu, 18 Jul 2019 07:38:10 + > Peng Fan wrote: > > > Hi Lukasz, > > > > > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > > > > > Hi Sherry, > > > > > > > From: Sherry Sun > &g

Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Lukasz Majewski
On Thu, 18 Jul 2019 07:38:10 + Peng Fan wrote: > Hi Lukasz, > > > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > > > Hi Sherry, > > > > > From: Sherry Sun > > > > > > The SPL SDP is configured as BOOT_DEVICE_

Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Peng Fan
> Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > On Thu, 18 Jul 2019 07:38:10 + > Peng Fan wrote: > > > Hi Lukasz, > > > > > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > > > > > Hi Sherry, >

Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Peng Fan
Hi Lukasz, > Subject: Re: [PATCH 1/4] imx: spl: Change USB boot device type > > Hi Sherry, > > > From: Sherry Sun > > > > The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from > > USB, change its type to BOOT_DEVICE_BOARD, so we can use SD

Re: [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-18 Thread Lukasz Majewski
Hi Sherry, > From: Sherry Sun > > The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from > USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. > > Signed-off-by: Sherry Sun > Signed-off-by: Ye Li > --- > arch/arm/mach-imx/spl.c | 2 +- > 1 file changed, 1 insertion(+)

[U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type

2019-07-17 Thread sherry sun
From: Sherry Sun The SPL SDP is configured as BOOT_DEVICE_BOARD, so when booting from USB, change its type to BOOT_DEVICE_BOARD, so we can use SDP. Signed-off-by: Sherry Sun Signed-off-by: Ye Li --- arch/arm/mach-imx/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar

[U-Boot] [PATCH 03/15] i.MX7ULP: evk: Modify FDT file to disable SD3.0 for usb boot

2019-05-15 Thread Peng Fan
Since the SD3.0 kernel driver needs M4 image support, this causes problem for usb boot booting into kernel. To decouple the relationship, we modify the FDT file in u-boot to disable SD3.0. So the kernel won't depend on M4 image. Signed-off-by: Peng Fan --- board/freescale/mx7ul

Re: [U-Boot] [U-Boot, RESEND, 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI

2019-03-08 Thread Tom Rini
On Fri, Dec 14, 2018 at 06:53:22PM +0900, AKASHI Takahiro wrote: > With this patch which adds a removable USB mass storage to a list > of bootable devices, USB boot is supported in distro boot if UEFI is > configured. > > Signed-off-by: AKASHI Takahiro Applied to u-boot

Re: [U-Boot] [RESEND PATCH 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI

2019-02-28 Thread Heinrich Schuchardt
On 12/23/18 3:26 AM, Alexander Graf wrote: > > > On 14.12.18 10:53, AKASHI Takahiro wrote: >> With this patch which adds a removable USB mass storage to a list >> of bootable devices, USB boot is supported in distro boot if UEFI is >> configured. >>

Re: [U-Boot] [U-Boot, v4, 3/5] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:24AM -0600, Andrew F. Davis wrote: > Add a new defconfig file for the DRA7xx High Security EVM. This config > is specific for the case of USB booting. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature

Re: [U-Boot] [U-Boot, v3, 5/7] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2019-01-28 Thread Andrew F. Davis
On 1/26/19 9:51 PM, Tom Rini wrote: > On Thu, Jan 17, 2019 at 01:43:06PM -0600, Andrew F. Davis wrote: > >> Add a new defconfig file for the DRA7xx High Security EVM. This config >> is specific for the case of USB booting. >> >> Signed-off-by: Andrew F. Davis >> Reviewed-by: Tom Rini > > OK, th

[U-Boot] [PATCH v4 3/5] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2019-01-28 Thread Andrew F. Davis
Add a new defconfig file for the DRA7xx High Security EVM. This config is specific for the case of USB booting. Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini --- MAINTAINERS | 1 + configs/dra7xx_hs_evm_usb_defconfig | 113 2 files c

[U-Boot] [PATCH v4 0/5] Add USB boot to HS DRA7xx/AM57xx

2019-01-28 Thread Andrew F. Davis
Hello all, This series adds USB boot support to HS DRA7xx/AM57xx platforms. Thanks, Andrew Changes from v3: - Rebase on upstream - Sync defconfigs Changes from v2: - Only use ISW_ENTRY_ADDR for system with a set default Changes from v1: - Drop explicit UART boot support from DRA7xx as

Re: [U-Boot] [U-Boot, v3, 5/7] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2019-01-26 Thread Tom Rini
On Thu, Jan 17, 2019 at 01:43:06PM -0600, Andrew F. Davis wrote: > Add a new defconfig file for the DRA7xx High Security EVM. This config > is specific for the case of USB booting. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini OK, this an the am57xx_hs_evm_usb config no longer bui

[U-Boot] [PATCH v3 5/7] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2019-01-17 Thread Andrew F. Davis
Add a new defconfig file for the DRA7xx High Security EVM. This config is specific for the case of USB booting. Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini --- MAINTAINERS | 1 + configs/dra7xx_hs_evm_usb_defconfig | 106 2 files c

[U-Boot] [PATCH v3 0/7] Add USB boot to HS DRA7xx/AM57xx

2019-01-17 Thread Andrew F. Davis
Hello all, This series adds USB boot support to HS DRA7xx/AM57xx platforms. We start by cleaning up DFU boot in SPL support. What is done in the first patch for DFU, if acceptable, should be done to the other boot modes. The 4th patch is needed as on HS devices a header is added to the boot

Re: [U-Boot] [RESEND PATCH 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI

2018-12-22 Thread Alexander Graf
On 14.12.18 10:53, AKASHI Takahiro wrote: > With this patch which adds a removable USB mass storage to a list > of bootable devices, USB boot is supported in distro boot if UEFI is > configured. > > Signed-off-by: AKASHI Takahiro Reviewied-by: Alexander Graf Alex > ---

[U-Boot] [RESEND PATCH 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI

2018-12-14 Thread AKASHI Takahiro
With this patch which adds a removable USB mass storage to a list of bootable devices, USB boot is supported in distro boot if UEFI is configured. Signed-off-by: AKASHI Takahiro --- include/configs/qemu-arm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/qemu-arm.h b

[U-Boot] [RESEND PATCH 0/2] uefi: support USB boot in distro boot

2018-12-14 Thread AKASHI Takahiro
.denx.de/pipermail/u-boot/2018-November/347491.html Thanks, -Takahiro Akashi AKASHI Takahiro (2): ARM: qemu-arm: enable usb mass storage in default configuration ARM: qemu-arm: enable USB boot in distro boot with UEFI configs/qemu_arm64_defconfig | 1 + configs/qemu_arm_defconfig | 1 +

Re: [U-Boot] [PATCH v2 5/7] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 11:51:34AM -0600, Andrew F. Davis wrote: > Add a new defconfig file for the DRA7xx High Security EVM. This config > is specific for the case of USB booting. > > Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [PATCH v2 0/7] Add USB boot to HS DRA7xx/AM57xx

2018-12-05 Thread Lokesh Vutla
On 05/12/18 11:21 PM, Andrew F. Davis wrote: Hello all, This series adds USB boot support to HS DRA7xx/AM57xx platforms. We start by cleaning up DFU boot in SPL support. What is done in the first patch for DFU, if acceptable, should be done to the other boot modes. The 4th patch is needed

[U-Boot] [PATCH v2 5/7] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2018-12-05 Thread Andrew F. Davis
Add a new defconfig file for the DRA7xx High Security EVM. This config is specific for the case of USB booting. Signed-off-by: Andrew F. Davis --- MAINTAINERS | 1 + configs/dra7xx_hs_evm_usb_defconfig | 106 2 files changed, 107 insertions(

[U-Boot] [PATCH v2 0/7] Add USB boot to HS DRA7xx/AM57xx

2018-12-05 Thread Andrew F. Davis
Hello all, This series adds USB boot support to HS DRA7xx/AM57xx platforms. We start by cleaning up DFU boot in SPL support. What is done in the first patch for DFU, if acceptable, should be done to the other boot modes. The 4th patch is needed as on HS devices a header is added to the boot

Re: [U-Boot] [PATCH 6/7] defconfigs: Add config for AM57xx High Security EVM with UART/USB Boot support

2018-12-05 Thread Andrew F. Davis
ecurity EVM. This config >>>> is specific for the case of UART/USB booting. >>> >>> Can you share the steps on how you verified uart boot? >>> >> >> All the verification for this defconfig was with USB boot for the first >> stage (ULO). UART c

Re: [U-Boot] [PATCH 6/7] defconfigs: Add config for AM57xx High Security EVM with UART/USB Boot support

2018-12-05 Thread Lokesh Vutla
verified uart boot? All the verification for this defconfig was with USB boot for the first stage (ULO). UART cannot be tested with our DRA7xx EVMs as you pointed out and to test on AM57xx special scrips need to be used as the ROM UART loading protocol is not standard. UART loading of the second stage

  1   2   >