[PATCH v2 5/9] blk: blkmap: Add linear device mapping support
Simon Glass
sjg at chromium.org
Fri Feb 17 03:55:07 CET 2023
On Thu, 16 Feb 2023 at 08:34, Tobias Waldekranz <tobias at waldekranz.com> wrote:
>
> Allow a slice of an existing block device to be mapped to a
> blkmap. This means that filesystems that are not stored at exact
> partition boundaries can be accessed by remapping a slice of the
> existing device to a blkmap device.
>
> Signed-off-by: Tobias Waldekranz <tobias at waldekranz.com>
> ---
> drivers/block/blkmap.c | 71 ++++++++++++++++++++++++++++++++++++++++++
> include/blkmap.h | 13 ++++++++
> 2 files changed, 84 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list