diff options
| author | Tom Rini <[email protected]> | 2023-08-27 11:04:02 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-27 11:04:02 -0400 |
| commit | 6a1d3f64c201ed3f6df819cfcf08154b6ec1c02e (patch) | |
| tree | 566da16c29bc65dabc09afeea06c9840bbb37a90 /doc/sphinx | |
| parent | e508b930021168c788f14977fc101ccc1151b3c8 (diff) | |
| parent | cc889bd0754e50a3cd50e8ed3094388480fbec86 (diff) | |
Merge tag 'efi-2023-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2023-10-rc4
Documentation:
* describe TPL/VPL/SPL boot
* Add support for sphinx-prompt and convert TI K3 to use it
* board: sdm845: Explicitly add boot.img flashing command
EFI:
* remove handle from events when deleting it
Others:
* fix gpt sub-commands setenv and enumerate
* add a parameter check in hash_calculate()
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 4f411f78d03..6ccbe527ee7 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -15,6 +15,7 @@ requests==2.31.0 six==1.16.0 snowballstemmer==2.2.0 Sphinx==3.4.3 +sphinx-prompt==1.5.0 sphinx-rtd-theme==1.0.0 sphinxcontrib-applehelp==1.0.2 sphinxcontrib-devhelp==1.0.2 |
