Documentation:

* add generated index to table of contents
 * create index entries for commands
 * update Python packages used to build the documentation
 * fix typos in dfu documentation
 
 UEFI:
 
 * split unrelated code from efi_bootmgr.c
 * rename CONFIG_BOOTEFI_BOOTMGR to CONFIG_EFI_BOOTMGR
 * net: tftp: remove explicit EFI configuration dependency
 * fs: remove explicit EFI configuration dependency
 
 Other:
 
 * Add Goldfish RTC driver and make it available on RISC-V QEMU
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEK7wKXt3/btL6/yA+hO4vgnE3U0sFAmWnit8ACgkQhO4vgnE3
 U0uI5hAAiIx3GO7KM/T+xLYZksCyPLKoQZ8zCHcfguuB4pHtv5JeyBO4xbuWGCq4
 0P3uDsrCBYJREd7MMRcuY0u7rQVTTMxlS59JvUuIaSJ4qYPEVS3ZsPnW7CrtT5ue
 P6E/anEZK3e2xzQk3YMdAuxquLt6C9xIzFX0mMIRsRkRlYYVEqTeAtwMF+DaJzOy
 5mO+6vbYEmuF+Oakt4OJkxjuJ2lbcNv1OxgmbgQehCtahtZyqC4/AGskq2BO4kEK
 vB4N+orJThYQ2iqkMQmRJHifnuoxLoVS63YLbuDapzR216JusiZbVwqlKZgsNSiq
 6fpHAC+l5Cam3KcCmQgmjEnyadXvdaHFvAP+a8ID4AX84F3zyrXKVBByiTB4M6ge
 NPC4c6uhq+A6L9TLiGQ171y6Z8cKQiJdMG48EdOJeUlfFc8kROjPOalNY4LREsnx
 I+Ma4SQY5MHBoqP9XQf3//5mLB4InElvEh8Up+r1i0QNuIuXjke3zEGIA/Zb0x1C
 HqZ5HQDJKineIJDMU78iJCzC3uP74ZwTixGzTtW1c5eDSHPNoW/FTxZYlpge8yk1
 LjmI+un5RS08dBMPWCGP9buDTMfnjQfbGYGT3In/yYbHOS/TE9REJdjFES1j4UpS
 c9IMc5m+wF2h+cU4eFtUHFm9Pfn2hZkMeInauMumfQS7stj1Qdk=
 =q+5u
 -----END PGP SIGNATURE-----

Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi

Documentation:

* add generated index to table of contents
* create index entries for commands
* update Python packages used to build the documentation
* fix typos in dfu documentation

UEFI:

* split unrelated code from efi_bootmgr.c
* rename CONFIG_BOOTEFI_BOOTMGR to CONFIG_EFI_BOOTMGR
* net: tftp: remove explicit EFI configuration dependency
* fs: remove explicit EFI configuration dependency

Other:

* Add Goldfish RTC driver and make it available on RISC-V QEMU
This commit is contained in:
Tom Rini 2024-01-17 09:27:23 -05:00
commit bdaa0b27b3
118 changed files with 1042 additions and 583 deletions

View File

@ -60,6 +60,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply NVME_PCI
imply PCIE_ECAM_GENERIC
imply DM_RNG
imply DM_RTC
imply RTC_GOLDFISH
imply SCSI
imply SYS_NS16550
imply SIFIVE_SERIAL

View File

@ -523,7 +523,7 @@ config BOOTMETH_EXTLINUX_PXE
config BOOTMETH_EFILOADER
bool "Bootdev support for EFI boot"
depends on BOOTEFI_BOOTMGR
depends on EFI_BINARY_EXEC
default y
help
Enables support for EFI boot using bootdevs. This makes the
@ -558,7 +558,7 @@ config BOOTMETH_DISTRO
select BOOTMETH_SCRIPT if CMDLINE # E.g. Armbian uses scripts
select BOOTMETH_EXTLINUX # E.g. Debian uses these
select BOOTMETH_EXTLINUX_PXE if CMD_PXE && CMD_NET && DM_ETH
select BOOTMETH_EFILOADER if BOOTEFI_BOOTMGR # E.g. Ubuntu uses this
select BOOTMETH_EFILOADER if EFI_BINARY_EXEC # E.g. Ubuntu uses this
config SPL_BOOTMETH_VBE
bool "Bootdev support for Verified Boot for Embedded (SPL)"

