diff options
| author | Tom Rini <[email protected]> | 2021-10-22 08:56:45 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-22 12:43:30 -0400 |
| commit | f055f2e5a2038002519e5b9affbf259345f4ade9 (patch) | |
| tree | 2388e5ea59e1e246d8f51b680d04861178f9608f /doc/api | |
| parent | 06685f9de2c1ae37cd015848d245f8a59cbc93dc (diff) | |
| parent | af484011f12e2aa37bcf4f9cbb4258dea4ef14ac (diff) | |
Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-01-rc1
Documentation:
Use Sphinx 3.43.
Move system reset documentation to HTML
UEFI:
Fix linking EFI apps with LLVM
Fix alignment of loaded image
Correct simple network protocol test
Code cleanup
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/index.rst | 1 | ||||
| -rw-r--r-- | doc/api/sysreset.rst | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index ea02aa57157..281d1dca96c 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -15,5 +15,6 @@ U-Boot API documentation rng sandbox serial + sysreset timer unicode diff --git a/doc/api/sysreset.rst b/doc/api/sysreset.rst new file mode 100644 index 00000000000..a51b06c3870 --- /dev/null +++ b/doc/api/sysreset.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +System reset +============ + +.. kernel-doc:: include/sysreset.h + :internal: |
