mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-06 05:06:13 +02:00
Merge patch series "sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST by default"
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> says: The sandbox is used for a lot of generic development, we should run the UEFI tests there, too. The TPM emulation on the sandbox is incomplete. Disable the TCG test on sandbox. Link: https://lore.kernel.org/r/20250617061945.9266-1-heinrich.schuchardt@canonical.com
This commit is contained in:
commit
f2220962f9
@ -220,6 +220,7 @@ config SANDBOX
|
||||
imply BITREVERSE
|
||||
select BLOBLIST
|
||||
imply LTO
|
||||
imply CMD_BOOTEFI_SELFTEST
|
||||
imply CMD_DM
|
||||
imply CMD_EXCEPTION
|
||||
imply CMD_GETTIME
|
||||
|
||||
@ -179,6 +179,7 @@ def test_efi_selftest_text_input_ex(ubman):
|
||||
|
||||
@pytest.mark.buildconfigspec('cmd_bootefi_selftest')
|
||||
@pytest.mark.buildconfigspec('efi_tcg2_protocol')
|
||||
@pytest.mark.notbuildconfigspec('sandbox')
|
||||
def test_efi_selftest_tcg2(ubman):
|
||||
"""Test the EFI_TCG2 PROTOCOL
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user