diff options
| author | Tom Rini <[email protected]> | 2025-09-27 08:05:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-27 08:05:53 -0600 |
| commit | 07b7259b8b668e49d413f6ace3d1fe098a67c5fa (patch) | |
| tree | 7d5e2ccd2fa182842fd6eb0f3beadf4ca7d425a7 /doc/develop/driver-model | |
| parent | 9b45d574af1b64fcd997f08fe702a2d0ecfccbe4 (diff) | |
| parent | a0fe8cedcbe8c76403a77e57eac228b8f778a3ae (diff) | |
Merge tag 'efi-2025-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-10-rc6
CI:
* https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/27745
Docs:
* Correct encodings for spl memory layout diagrams
* Suggest usage of KDOC_WERROR when building documentation
* Replace references to README.fdt-control
* Clarify precedence of environment locations
* Add documentation for the TI am335x_evm board
* Remove README.commands.itest
* Add a note about asking for feedback in the development process
UEFI:
* Cleanup UEFI Variables Kconfig menu
Diffstat (limited to 'doc/develop/driver-model')
| -rw-r--r-- | doc/develop/driver-model/ethernet.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/driver-model/ethernet.rst b/doc/develop/driver-model/ethernet.rst index 73c3a728dbf..2e1df744d4a 100644 --- a/doc/develop/driver-model/ethernet.rst +++ b/doc/develop/driver-model/ethernet.rst @@ -8,7 +8,7 @@ own ethernet device driver. Here we will describe a new pseudo 'APE' driver. Most existing drivers do already - and new network driver MUST - use the U-Boot core driver model. Generic information about this can be found in -doc/driver-model/design.rst, this document will thus focus on the network +:doc:`/develop/driver-model/design`, this document will thus focus on the network specific code parts. Some drivers are still using the old Ethernet interface, differences between the two and hints about porting will be handled at the end. |
