diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-26 14:15:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-26 14:15:14 -0400 |
commit | 76ad0246834e2c57974b3a472fdc7c5584964caa (patch) | |
tree | ef6420bf3394a1114afe8c40fd31c646d1376a57 /doc/develop | |
parent | 8284d6f838684cfa6e3303a447deb38027c5d7f0 (diff) | |
parent | 346cee3ac5782fefeaeda2b54914b029547adf52 (diff) |
Merge tag 'efi-2021-10-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-10-rc5
Documentation:
* add /config bindings to HTML documentation
UEFI
* Fix number_of_algorithms field in TCG EFI Protocol
Diffstat (limited to 'doc/develop')
-rw-r--r-- | doc/develop/config_binding.rst | 10 | ||||
-rw-r--r-- | doc/develop/index.rst | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/develop/config_binding.rst b/doc/develop/config_binding.rst new file mode 100644 index 0000000000..c90e99c7ba --- /dev/null +++ b/doc/develop/config_binding.rst @@ -0,0 +1,10 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +U-Boot configuration node +========================= + +U-Boot supports a number of runtime configuration options which can be selected +in the devicetree. + +These are documented in +:download:`The /config node <../../doc/device-tree-bindings/config.txt>`. diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 2a32645cfd..24056b10fd 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -12,6 +12,7 @@ Implementation bloblist ci_testing commands + config_binding devicetree/index driver-model/index global_data |