diff options
| author | Quentin Schulz <[email protected]> | 2026-08-27 21:52:56 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | d8c262c673964f4050e0818439d05c210f7abe21 (patch) | |
| tree | 8fba46147c95bfd06c09985dfc527637ec553f29 | |
| parent | 8da6bfccb1a200f9fa832bf6258af18c77c5791e (diff) | |
doc: develop/driver-model: fs_firmware_loader: update link
The current link redirects to a generic page on the Intel website.
Looking at the Wayback Machine[1], it really looks like what is
currently exposed in the official kernel docs, so used that instead.
[1] https://web.archive.org/web/20220916014111/https://01.org/linuxgraphics/gfx-docs/drm/driver-api/firmware/index.html
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | doc/develop/driver-model/fs_firmware_loader.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/driver-model/fs_firmware_loader.rst b/doc/develop/driver-model/fs_firmware_loader.rst index 149b8b436ec..630daf636f1 100644 --- a/doc/develop/driver-model/fs_firmware_loader.rst +++ b/doc/develop/driver-model/fs_firmware_loader.rst @@ -6,7 +6,7 @@ File System Firmware Loader This is file system firmware loader for U-Boot framework, which has very close to some Linux Firmware API. For the details of Linux Firmware API, you can refer -to https://01.org/linuxgraphics/gfx-docs/drm/driver-api/firmware/index.html. +to https://docs.kernel.org/driver-api/firmware/index.html. File system firmware loader can be used to load whatever(firmware, image, and binary) from the storage device in file system format into target location |