View File

@ -35,7 +35,7 @@ obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_SANDBOX) += bootmeth_sandbox.o
obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_SCRIPT) += bootmeth_script.o
obj-$(CONFIG_$(SPL_TPL_)CEDIT) += cedit.o
ifdef CONFIG_$(SPL_TPL_)BOOTSTD_FULL
obj-$(CONFIG_BOOTEFI_BOOTMGR) += bootmeth_efi_mgr.o
obj-$(CONFIG_EFI_BOOTMGR) += bootmeth_efi_mgr.o
obj-$(CONFIG_$(SPL_TPL_)EXPO) += bootflow_menu.o
obj-$(CONFIG_$(SPL_TPL_)BOOTSTD) += bootflow_menu.o
endif

View File

@ -294,7 +294,7 @@ config CMD_BOOTMETH
config BOOTM_EFI
bool "Support booting UEFI FIT images"
depends on BOOTEFI_BOOTMGR && CMD_BOOTM && FIT
depends on EFI_BINARY_EXEC && CMD_BOOTM && FIT
default y
help
Support booting UEFI FIT images via the bootm command.
@ -386,7 +386,7 @@ config CMD_BOOTEFI
if CMD_BOOTEFI
config CMD_BOOTEFI_BINARY
bool "Allow booting an EFI binary directly"
depends on BOOTEFI_BOOTMGR
depends on EFI_BINARY_EXEC
default y
help
Select this option to enable direct execution of binary at 'bootefi'.
@ -395,7 +395,7 @@ config CMD_BOOTEFI_BINARY
config CMD_BOOTEFI_BOOTMGR
bool "UEFI Boot Manager command"
depends on BOOTEFI_BOOTMGR
depends on EFI_BOOTMGR
default y
help
Select this option to enable the 'bootmgr' subcommand of 'bootefi'.
@ -416,7 +416,7 @@ config CMD_BOOTEFI_HELLO_COMPILE
config CMD_BOOTEFI_HELLO
bool "Allow booting a standard EFI hello world for testing"
depends on CMD_BOOTEFI_HELLO_COMPILE
depends on CMD_BOOTEFI_BINARY && CMD_BOOTEFI_HELLO_COMPILE
default y if CMD_BOOTEFI_SELFTEST
help
This adds a standard EFI hello world application to U-Boot so that
@ -2153,7 +2153,7 @@ config CMD_EFIDEBUG
config CMD_EFICONFIG
bool "eficonfig - provide menu-driven uefi variables maintenance interface"
default y if !HAS_BOARD_SIZE_LIMIT
depends on BOOTEFI_BOOTMGR
depends on EFI_BOOTMGR
select MENU
help
Enable the 'eficonfig' command which provides the menu-driven UEFI

View File

