Re: [PATCH 1/1] drivers: add memory disk support

2022-04-20 Thread Tom Rini
On Wed, Apr 20, 2022 at 08:58:25AM +0200, Heinrich Schuchardt wrote: > > > On 4/20/22 00:59, Tom Rini wrote: > > On Tue, Apr 19, 2022 at 11:55:00PM +0200, Heinrich Schuchardt wrote: > > > On 4/19/22 23:26, Tom Rini wrote: > > > > On Tue, Apr 19, 2022 at 11:16:41PM +0200, Heinrich Schuchardt wrote

Re: [PATCH 1/1] drivers: add memory disk support

2022-04-20 Thread Tom Rini
On Wed, Apr 20, 2022 at 08:48:28AM +0200, Heinrich Schuchardt wrote: > > > On 4/20/22 01:01, Tom Rini wrote: > > On Wed, Apr 20, 2022 at 12:20:43AM +0200, Heinrich Schuchardt wrote: > > > On 4/19/22 23:54, Simon Glass wrote: > > > > Hi Heinrich, > > > > > > > > On Tue, 19 Apr 2022 at 15:14, Hein

Re: [PATCH 1/1] drivers: add memory disk support

2022-04-19 Thread Heinrich Schuchardt
On 4/20/22 00:59, Tom Rini wrote: On Tue, Apr 19, 2022 at 11:55:00PM +0200, Heinrich Schuchardt wrote: On 4/19/22 23:26, Tom Rini wrote: On Tue, Apr 19, 2022 at 11:16:41PM +0200, Heinrich Schuchardt wrote: In some scenarios it is desirable to package U-Boot with other files into a single b

Re: [PATCH 1/1] drivers: add memory disk support

2022-04-19 Thread Heinrich Schuchardt
On 4/20/22 01:01, Tom Rini wrote: On Wed, Apr 20, 2022 at 12:20:43AM +0200, Heinrich Schuchardt wrote: On 4/19/22 23:54, Simon Glass wrote: Hi Heinrich, On Tue, 19 Apr 2022 at 15:14, Heinrich Schuchardt wrote: In some scenarios it is desirable to package U-Boot with other files into a si

Re: [PATCH 1/1] drivers: add memory disk support

2022-04-19 Thread Tom Rini
On Wed, Apr 20, 2022 at 12:20:43AM +0200, Heinrich Schuchardt wrote: > On 4/19/22 23:54, Simon Glass wrote: > > Hi Heinrich, > > > > On Tue, 19 Apr 2022 at 15:14, Heinrich Schuchardt > > wrote: > >> > >> In some scenarios it is desirable to package U-Boot with other files into > >> a single blob.

Re: [PATCH 1/1] drivers: add memory disk support

2022-04-19 Thread Tom Rini
On Tue, Apr 19, 2022 at 11:55:00PM +0200, Heinrich Schuchardt wrote: > On 4/19/22 23:26, Tom Rini wrote: > > On Tue, Apr 19, 2022 at 11:16:41PM +0200, Heinrich Schuchardt wrote: > > > > > In some scenarios it is desirable to package U-Boot with other files into > > > a single blob. This patch allo

Re: [PATCH 1/1] drivers: add memory disk support

2022-04-19 Thread Heinrich Schuchardt
On 4/19/22 23:54, Simon Glass wrote: > Hi Heinrich, > > On Tue, 19 Apr 2022 at 15:14, Heinrich Schuchardt > wrote: >> >> In some scenarios it is desirable to package U-Boot with other files into >> a single blob. This patch allows to embed a memory disk into the U-Boot >> binary. This memory di

Re: [PATCH 1/1] drivers: add memory disk support

2022-04-19 Thread Heinrich Schuchardt
On 4/19/22 23:26, Tom Rini wrote: On Tue, Apr 19, 2022 at 11:16:41PM +0200, Heinrich Schuchardt wrote: In some scenarios it is desirable to package U-Boot with other files into a single blob. This patch allows to embed a memory disk into the U-Boot binary. This memory disk can be accessed like

Re: [PATCH 1/1] drivers: add memory disk support

2022-04-19 Thread Tom Rini
On Tue, Apr 19, 2022 at 11:16:41PM +0200, Heinrich Schuchardt wrote: > In some scenarios it is desirable to package U-Boot with other files into > a single blob. This patch allows to embed a memory disk into the U-Boot > binary. This memory disk can be accessed like any other block > device as 'me