fs/squashfs: new filesystem

Add support for SquashFS filesystem. Right now, it does not support
compression but support for zlib will be added in a follow-up commit.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
This commit is contained in:
Joao Marcos Costa
2020-07-30 15:33:47 +02:00
committed by Tom Rini
parent 550a9e7902
commit c510061303
16 changed files with 2297 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ struct cmd_tbl;
#define FS_TYPE_SANDBOX 3
#define FS_TYPE_UBIFS 4
#define FS_TYPE_BTRFS 5
#define FS_TYPE_SQUASHFS 6
struct blk_desc;