u-boot/doc/usage/cmd
Tom Rini e13e0a921f Pull request efi-next-20250105
Documentation:
 
 * doc: develop: Fix typos and wording in binman/binman.rst
 * doc: develop: Fix typos and wording in gdb.rst
 * doc: sandbox: Fix the "sb" command name
 * doc/develop/distro.rst: Better document upstream definition of extlinux.conf
 
 UEFI:
 
 * efi_loader: avoid writing message in Exit() boot service
 * efi_loader: update EFI specification version
 * cmd: efidebug: update output of memory attributes
 * efi_loader: Don't warn if the TCG2 FinalEvents table is not installed
 * cmd: bootmenu: add parameter -e for UEFI boot options
 * efi_loader: Update startimage_exit self-test to check error
 * efi: Correct ECPT table GUID
 
 Others:
 
 Building the API demo application for riscv64 is supported.
 
 * API: unify platform_sys_info() implementations
 * examples: implement _start and syscall for RISC-V
 * examples: use architecture specific memset() on RISC-V
 * examples: use QEMU compatible LOAD_ADDR on RISC-V
 * test: fix test_extension.py
 * configs: sandbox_deconfig: remove CONFIG_AMIGA_PARTITION
 * CI: xilinx_versal_virt: disable USB_DWC3
 * net: eth_bootdev_hunt() should not run DHCP
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEK7wKXt3/btL6/yA+hO4vgnE3U0sFAmd56tIACgkQhO4vgnE3
 U0tmHBAAtKseQL9wygl4YsjzzqkKhP5MFmv9ozPNkZAC9c5BPwg/xTnR6yibZNo5
 v7F0oBrS3H1WcDzgSqvmoCS89PErmXipz/mA4i4l6FA8RhD9tZ7+KeVjZiDAXC0p
 WKLlkdkKnV9TTcMYBKW3/neEEbVH8A/z8VJw7qDD3gjMdRIeug4HtMWoTPOyDtWr
 TxjuyBQLbApU/prs6lWwpcORBSyiNuzzQbqcvNgILqOVq8z5uD2yMUTdLHwzyhM+
 eAnp0BgOQYd1oL80M3LvLtRhB8ZPx8LxkijBQ1KFLYHiEz2n2kSVNaHwqiAp+Yyd
 IQuQeM/GLf3HYl0pwDQhzi3kEvjqpEO7Vn6pgR24KVOeylQI59dLKtqzogtp+3qE
 7w4ge4JwPTTNAN67HEQaxWTB8xRAEQMHjDcC8cOHRZjQdQIvlpNR0cwish3GxVXX
 3eNDOgdfUc34985mFSunZErsIirSGXEctN5ONtOIqv/VPfe7mugJYEQx4IDL06wk
 4I1c6gHlxTmsGDWs+JkLfRuWZdw5A0659aqWQPyHRAXNhasUH+i+PAkEyi4WaYkT
 KBjwyzMO5MDSM6BKaMT4ZvVDRcnRLZLEeX24Y2p70DVPYLg4tEtpcMYY05PzWJ7m
 2fUw7G1EMN598dAhLtN+2pbm1GHpchE1mAwR+v9m6O6o/NWxZ3s=
 =OC/0
 -----END PGP SIGNATURE-----

Merge tag 'efi-next-20250105' of https://source.denx.de/u-boot/custodians/u-boot-efi

Pull request efi-next-20250105

Documentation:

* doc: develop: Fix typos and wording in binman/binman.rst
* doc: develop: Fix typos and wording in gdb.rst
* doc: sandbox: Fix the "sb" command name
* doc/develop/distro.rst: Better document upstream definition of extlinux.conf

UEFI:

* efi_loader: avoid writing message in Exit() boot service
* efi_loader: update EFI specification version
* cmd: efidebug: update output of memory attributes
* efi_loader: Don't warn if the TCG2 FinalEvents table is not installed
* cmd: bootmenu: add parameter -e for UEFI boot options
* efi_loader: Update startimage_exit self-test to check error
* efi: Correct ECPT table GUID

Others:

Building the API demo application for riscv64 is supported.

