commit | 15d9e99a274df5d9b260f75f42f7c394e5fe0e42 | [log] [tgz] |
---|---|---|
author | Tobias Waldekranz <tobias@waldekranz.com> | Thu Feb 16 16:33:50 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 10:54:47 2023 -0400 |
tree | 21b128ef4330fc99ea0dde18b733d432da4b4ed5 | |
parent | c41e209ea67ee9be04519a3c7afda80a32253317 [diff] |
blk: blkmap: Add memory mapping support Allow a slice of RAM to be mapped to a blkmap. This means that RAM can now be accessed as if it was a block device, meaning that existing filesystem drivers can now be used to access ramdisks. Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com> Reviewed-by: Simon Glass <sjg@chromium.org>