Re: [PATCH 3/3] mtd: parsers: ofpart: support BCM4908 fixed partitions

2021-01-22 Thread Richard Weinberger
On Tue, Jan 19, 2021 at 5:01 PM Miquel Raynal wrote: > > Signed-off-by: Rafał Miłecki > > The approach looks fine by me, let's see what other maintainers think. Same, looks good to me! :-) -- Thanks, //richard

Re: [PATCH 3/3] mtd: parsers: ofpart: support BCM4908 fixed partitions

2021-01-19 Thread Miquel Raynal
Hi Rafał, Rafał Miłecki wrote on Fri, 15 Jan 2021 16:39:01 +0100: > From: Rafał Miłecki > > BCM4908 partitioning is based on fixed layout but allows specifying > multiple firmware partitions. It requires detecting which firmware > partition was used for booting current kernel. > > To support

[PATCH 3/3] mtd: parsers: ofpart: support BCM4908 fixed partitions

2021-01-15 Thread Rafał Miłecki
From: Rafał Miłecki BCM4908 partitioning is based on fixed layout but allows specifying multiple firmware partitions. It requires detecting which firmware partition was used for booting current kernel. To support such cases without duplicating a lot of code (without copying most of the ofpart.c