On Thu, 15 Feb 2024 08:47:50 +0100, Sascha Hauer wrote: > With this series barebox can detect partition table changes at runtime > and reparse the partition table in that case. With this it's possible > for example to write an image to a SD card and mount partitions directly > afterwards without restarting barebox. > > The fastboot code is also changed to check for existing partitions when > they are actually used and no longer during initialization time of the > gadget. With this it becomes possible to expose a full device via > fastboot and also some not yet existing partitions. When the full device > is written to one can then write to a (newly created) partition directly > afterwards. > > [...] Applied, thanks! [1/7] fs: move cdev open count to cdev_open()/cdev_close() https://git.pengutronix.de/cgit/barebox/commit/?id=d84c3daf1314 (link may not be stable) [2/7] common: partitions: efi: fix memory leak https://git.pengutronix.de/cgit/barebox/commit/?id=729370043ab6 (link may not be stable) [3/7] partition: allow to reparse a partition table https://git.pengutronix.de/cgit/barebox/commit/?id=c641d9ed9d35 (link may not be stable) [4/7] block: reparse partition table when necessary https://git.pengutronix.de/cgit/barebox/commit/?id=713a23cb2aea (link may not be stable) [5/7] fastboot: pass list to fb_addvar() https://git.pengutronix.de/cgit/barebox/commit/?id=8e9895959d3f (link may not be stable) [6/7] fastboot: add function to free a list of fastboot variables https://git.pengutronix.de/cgit/barebox/commit/?id=a8614972b161 (link may not be stable) [7/7] fastboot: evaluate fastboot partitions when used https://git.pengutronix.de/cgit/barebox/commit/?id=6a191155be4e (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>