diff options
| author | Tom Rini <[email protected]> | 2023-09-02 09:08:54 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-02 09:08:54 -0400 |
| commit | 8999257f219d1e371c2fd66f255b8782897944d9 (patch) | |
| tree | 9e49ed5e8b397b24b8dc0e343e798139538464ca /doc/api | |
| parent | 0fe0395922d859730eb7ddfcff6ed8d3ac4b2937 (diff) | |
| parent | 44c5d7764bf458ef0a8093ddf3422dfebbf7b00c (diff) | |
Merge tag 'doc-2023-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2023-10-rc4-2
* Man-page for gpt command
* Fix long text help of gpt command
* Add events to HTML documentation
* Update Toradex documentation
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/event.rst | 9 | ||||
| -rw-r--r-- | doc/api/index.rst | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/event.rst b/doc/api/event.rst new file mode 100644 index 00000000000..8a57d438322 --- /dev/null +++ b/doc/api/event.rst @@ -0,0 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Events +====== + +The concept of events is decribed :doc:`here <../develop/event>`. + +.. kernel-doc:: include/event.h + :internal: diff --git a/doc/api/index.rst b/doc/api/index.rst index 3a80ae0635a..2f0218c47a3 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -10,6 +10,7 @@ U-Boot API documentation dfu dm efi + event getopt linker_lists lmb |