* API: unify platform_sys_info() implementations
* examples: implement _start and syscall for RISC-V
* examples: use architecture specific memset() on RISC-V
* examples: use QEMU compatible LOAD_ADDR on RISC-V
* test: fix test_extension.py
* configs: sandbox_deconfig: remove CONFIG_AMIGA_PARTITION
* CI: xilinx_versal_virt: disable USB_DWC3
* net: eth_bootdev_hunt() should not run DHCP
2025-01-08 18:05:51 -06:00
..
acpi.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
addrmap.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
armffa.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
askenv.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
base.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
bdinfo.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
bind.rst cmd: bind: Use device sequence instead for driver bind/unbind 2024-08-27 14:30:14 -06:00
blkcache.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
bootd.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
bootdev.rst doc: Move bootstd into its own directory 2024-07-19 13:53:05 +02:00
bootefi.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
bootelf.rst doc: add bootelf command documentation 2024-07-14 09:56:24 +02:00
bootflow.rst doc: Move bootstd into its own directory 2024-07-19 13:53:05 +02:00
booti.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
bootm.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
bootmenu.rst cmd: bootmenu: add parameter -e for UEFI boot options 2025-01-05 02:30:48 +01:00
bootmeth.rst bootstd: Add command to enable setting of bootmeth specific properties 2024-10-15 10:24:27 -06:00
bootz.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
button.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
cat.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
cbcmos.rst x86: coreboot: Allow building an expo for editing CMOS config 2024-11-03 21:27:12 -06:00
cbsysinfo.rst x86: coreboot: Show the option table 2024-11-03 21:27:12 -06:00
cedit.rst x86: coreboot: Allow building an expo for editing CMOS config 2024-11-03 21:27:12 -06:00
cli.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
cls.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
cmp.rst Documentation: 2024-01-17 09:27:23 -05:00
coninfo.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
conitrace.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
cp.rst Documentation: 2024-01-17 09:27:23 -05:00
cpu.rst doc: cmd: add documentation for cpu command 2024-08-02 15:16:51 -03:00
cpuid.rst x86: Add a cpuid command 2024-10-18 14:10:21 -06:00
cyclic.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
dm.rst dm: core: Show device sequence instead in dm_dump_tree() 2024-08-27 14:30:02 -06:00
ebtupdate.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
echo.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
efi.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
eficonfig.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
env.rst env: remove vars that are not in default env 2024-08-15 11:50:47 -06:00
event.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
exception.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
exit.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
extension.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
false.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
fatinfo.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
fatload.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
fdt.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
font.rst video: Allow querying the font size 2024-10-18 14:10:21 -06:00
for.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
fwu_mdata.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
gpio.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
gpt.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
history.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
host.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
if.rst doc: add reference to itest in if man-page 2024-03-27 09:30:07 +01:00
imxtract.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
itest.rst doc: fix heading level of itest examples 2024-07-14 09:56:24 +02:00
load.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
loadb.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
loadm.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
loads.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
loadx.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
loady.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
mbr.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
md.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
meminfo.rst cmd: Update the meminfo command to show the memory map 2024-10-25 14:22:24 -06:00
mmc.rst cmd: mmc: Allow using partition name in mmc erase command 2024-09-16 16:45:55 -06:00
msr.rst x86: Add msr command 2024-10-18 14:10:21 -06:00
mtest.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
mtrr.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
optee.rst doc: man-page for optee commands 2025-01-02 11:07:54 -06:00
panic.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
part.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
pause.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
pinmux.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
printenv.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
pstore.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
pwm.rst doc: document the pwm command 2024-08-24 11:35:55 +02:00
qfw.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
read.rst doc: document read/write commands 2023-03-17 16:10:42 -04:00
reset.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
rng.rst cmd/rng: fix long help text 2024-12-24 17:02:23 +01:00
saves.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
sb.rst doc: sandbox: Fix the "sb" command name 2025-01-05 02:30:48 +01:00
sbi.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
scmi.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
scp03.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
seama.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
setexpr.rst cmd: setexpr: fix no matching string in gsub return empty value 2024-03-02 12:26:19 -05:00
sf.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
size.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
sleep.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
sm.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
smbios.rst doc: man-page for smbios command 2024-01-26 14:15:08 +01:00
sound.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
source.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
tcpm.rst usb: tcpm: add core framework 2024-10-17 03:12:47 +02:00
temperature.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
tftpput.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
trace.rst doc: typo Synopis 2024-03-21 07:29:19 +01:00
true.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
ums.rst doc: usage: cmd: ums: fix dependencies 2024-09-21 11:22:42 +02:00
unbind.rst cmd: bind: Use device sequence instead for driver bind/unbind 2024-08-27 14:30:14 -06:00
upl.rst upl: Add initial documentation 2024-08-09 16:03:20 -06:00
ut.rst test: Rename unit-test flags 2024-08-26 18:51:48 -06:00
wdt.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
wget.rst doc: cmd: wget: document lwIP syntax 2024-11-23 23:33:48 +01:00
write.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00
xxd.rst doc: create index entries for commands 2024-01-17 08:40:19 +01:00