@ -1414,7 +1414,7 @@ static __maybe_unused int do_efi_test_bootmgr(struct cmd_tbl *cmdtp, int flag,
}
static struct cmd_tbl cmd_efidebug_test_sub[] = {
#ifdef CONFIG_BOOTEFI_BOOTMGR
#ifdef CONFIG_EFI_BOOTMGR
U_BOOT_CMD_MKENT(bootmgr, CONFIG_SYS_MAXARGS, 1, do_efi_test_bootmgr,
"", ""),
#endif
@ -1608,7 +1608,7 @@ U_BOOT_LONGHELP(efidebug,
" - show UEFI memory map\n"
"efidebug tables\n"
" - show UEFI configuration tables\n"
#ifdef CONFIG_BOOTEFI_BOOTMGR
#ifdef CONFIG_EFI_BOOTMGR
"efidebug test bootmgr\n"
" - run simple bootmgr for test\n"
#endif

View File

@ -228,7 +228,7 @@ highlight_language = 'none'
try:
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
extensions.append('sphinx_rtd_theme')
except ImportError:
sys.stderr.write('Warning: The Sphinx \'sphinx_rtd_theme\' HTML theme was not found. Make sure you have the theme installed to produce pretty HTML output. Falling back to the default theme.\n')

4
doc/genindex.rst Normal file
View File

@ -0,0 +1,4 @@
.. SPDX-License-Identifier: GPL-2.0-or-later
Index
=====

View File

@ -99,4 +99,7 @@ Chromium OS-specific doc
Indices and tables
==================
* :ref:`genindex`
.. toctree::
:maxdepth: 1
genindex

View File

@ -1,9 +1,41 @@
/* -*- coding: utf-8; mode: css -*-
*
* Sphinx HTML theme customization: read the doc
*
* Please don't add any color definition here, as the theme should
* work for both normal and dark modes.
*/
@import 'css/theme.css';
@import 'pygments.css';
/* Improve contrast and increase size for easier reading. */
body {
font-family: sans-serif;
font-size: 100%;
}
h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
font-family: sans-serif;
}
div[class^="highlight"] pre {
font-family: monospace;
font-size: 100%;
}
.wy-menu-vertical {
font-family: sans-serif;
}
.c {
font-style: normal;
}
p {
font-size: 100%;
}
/* Interim: Code-blocks with line nos - lines and line numbers don't line up.
* see: https://github.com/rtfd/sphinx_rtd_theme/issues/419
*/
@ -15,6 +47,16 @@ div[class^="highlight"] pre {
line-height: normal;
}
/* Keep fields from being strangely far apart due to inheirited table CSS. */
.rst-content table.field-list th.field-name {
padding-top: 1px;
padding-bottom: 1px;
}
.rst-content table.field-list td.field-body {
padding-top: 1px;
padding-bottom: 1px;
}
@media screen {
/* content column
@ -56,13 +98,10 @@ div[class^="highlight"] pre {
/* Menu selection and keystrokes */
span.menuselection {
color: blue;
font-family: "Courier New", Courier, monospace
}
code.kbd, code.kbd span {
color: white;
background-color: darkblue;
font-weight: bold;
font-family: "Courier New", Courier, monospace
}

View File

@ -138,7 +138,7 @@ class KernelDocDirective(Directive):
lineoffset = int(match.group(1)) - 1
# we must eat our comments since the upset the markup
else:
doc = env.srcdir + "/" + env.docname + ":" + str(self.lineno)
doc = str(env.srcdir) + "/" + env.docname + ":" + str(self.lineno)
result.append(line, doc + ": " + filename, lineoffset)
lineoffset += 1

View File

@ -266,7 +266,7 @@ def convert_image(img_node, translator, src_fname=None):
if dst_fname:
# the builder needs not to copy one more time, so pop it if exists.
translator.builder.images.pop(img_node['uri'], None)
_name = dst_fname[len(translator.builder.outdir) + 1:]
_name = dst_fname[len(str(translator.builder.outdir)) + 1:]
if isNewer(dst_fname, src_fname):
kernellog.verbose(app,

View File

@ -1,26 +1,25 @@
alabaster==0.7.12
Babel==2.9.1
certifi==2023.07.22
charset-normalizer==2.0.12
docutils==0.16
idna==3.3
imagesize==1.3.0
Jinja2==3.0.3
MarkupSafe==2.1.1
packaging==21.3
Pygments==2.15.1
pyparsing==3.0.7
pytz==2023.3
alabaster==0.7.16
Babel==2.14.0
certifi==2023.11.17
charset-normalizer==3.3.2
docutils==0.20.1
idna==3.6
imagesize==1.4.1
Jinja2==3.1.3
MarkupSafe==2.1.3
packaging==23.2
Pygments==2.17.2
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
sphinxcontrib-htmlhelp==2.0.0
Sphinx==7.2.6
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
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==2.0.7
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
urllib3==2.1.0

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: acpi (command)
acpi command
============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: addrmap (command)
addrmap command
===============

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2022-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
.. index::
single: armffa (command)
armffa command
==============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: askenv (command)
askenv command
==============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: base (command)
base command
============

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2023, Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
.. index::
single: bdinfo (command)
bdinfo command
==============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: bind (command)
bind command
============

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2023, Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
.. index::
single: blkcache (command)
blkcache command
================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: bootd (command)
bootd command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: bootdev (command)
bootdev command
===============

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2020, Heinrich Schuchardt <xypron.glpk@gmx.de>
.. index::
single: bootefi (command)
bootefi command
===============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: bootflow (command)
bootflow command
================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: booti (command)
booti command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: bootm (command)
bootm command
=============

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. (C) Copyright 2011-2012 Pali Rohár <pali@kernel.org>
.. index::
single: bootmenu (command)
bootmenu command
================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: bootmeth (command)
bootmeth command
================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: bootz (command)
bootz command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: button (command)
button command
==============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: cat (command)
cat command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: cedit (command)
cedit command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: cli (command)
cli command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: cls (command)
cls command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: cmp (command)
cmp command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: coninfo (command)
coninfo command
===============

View File

@ -1,3 +1,6 @@
.. index::
single: conitrace (command)
conitrace command
=================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: cp (command)
cp command
==========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: cyclic (command)
cyclic command
==============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: dm (command)
dm command
==========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: ebtupdate (command)
ebtupdate command
=================

View File

@ -1,3 +1,6 @@
.. index::
single: echo (command)
echo command
============

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2020, Heinrich Schuchardt <xypron.glpk@gmx.de>
.. index::
single: efi (command)
efi command
===========

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. (C) Copyright 2022, Masahisa Kojima <masahisa.kojima@linaro.org>
.. index::
single: eficonfig (command)
eficonfig command
=================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0-or-later:
.. index::
single: env (command)
env command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: event (command)
event command
=============

View File

@ -1,3 +1,6 @@
.. index::
single: exception (command)
exception command
=================

View File

@ -1,3 +1,6 @@
.. index::
single: exit (command)
exit command
============

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2021, Kory Maincent <kory.maincent@bootlin.com>
.. index::
single: extension (command)
extension command
=================

View File

@ -1,3 +1,6 @@
.. index::
single: false (command)
false command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: fatinfo (command)
fatinfo command
===============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: fatload (command)
fatload command
===============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: fdt (command)
fdt command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: font (command)
font command
============

View File

@ -1,3 +1,6 @@
.. index::
single: for (command)
for command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: fwu_mdata_read (command)
fwu_mdata_read command
======================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: gpio (command)
gpio command
============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: gpt (command)
gpt command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: history (command)
history command
===============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: host (command)
host command
============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: imxtract (command)
imxtract command
================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: load (command)
load command
============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: loadb (command)
loadb command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: loadm (command)
loadm command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: loads (command)
loads command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: loadx (command)
loadx command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: loady (command)
loady command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: mbr (command)
mbr command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: md (command)
md command
==========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: mmc (command)
mmc command
===========

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2022, Heinrich Schuchardt <xypron.glpk@gmx.de>
.. index::
single: mtest (command)
mtest command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: mtrr (command)
mtrr command
============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: panic (command)
panic command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: part (command)
part command
============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0-or-later:
.. index::
single: pause (command)
pause command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: pinmux (command)
pinmux command
==============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: printenv (command)
printenv command
================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: pstore (command)
pstore command
==============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: qfw (command)
qfw command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: reset (command)
reset command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: rng (command)
rng command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: saves (command)
saves command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: sbi (command)
sbi command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: scmi (command)
scmi command
============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: scp03 (command)
scp03 command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: seama (command)
seama command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: setexpr (command)
setexpr command
===============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: sf (command)
sf command
==========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: size (command)
size command
============

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2023, Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
.. index::
single: sleep (command)
sleep command
=============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: sm (command)
sm command
==========

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2022, Heinrich Schuchardt <xypron.glpk@gmx.de>
.. index::
single: sound (command)
sound command
=============

View File

@ -1,6 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright 2022, Heinrich Schuchardt <xypron.glpk@gmx.de>
.. index::
single: source (command)
source command
==============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0-or-later
.. index::
single: temperature (command)
temperature command
===================

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: tftpput (command)
tftpput command
===============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: trace (command)
trace command
=============

View File

@ -1,3 +1,6 @@
.. index::
single: true (command)
true command
============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+
.. index::
single: ums (command)
ums command
===========

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: unbind (command)
unbind command
==============

View File

@ -1,5 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0+:
.. index::
single: ut (command)
ut command
==========

Some files were not shown because too many files have changed in this diff Show More