diff options
| author | Tom Rini <[email protected]> | 2021-11-20 09:36:37 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-20 09:36:37 -0500 |
| commit | 2ad8d0cb950da2233a2ec030533f4e54c6d04126 (patch) | |
| tree | a4505235689e4fb85770a72a6f57c249a5832a0c /doc/api | |
| parent | 454a97485a1854d4ac4f3b7d408caf3b355beca0 (diff) | |
| parent | d6b55a420cfce660343cc1f60e68fcad0157925a (diff) | |
Merge branch 'efi-2022-01' of https://source.denx.de/u-boot/custodians/u-boot-efi
Scripts:
* Update spelling.txt
LMB:
* remove extern keyword in lmb.h
* drop unused lmb_size_bytes()
Test:
* test truncation in snprintf()
Documentation:
* add include/lmb.h to HTML documentation
UEFI:
* reduce non-debug logging output for measured boot
* fix use after free in measured boot
* startup the tpm device when installing the protocol
* implement EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICES
* record capsule result only if capsule is read
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/index.rst | 1 | ||||
| -rw-r--r-- | doc/api/lmb.rst | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index 281d1dca96c..806c7385a62 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -10,6 +10,7 @@ U-Boot API documentation efi getopt linker_lists + lmb logging pinctrl rng diff --git a/doc/api/lmb.rst b/doc/api/lmb.rst new file mode 100644 index 00000000000..2095bfa1618 --- /dev/null +++ b/doc/api/lmb.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Logical memory blocks +===================== + +.. kernel-doc:: include/lmb.h + :internal: |
