From: Heinrich Schuchardt Date: Sat, 3 May 2025 10:14:24 +0000 (+0200) Subject: doc: describe u-boot-test-release X-Git-Tag: v2025.07-rc2~3^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de56e5c9ebe65c1888c3b6f711223cf3a1e1038f;p=pandora-u-boot.git doc: describe u-boot-test-release The scripts u-boot-test-release is called at the end of testing. Describe it. Reviewed-by: Mattijs Korpershoek Reviewed-by: Simon Glass Signed-off-by: Heinrich Schuchardt --- diff --git a/doc/develop/py_testing.rst b/doc/develop/py_testing.rst index 5ad7f576ccd..deea048f771 100644 --- a/doc/develop/py_testing.rst +++ b/doc/develop/py_testing.rst @@ -389,6 +389,13 @@ to download the U-Boot binary directly into RAM and execute it. This would avoid the need for `u-boot-test-flash` to actually write U-Boot to flash, thus saving wear on the flash chip(s). +u-boot-test-release +''''''''''''''''''' + +When all tests for the board have been executed, this script is called. + +The board can be switched off now. + Examples ''''''''