Re: commit 787f04bb6a - imx: add USB2_BOOT type

2023-05-21 Thread Peng Fan
On 4/24/2023 10:14 AM, Tom Rini wrote: On Thu, Apr 20, 2023 at 03:13:42PM -0700, Tim Harvey wrote: On Sun, Apr 16, 2023 at 11:55 PM Rasmus Villemoes wrote: On 26/10/2022 01.42, Rasmus Villemoes wrote: On 18/10/2022 02.43, Peng Fan wrote: + Stefano & Fabio Is there any chance you

Re: commit 787f04bb6a - imx: add USB2_BOOT type

2023-04-23 Thread Tom Rini
On Thu, Apr 20, 2023 at 03:13:42PM -0700, Tim Harvey wrote: > On Sun, Apr 16, 2023 at 11:55 PM Rasmus Villemoes > wrote: > > > > On 26/10/2022 01.42, Rasmus Villemoes wrote: > > > On 18/10/2022 02.43, Peng Fan wrote: > > >> + Stefano & Fabio > > >> > > > > > > > > > Is there any chance

Re: commit 787f04bb6a - imx: add USB2_BOOT type

2023-04-20 Thread Tim Harvey
On Sun, Apr 16, 2023 at 11:55 PM Rasmus Villemoes wrote: > > On 26/10/2022 01.42, Rasmus Villemoes wrote: > > On 18/10/2022 02.43, Peng Fan wrote: > >> + Stefano & Fabio > >> > > > > > > Is there any chance you could make some information on that ROM API > > public so it's possible

Re: commit 787f04bb6a - imx: add USB2_BOOT type

2023-04-17 Thread Rasmus Villemoes
On 26/10/2022 01.42, Rasmus Villemoes wrote: > On 18/10/2022 02.43, Peng Fan wrote: >> + Stefano & Fabio >> > > > Is there any chance you could make some information on that ROM API > public so it's possible for outsiders to understand what's going on? >> >> What could only help is to

Re: commit 787f04bb6a - imx: add USB2_BOOT type

2022-10-25 Thread Rasmus Villemoes
On 18/10/2022 02.43, Peng Fan wrote: > + Stefano & Fabio > Is there any chance you could make some information on that ROM API public so it's possible for outsiders to understand what's going on? > > What could only help is to ask the ROM team to see whether they have > plan to

Re: commit 787f04bb6a - imx: add USB2_BOOT type

2022-10-17 Thread Peng Fan
+ Stefano & Fabio On 10/15/2022 1:53 AM, Rasmus Villemoes wrote: On 14/10/2022 02.55, Peng Fan wrote: Hi Rasmus On 10/7/2022 4:08 PM, Rasmus Villemoes wrote: Hi Peng It seems that commit 787f04bb6a (imx: add USB2_BOOT type) broke our board logic which relies on whether get_boot_de

Re: commit 787f04bb6a - imx: add USB2_BOOT type

2022-10-14 Thread Rasmus Villemoes
On 14/10/2022 02.55, Peng Fan wrote: > Hi Rasmus > > On 10/7/2022 4:08 PM, Rasmus Villemoes wrote: >> Hi Peng >> >> It seems that commit 787f04bb6a (imx: add USB2_BOOT type) broke our >> board logic which relies on whether get_boot_device() returns

Re: commit 787f04bb6a - imx: add USB2_BOOT type

2022-10-13 Thread Peng Fan
Hi Rasmus On 10/7/2022 4:08 PM, Rasmus Villemoes wrote: Hi Peng It seems that commit 787f04bb6a (imx: add USB2_BOOT type) broke our board logic which relies on whether get_boot_device() returns USB_BOOT or not. Instrumenting get_boot_device() shows that on our imx8mp board, boot_instance is 3

commit 787f04bb6a - imx: add USB2_BOOT type

2022-10-07 Thread Rasmus Villemoes
Hi Peng It seems that commit 787f04bb6a (imx: add USB2_BOOT type) broke our board logic which relies on whether get_boot_device() returns USB_BOOT or not. Instrumenting get_boot_device() shows that on our imx8mp board, boot_instance is 3 when we're booting over USB, so boot_dev becomes 20 instead