[U-Boot, v1, 1/1] misc: fs_loader: Add request_firmware_into_buf_via_env API for environment-based firmware loading
Marek Vasut
marek.vasut at mailbox.org
Sun Jul 20 20:19:43 CEST 2025
On 7/20/25 5:31 PM, Heinrich Schuchardt wrote:
> Am 20. Juli 2025 17:04:04 MESZ schrieb "Lucien.Jheng" <lucienzx159 at gmail.com>:
>> This commit adds request_firmware_into_buf_via_env() to the fs_loader driver,
>> enabling firmware loading into a buffer
>> using environment variables for path and size.
>> It supports multiple entries via indexed variable names
>> (e.g., "fw_dir0", "fw_size0").
>> This provides flexible, scriptable firmware loading without hardcoded details.
>
> It is unclear where this function will be used. Is this a part of a larger patch series that you are planning to send?
I believe this will be used by the Airoha PHY driver.
More information about the U-Boot
mailing list