diff options
| author | Tom Rini <[email protected]> | 2022-01-15 07:39:09 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-15 07:39:09 -0500 |
| commit | d71dbe657c3c22f50ecb3df133e5cdd884daae7d (patch) | |
| tree | a7c4e1c7c88dfc3a06e5cea82570c7214988c6cc /doc/api | |
| parent | 0962da92a1dfb210eef8c936e33862812fa1b208 (diff) | |
| parent | 6b3873c5eaf6486db086df51d4cd61a933668f7b (diff) | |
Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-04-rc1
Documentation:
* Fix building HTML documentation of readthedocs.io
* Add ARM Juno board documentation
* Build requirements for Alpine Linux
* Include DM headers in API documentation
UEFI:
* Fix section alignment of EFI binaries
* Fix header length of RISC-V EFI binaries allowing to run them on EDK II
* Remove kaslr-seed from device tree if the EFI_RNG_PROTOCOL is provided
Other:
* Let 'part list' show all 128 GPT partitions
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/dm.rst | 29 | ||||
| -rw-r--r-- | doc/api/index.rst | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/doc/api/dm.rst b/doc/api/dm.rst new file mode 100644 index 00000000000..df605dae9d6 --- /dev/null +++ b/doc/api/dm.rst @@ -0,0 +1,29 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Driver Model +============ + +Uclass and Driver +----------------- + +.. kernel-doc:: include/dm/uclass.h +.. kernel-doc:: include/dm/root.h +.. kernel-doc:: include/dm/lists.h +.. kernel-doc:: include/dm/platdata.h + +Device +------ + +.. kernel-doc:: include/dm/device.h +.. kernel-doc:: include/dm/devres.h +.. kernel-doc:: include/dm/read.h + +Device tree +----------- + +.. kernel-doc:: include/dm/of.h +.. kernel-doc:: include/dm/ofnode.h +.. kernel-doc:: include/dm/of_extra.h +.. kernel-doc:: include/dm/of_access.h +.. kernel-doc:: include/dm/of_addr.h +.. kernel-doc:: include/dm/fdtaddr.h diff --git a/doc/api/index.rst b/doc/api/index.rst index 806c7385a62..3f361741677 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -7,6 +7,7 @@ U-Boot API documentation :maxdepth: 2 dfu + dm efi getopt linker_lists |
