diff options
| author | Tom Rini <[email protected]> | 2026-03-26 11:04:41 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-26 11:04:41 -0600 |
| commit | 80a4c49a4ab2ad06fa84a8b7bdf6e33b3b5101bf (patch) | |
| tree | 94041e641b12a66eef8c35d991d83fb05409d698 /MAINTAINERS | |
| parent | 5673d25fd82a00eb5a2bf5761b3aa92de0e9e4e1 (diff) | |
| parent | 868233099d873cc8e2f8b99f609bdbaed421eab7 (diff) | |
Merge patch series "Introduce SQUASHFS support in SPL"
Richard Genoud <[email protected]> says:
SquashFS has support in U-Boot, but not in SPL.
This series adds the possibility for the SPL to load files from SquashFS
partitions.
This is useful, for instance, when there's a SquashFS rootfs containing
U-Boot binary.
NB: falcon mode is not supported yet.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fb9c28c33ca..4d168349ae6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1783,13 +1783,15 @@ F: drivers/spmi/ F: include/spmi/ SQUASHFS -M: Joao Marcos Costa <[email protected]> +M: Joao Marcos Costa <[email protected]> +M: Richard Genoud <[email protected]> R: Thomas Petazzoni <[email protected]> R: Miquel Raynal <[email protected]> S: Maintained +F: cmd/sqfs.c +F: common/spl/spl_squashfs.c F: fs/squashfs/ F: include/sqfs.h -F: cmd/sqfs.c F: test/py/tests/test_fs/test_squashfs/ STACKPROTECTOR |
