diff options
| author | Alexey Charkov <[email protected]> | 2026-01-20 22:09:02 +0400 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2026-03-12 09:30:44 +0100 |
| commit | c664b4d5f30a704003b97823a5ad6361cb16fbe8 (patch) | |
| tree | 166fe6f013e4e1f25b503ef69132ebc8752e2582 /MAINTAINERS | |
| parent | d908dd98de5c335a213d882746d033158db02cce (diff) | |
spl: Make UFS available for SPL builds
Add minimal infrastructure to build SPL images with support for UFS
storage devices. This also pulls in SCSI support and charset functions,
which are dependencies of the UFS code.
With this, only a fixed offset is supported for loading the next image,
which should be specified in CONFIG_SPL_UFS_RAW_U_BOOT_SECTOR as the
number of 4096-byte sectors into the UFS block device.
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Alexey Charkov <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 00cb03fe592..e62ef15b5a9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1893,6 +1893,7 @@ M: Neil Armstrong <[email protected]> M: Bhupesh Sharma <[email protected]> M: Neha Malcom Francis <[email protected]> S: Maintained +F: common/spl/spl_ufs.c F: drivers/ufs/ UPL |
