diff options
| author | Tom Rini <[email protected]> | 2022-10-07 11:51:05 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-07 11:51:05 -0400 |
| commit | 11ef7f07ce60b60fb78c330b3ae35fd1037e50c1 (patch) | |
| tree | fbbc12ec51fc3651d5fce002ebf38c76621dac8e /doc/develop | |
| parent | f5717231abad983b4d8f87db612ae60dec86cb1b (diff) | |
| parent | a75e8355eaa561ebd6128c92a90288d5d7c1f060 (diff) | |
Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-01-rc1
UEFI:
* Provide driver binding protocol to registered events for block devices
* Code simplification and refactoring
* Fix pylint errors in test_efi_secboot
Other:
* Improve checks for register ranges
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/package/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/package/index.rst b/doc/develop/package/index.rst index 9374be2e62c..4f448313f95 100644 --- a/doc/develop/package/index.rst +++ b/doc/develop/package/index.rst @@ -4,7 +4,7 @@ Package U-Boot ============== U-Boot uses Flat Image Tree (FIT) as a standard file format for packaging -images that it it reads and boots. Documentation about FIT is available at +images that it reads and boots. Documentation about FIT is available at doc/uImage.FIT U-Boot also provides binman for cases not covered by FIT. Examples include |
