diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-13 07:37:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-13 07:37:48 -0400 |
commit | 20d4c6052fe5826b3421e86b2f0e76a6c22581a7 (patch) | |
tree | b11d7fc88bcabb8aac89bda03e30c1af40eab613 /doc/develop/codingstyle.rst | |
parent | 8f9eee8275cf475f6d9435e85aa2d04b61b3cd75 (diff) | |
parent | 046d7a0bb1b383fe14bfe950b91ce2e20f835bd4 (diff) |
Merge tag 'efi-2022-10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-10-rc3
Documentation:
* Add HTML documentation for patman
* Improve binman documentation
* Man-page for gpio
UEFI:
* move udevice pointer into struct efi_object
* fix efi_convert_device_path_to_text()
Other:
* fs/erofs: silence messages from erofs_probe()
Diffstat (limited to 'doc/develop/codingstyle.rst')
-rw-r--r-- | doc/develop/codingstyle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/codingstyle.rst b/doc/develop/codingstyle.rst index a6bc37bbb44..1d5d0192b3e 100644 --- a/doc/develop/codingstyle.rst +++ b/doc/develop/codingstyle.rst @@ -248,5 +248,5 @@ will be much faster (10-100x or more) if they can directly call run_command() and ut_check_console_line() instead of using Python to send commands over a pipe to U-Boot. -Tests run all supported CI systems (gitlab, travis, azure) using scripts in the -root of the U-Boot tree. +Tests run all supported CI systems (GitLab, Azure) using scripts in the root of +the U-Boot tree. |