Re: Call for testing [Was: Re: [PATCH v2 00/10] kernel: mtdsplit_uimage: use device tree properties for non-standard uimage parsing]

2021-01-22 Thread Petr Štetiar
Petr Štetiar [2021-01-13 00:39:08]: > Bjørn Mork [2020-11-30 23:19:25]: > > Hi, > > > But I have NOT run tested this on any of the affected existing devices. > > Which means that we don't know if they work at all. And if they don't then > > you will not have a rootfs. So some care should be

Re: [PATCH v2 00/10] kernel: mtdsplit_uimage: use device tree properties for non-standard uimage parsing

2021-01-20 Thread Stijn Segers
Hi Bjorn, Op woensdag 20 januari 2021 om 15u09 schreef Bjørn Mork : Stijn Segers writes: - ramips/mt7621 (DIR-860L B1): with sysupgrade (both with and whithout-n) Thanks. Going through this now, I see that this device is using the "seama" partition comptabile and splitter. Which I

Re: [PATCH v2 00/10] kernel: mtdsplit_uimage: use device tree properties for non-standard uimage parsing

2021-01-20 Thread Bjørn Mork
Stijn Segers writes: > - ramips/mt7621 (DIR-860L B1): with sysupgrade (both with and > whithout-n) Thanks. Going through this now, I see that this device is using the "seama" partition comptabile and splitter. Which I didn't touch since it was in a spearate file and therefore outside my

Re: [PATCH v2 00/10] kernel: mtdsplit_uimage: use device tree properties for non-standard uimage parsing

2021-01-19 Thread Stijn Segers
Hi Peter, Bjorn, Op woensdag 13 januari 2021 om 18u43 schreef Sander Vanheule : Hi, On Mon, 2020-11-30 at 23:19 +0100, Bjørn Mork wrote: Bjørn Mork (10): dt-bindings: mtd: partitions: add OpenWrt defined U-Boot Image kernel: mtdsplit_uimage: read extralen from device tree kernel:

Re: [PATCH v2 00/10] kernel: mtdsplit_uimage: use device tree properties for non-standard uimage parsing

2021-01-13 Thread Sander Vanheule
Hi, On Mon, 2020-11-30 at 23:19 +0100, Bjørn Mork wrote: > Bjørn Mork (10): >   dt-bindings: mtd: partitions: add OpenWrt defined U-Boot Image >   kernel: mtdsplit_uimage: read extralen from device tree >   kernel: mtdsplit_uimage: replace "fonfxc" and "sge" parsers >   kernel: mtdsplit_uimage:

Call for testing [Was: Re: [PATCH v2 00/10] kernel: mtdsplit_uimage: use device tree properties for non-standard uimage parsing]

2021-01-12 Thread Petr Štetiar
Bjørn Mork [2020-11-30 23:19:25]: Hi, > But I have NOT run tested this on any of the affected existing devices. > Which means that we don't know if they work at all. And if they don't then > you will not have a rootfs. So some care should be taken until this is > verified on those devices.

[PATCH v2 00/10] kernel: mtdsplit_uimage: use device tree properties for non-standard uimage parsing

2020-11-30 Thread Bjørn Mork
OK, another go at this. The idea is still to replace a number of device specific variants of the "denx,uimage" partition splitter with a unified parser, using optional device-tree properties to describe deviations from the standard U-Boot Image. Changes in v2: - added documentation of the