diff options
| author | Tom Rini <[email protected]> | 2024-01-29 16:19:10 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-29 16:19:10 -0500 |
| commit | d5c0c990c3128401810514c66b41b386096d206e (patch) | |
| tree | 963bd9ee0a9b2a355960b3c9eeef84dc52e8e011 /doc/develop | |
| parent | 341e8a6c7c09112a872d19f855fefa671df40eb7 (diff) | |
| parent | 21489b4478a72d6c682f24dea80d5ac7790e2692 (diff) | |
Merge tag 'efi-2024-04-rc1-4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2024-04-rc1-4
Documentation:
* uefi: remove ".py" suffix for pytest.py command
* correct date in migration plan for CONFIG_DM
UEFI:
* fix conflicting SPDX license in RISC-V EFI linker scripts
* page align EFI binary section in RISC-V EFI binaries
* separate .data and .text sections of RISC-V EFI binaries
* use common function to get EFI configuration table
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/driver-model/migration.rst | 2 | ||||
| -rw-r--r-- | doc/develop/uefi/uefi.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst index 03fea943b29..b40a6af9d11 100644 --- a/doc/develop/driver-model/migration.rst +++ b/doc/develop/driver-model/migration.rst @@ -13,7 +13,7 @@ CONFIG_DM * Status: In progress * Deadline: 2020.01 -Starting with the 2010.01 release CONFIG_DM will be enabled for all boards. +Starting with the 2020.01 release CONFIG_DM will be enabled for all boards. This does not concern CONFIG_DM_SPL and CONFIG_DM_TPL. The conversion date for these configuration items still needs to be defined. diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index c739242b6a8..0389b269c01 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -193,7 +193,7 @@ on the sandbox .. code-block:: bash cd <U-Boot source directory> - pytest.py test/py/tests/test_efi_secboot/test_signed.py --bd sandbox + pytest test/py/tests/test_efi_secboot/test_signed.py --bd sandbox UEFI binaries may be signed by Microsoft using the following certificates: |
