diff options
| author | Tom Rini <[email protected]> | 2024-10-31 08:33:24 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-31 08:33:24 -0600 |
| commit | d4c8b8750b564ee83303160414607e17b6873fe2 (patch) | |
| tree | 39965f9fb950418d2d1cd08937690e632e14fa50 /doc | |
| parent | 89bdd752b91764b65c713c47e87628b5680fb18f (diff) | |
| parent | 7596d77bc1b6be838e38af3fb4e73dbd0a0a078e (diff) | |
Merge tag 'efi-2025-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-01-rc2
Documentation:
* include semihosting and K3 boards only once in table of contents
* include file-system API into HTML docs
* describe struct ext2_inode
* update Python requirements
UEFI:
* mark local functions static
* simplify efi_free_pages()
* pass correct end address value to efi_dp_from_mem()
* fix typos in HII test and eficonfig command
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api/fs.rst | 7 | ||||
| -rw-r--r-- | doc/api/index.rst | 1 | ||||
| -rw-r--r-- | doc/board/emulation/index.rst | 5 | ||||
| -rw-r--r-- | doc/board/ti/k3.rst | 11 | ||||
| -rw-r--r-- | doc/sphinx/requirements.txt | 33 |
5 files changed, 36 insertions, 21 deletions
diff --git a/doc/api/fs.rst b/doc/api/fs.rst new file mode 100644 index 00000000000..38c8b0dea30 --- /dev/null +++ b/doc/api/fs.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0-or-later + +File system API +=============== + +.. kernel-doc:: include/fs.h + :internal: diff --git a/doc/api/index.rst b/doc/api/index.rst index 9f7f23f868f..a108718ea99 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -12,6 +12,7 @@ U-Boot API documentation dm efi event + fs getopt interrupt led diff --git a/doc/board/emulation/index.rst b/doc/board/emulation/index.rst index 0419d724150..f8908166276 100644 --- a/doc/board/emulation/index.rst +++ b/doc/board/emulation/index.rst @@ -8,7 +8,6 @@ Emulation acpi blkdev - ../../usage/semihosting qemu-arm qemu-mips qemu-ppce500 @@ -16,3 +15,7 @@ Emulation qemu-sbsa qemu-x86 qemu-xtensa + +Also see + +* :doc:`../../usage/semihosting` diff --git a/doc/board/ti/k3.rst b/doc/board/ti/k3.rst index c3513f0aee2..5d01f487622 100644 --- a/doc/board/ti/k3.rst +++ b/doc/board/ti/k3.rst @@ -32,19 +32,22 @@ K3 Based SoCs am62ax_sk am62x_sk - ../beagle/am62x_beagleplay - ../phytec/phycore-am62x - ../toradex/verdin-am62 am62px_sk am64x_evm am65x_evm j7200_evm - ../beagle/j721e_beagleboneai64 j721e_evm j721s2_evm j722s_evm j784s4_evm +K3 SoC based boards in other sections + +* :doc:`../beagle/am62x_beagleplay` +* :doc:`../beagle/j721e_beagleboneai64` +* :doc:`../phytec/phycore-am62x` +* :doc:`../toradex/verdin-am62` + Boot Flow Overview ------------------ diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 40dde599916..13e0327c0f6 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -1,25 +1,26 @@ -alabaster==0.7.16 -Babel==2.15.0 -certifi==2024.7.4 -charset-normalizer==3.3.2 -docutils==0.20.1 -idna==3.7 +alabaster==1.0.0 +babel==2.16.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +docutils==0.21.2 +idna==3.10 imagesize==1.4.1 Jinja2==3.1.4 -MarkupSafe==2.1.5 +MarkupSafe==3.0.2 packaging==24.1 +pip==24.2 Pygments==2.18.0 requests==2.32.3 six==1.16.0 snowballstemmer==2.2.0 -Sphinx==7.3.7 -sphinx-prompt==1.8.0 -sphinx-rtd-theme==2.0.0 -sphinxcontrib-applehelp==1.0.8 -sphinxcontrib-devhelp==1.0.6 -sphinxcontrib-htmlhelp==2.0.5 +Sphinx==8.1.3 +sphinx-prompt==1.9.0 +sphinx-rtd-theme==3.0.1 +sphinxcontrib-applehelp==2.0.0 +sphinxcontrib-devhelp==2.0.0 +sphinxcontrib-htmlhelp==2.1.0 sphinxcontrib-jquery==4.1 sphinxcontrib-jsmath==1.0.1 -sphinxcontrib-qthelp==1.0.7 -sphinxcontrib-serializinghtml==1.1.10 -urllib3==2.2.2 +sphinxcontrib-qthelp==2.0.0 +sphinxcontrib-serializinghtml==2.0.0 +urllib3==2.2.3 |
