]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "Enable env in SCSI"
authorTom Rini <trini@konsulko.com>
Thu, 29 May 2025 20:24:11 +0000 (14:24 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 30 May 2025 00:36:51 +0000 (18:36 -0600)
commita619c4410956f446510749b6dc3989849616b7a0
tree2d411a9d8e270a05b8d5443c6dbdc64bbd797574
parent1481ae5d5aaed764a35405b8a8c27a4dcf12df7f
parent142aab7f3e036a0cfb6efe864ddf3fe85174af44
Merge patch series "Enable env in SCSI"

Varadarajan Narayanan <quic_varada@quicinc.com> says:

The qcs9100 based Ride platforms have UFS as their primary storage.
Hence add support to U-Boot env framework to be able to save and
retrieve the environment from UFS. The environment will be
saved/retrieved from the partition specified in the config option
CONFIG_SCSI_ENV_PART.

Also add an API to convert partition UUID string to block device
descriptor for UFS. This API will be used to get the block device
descriptor for the partition specified in CONFIG_SCSI_ENV_PART.

Link: https://lore.kernel.org/r/20250513091710.3719292-1-quic_varada@quicinc.com
env/Kconfig