- Nov 07, 2022
-
-
Simon Glass authored
Document the 'host' command and also the internals of how it is implemented. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Before adding more options, document this command. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Oct 31, 2022
-
-
Add a command to read the metadata as specified in the FWU specification and print the fields of the metadata. Signed-off-by:
Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by:
Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by:
Etienne Carriere <etienne.carriere@linaro.org>
-
- Oct 30, 2022
-
-
Add a new 'font' command which allows the fonts to be listed as well as selecting a different font and size. Allow the test to run on sandbox, where multiple font/size combinations are supported, as well as sandbox_flattree, where they are not. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Oct 11, 2022
-
-
Add documentation for the temperature command. Signed-off-by:
Robert Marko <robert.marko@sartura.hr> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Add xxd command to print file content as hexdump to standard out Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Roger Knecht <rknecht@pm.me>
-
Add cat command to print file content to standard out Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Roger Knecht <rknecht@pm.me>
-
- Oct 10, 2022
-
-
Heinrich Schuchardt authored
Provide a man-page for the cls command. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Sep 14, 2022
-
-
Add documentation for eficonfig command. Signed-off-by:
Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by:
Ilias Apalodimas <ilias.apalodimas@linaro.org>
-
- Sep 13, 2022
-
-
Add documentation for the cyclic function infrastructure, including the cyclic command. Signed-off-by:
Stefan Roese <sr@denx.de> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Sep 09, 2022
-
-
Heinrich Schuchardt authored
Provide a man-page for the tftpput command. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Sep 02, 2022
-
-
This command is being introduced with the goal of allowing user-friendly "generic use case" U-Boot builds to pause until user input under some situations. The main use case would be when a boot failure happens, to pause until the user has had time to acknowledge the current state. Tested using: make && ./u-boot -v -T -c 'ut lib lib_test_hush_pause' Signed-off-by:
Samuel Dionne-Riel <samuel@dionne-riel.com> Cc: Simon Glass <sjg@chromium.org>
-
- Aug 13, 2022
-
-
Heinrich Schuchardt authored
Provide a man-page for the gpio command. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Aug 02, 2022
-
-
Add a usage document for the 'rng' u-boot command. Signed-off-by:
Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by:
Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Ilias Apalodimas <ilias.apalodimas@linaro.org>
-
- Jul 26, 2022
-
-
Simon Glass authored
Add some information about the 'fdt addr' subcommand, to get things started. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Jun 28, 2022
-
-
Simon Glass authored
Add a description and examples for the dm subcommands. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Jun 22, 2022
-
-
cp.b is used a lot as a way to load binaries to memory and execute them, however we may need to integrate this with the efi subsystem to set it up as a bootdev. So, introduce a loadm command that will be consistent with the other loadX commands and will call the efi API's. ex: loadm $kernel_addr $kernel_addr_r $kernel_size with this a kernel with CONFIG_EFI_STUB enabled will be loaded and then subsequently booted with bootefi command. Signed-off-by:
Rui Miguel Silva <rui.silva@linaro.org> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
- Jun 19, 2022
-
-
Heinrich Schuchardt authored
Privide a man-page for the printenv command. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
Heinrich Schuchardt authored
Provide a man-page for the bootz command. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Apr 25, 2022
-
-
Add documentation for this feature, including the commands and full devicetree bindings. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Apr 15, 2022
-
-
Describe the env command. Signed-off-by:
Patrick Delaunay <patrick.delaunay@foss.st.com>
-
- Apr 01, 2022
-
-
This converts the semihosting readme to rST. I have tried to make only cosmetic changes, but I did fix up the first link (which was broken). Signed-off-by:
Sean Anderson <sean.anderson@seco.com>
-
- Mar 31, 2022
-
-
This converts the existing README.plan9 to reST, and puts it under the doc/usage/os directory. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
This converts the existing README.vxworks to reST, and puts it under the doc/usage/os directory. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
Currently all shell command docs are put in the doc/usage root. Let's group them into cmd/ sub-directory. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Mar 26, 2022
-
-
Heinrich Schuchardt authored
Describe the wdt command. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Mar 10, 2022
-
-
Add documentation for events, including the event command. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Feb 26, 2022
-
-
Heinrich Schuchardt authored
Man-page for fatload command. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Jan 25, 2022
-
-
Simon Glass authored
Add some documentation for this command. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Dec 21, 2021
-
-
doc/usage/index.rst in branch origin/next includes usage/environment twice. Remove the duplicate entry. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Nov 28, 2021
-
-
Simon Glass authored
This command is fairly complicated so documentation is useful. Unfortunately I an not sure how the MTD side of things works and cannot find information about that. Signed-off-by:
Simon Glass <sjg@chromium.org> Acked-by:
Pratyush Yadav <p.yadav@ti.com> Reviewed-by:
Jagan Teki <jagan@amarulasolutions.com> Acked-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- Nov 16, 2021
-
-
Make various updates suggested during review of the rST conversion. Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Marek Behún <marek.behun@nic.cz> Suggested-by:
Wolfgang Denk <wd@denx.de>
-
At present U-Boot environment variables, and thus scripts, are defined by CONFIG_EXTRA_ENV_SETTINGS. It is painful to add large amounts of text to this file and dealing with quoting and newlines is harder than it should be. It would be better if we could just type the script into a text file and have it included by U-Boot. Add a feature that brings in a .env file associated with the board config, if present. To use it, create a file in a board/<vendor> directory, typically called <board>.env and controlled by the CONFIG_ENV_SOURCE_FILE option. The environment variables should be of the form "var=value". Values can extend to multiple lines. See the README under 'Environment Variables:' for more information and an example. In many cases environment variables need access to the U-Boot CONFIG variables to select different options. Enable this so that the environment scripts can be as useful as the ones currently in the board config files. This uses the C preprocessor, means that comments can be included in the environment using /* ... */ Also support += to allow variables to be appended to. This is needed when using the preprocessor. Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Marek Behún <marek.behun@nic.cz> Tested-by:
Marek Behún <marek.behun@nic.cz>
-
- Aug 02, 2021
-
-
Take this part of the README and put it into rST format. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Jul 27, 2021
-
-
Add usage for the setexpr command. It has been added to describe mainly the new setexpr format string operation. Signed-off-by:
Roland Gaudig <roland.gaudig@weidmueller.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Jun 28, 2021
-
-
help file for using askenv cmd is created. It provides description on the command purpose, description of arguments, couple of examples (illustrating command usage), configuration parameter and possible return values. Signed-off-by:
Adarsh Babu Kalepalli <opensource.kab@gmail.com> Add missing entry in doc/usage/index.rst. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- Jun 08, 2021
-
-
Provide a man-page for the ums command - USB Mass Storage. Signed-off-by:
Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
Provide a man-page for the pinmux command. Signed-off-by:
Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by:
Patrice Chotard <patrice.chotard@foss.st.com>
-
Reorder alphabetically the command in the index of usage in U-Boot documentation. Signed-off-by:
Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- May 18, 2021
-
-
Heinrich Schuchardt authored
'make htmldocs' results in a build warning checking consistency... doc/usage/extension.rst: WARNING: document isn't included in any toctree Add the document to the index. Fixes: 2f84e9cf ("cmd: add support for a new "extension" command") Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-