Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-20 Thread Marcel Ziswiler
On Fri, 2023-11-17 at 14:42 -0500, Tom Rini wrote: > On Thu, Oct 26, 2023 at 09:32:20AM +0200, Marcel Ziswiler wrote: > > > From: Marcel Ziswiler > > > > This fixes a regression in the eMMC fast boot mode case where the buffer > > was missing 464 bytes. > > > > The code figures out how many

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-17 Thread Tom Rini
On Thu, Oct 26, 2023 at 09:32:20AM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > This fixes a regression in the eMMC fast boot mode case where the buffer > was missing 464 bytes. > > The code figures out how many bytes must at least be fetched to honor > the current read, rounds

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-17 Thread Tom Rini
On Fri, Nov 17, 2023 at 01:13:07PM -0300, Fabio Estevam wrote: > Hi Tom, > > On Fri, Nov 17, 2023 at 11:25 AM Tom Rini wrote: > > > OK. Fabio, please send me your patchwork username off-list and I'll get > > you added and you can start managing patches there. I've started using > > some of the

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-17 Thread Fabio Estevam
Hi Tom, On Fri, Nov 17, 2023 at 11:25 AM Tom Rini wrote: > OK. Fabio, please send me your patchwork username off-list and I'll get > you added and you can start managing patches there. I've started using > some of the b4 + patchwork integration just recently and it's very nice. In the

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-17 Thread Tom Rini
On Fri, Nov 17, 2023 at 09:17:27AM +0100, Stefano Babic wrote: > Hi Tom, Marcel, > > On 16.11.23 19:42, Tom Rini wrote: > > On Thu, Nov 16, 2023 at 10:57:27AM +, Marcel Ziswiler wrote: > > > Hi Tom > > > > > > On Thu, 2023-11-02 at 08:09 +0100, Marcel Ziswiler wrote: > > > > Hi Stefano > > >

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-17 Thread Stefano Babic
Hi Tom, Marcel, On 16.11.23 19:42, Tom Rini wrote: On Thu, Nov 16, 2023 at 10:57:27AM +, Marcel Ziswiler wrote: Hi Tom On Thu, 2023-11-02 at 08:09 +0100, Marcel Ziswiler wrote: Hi Stefano On Thu, 2023-10-26 at 10:36 +0200, Stefano Babic wrote: On 26.10.23 10:29, Rasmus Villemoes wrote:

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-16 Thread Tom Rini
On Thu, Nov 16, 2023 at 10:57:27AM +, Marcel Ziswiler wrote: > Hi Tom > > On Thu, 2023-11-02 at 08:09 +0100, Marcel Ziswiler wrote: > > Hi Stefano > > > > On Thu, 2023-10-26 at 10:36 +0200, Stefano Babic wrote: > > > On 26.10.23 10:29, Rasmus Villemoes wrote: > > > > On 26/10/2023 09.32,

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-16 Thread Marcel Ziswiler
Hi Tom On Thu, 2023-11-02 at 08:09 +0100, Marcel Ziswiler wrote: > Hi Stefano > > On Thu, 2023-10-26 at 10:36 +0200, Stefano Babic wrote: > > On 26.10.23 10:29, Rasmus Villemoes wrote: > > > On 26/10/2023 09.32, Marcel Ziswiler wrote: > > > > From: Marcel Ziswiler > > > > > > > > This fixes a

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-02 Thread Marcel Ziswiler
Hi Stefano On Thu, 2023-10-26 at 10:36 +0200, Stefano Babic wrote: > On 26.10.23 10:29, Rasmus Villemoes wrote: > > On 26/10/2023 09.32, Marcel Ziswiler wrote: > > > From: Marcel Ziswiler > > > > > > This fixes a regression in the eMMC fast boot mode case where the buffer > > > was missing 464

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-10-26 Thread Fabio Estevam
On Thu, Oct 26, 2023 at 4:32 AM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > This fixes a regression in the eMMC fast boot mode case where the buffer > was missing 464 bytes. > > The code figures out how many bytes must at least be fetched to honor > the current read, rounds that up to

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-10-26 Thread Stefano Babic
On 26.10.23 10:29, Rasmus Villemoes wrote: On 26/10/2023 09.32, Marcel Ziswiler wrote: From: Marcel Ziswiler This fixes a regression in the eMMC fast boot mode case where the buffer was missing 464 bytes. The code figures out how many bytes must at least be fetched to honor the current read,

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-10-26 Thread Rasmus Villemoes
On 26/10/2023 09.32, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > This fixes a regression in the eMMC fast boot mode case where the buffer > was missing 464 bytes. > > The code figures out how many bytes must at least be fetched to honor > the current read, rounds that up to the

[PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-10-26 Thread Marcel Ziswiler
From: Marcel Ziswiler This fixes a regression in the eMMC fast boot mode case where the buffer was missing 464 bytes. The code figures out how many bytes must at least be fetched to honor the current read, rounds that up to the ss->pagesize [which is a no-op in the USB download case because