| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-09 | fw_loader: Prefix the FW loader variables with the script prefix | Marek Vasut | |
| Add the script name as a prefix to fw_addr and fw_size variables to make sure they are always unique and won't easily conflict with user variables. Signed-off-by: Marek Vasut <[email protected]> | |||
| 2025-10-09 | fw_loader: Split from fs_loader into separate library file | Marek Vasut | |
| The script based firmware loader does not use anything from the fs_loader implementation. Separate it into its own library source file and convert the mediatek PHY to use this separate code. This should reduce the amount of code that is pulled in alongside the firmware loader, as the FS loader is no longer included. Signed-off-by: Marek Vasut <[email protected]> | |||
