Re: [PATCH 4/4 v6] Test the ESRT creation within an existing pytest.

2021-03-10 Thread Heinrich Schuchardt
On 3/8/21 12:29 PM, Jose Marinho wrote: This commit slightly extends test_efi_capsule_fw3. In order to run the test the following must be added to sandbox_defconfig: +CONFIG_CMD_SF=y +CONFIG_CMD_MEMORY=y +CONFIG_CMD_FAT=y +CONFIG_DFU=y The ESRT is printed in the u-boot shell b

[PATCH 4/4 v6] Test the ESRT creation within an existing pytest.

2021-03-08 Thread Jose Marinho
This commit slightly extends test_efi_capsule_fw3. In order to run the test the following must be added to sandbox_defconfig: +CONFIG_CMD_SF=y +CONFIG_CMD_MEMORY=y +CONFIG_CMD_FAT=y +CONFIG_DFU=y The ESRT is printed in the u-boot shell by calling efidebug esrt. The test ensures that,