u-boot/test/py/tests/test_efi_capsule
Sughosh Ganu 2e9c3c6965 test: capsule: Modify the capsule tests to use GUID values for sandbox
The current UEFI capsule updation code uses two GUID values, one for
FIT images, and one for raw images across platforms. This logic is
being changed to have GUID values per image, per platform. Change the
tests for the capsule update code to reflect this change. The GUID
values now used are the ones specific to the sandbox platform -- one
for the u-boot image, and another for the u-boot environment image.

Install the FMP instance for raw images on the sandbox variant for
testing the capsule update code. Install the FMP instance for the FIT
images on the sandbox64 and sandbox_flattree variant for testing
capsule update for FIT images. This is being done by splitting the
capsule update script for FIT and raw images.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
2022-04-15 10:43:18 +02:00
..
capsule_defs.py test/py: efi_capsule: add image authentication test 2022-02-11 20:07:55 +01:00
conftest.py test: capsule: Modify the capsule tests to use GUID values for sandbox 2022-04-15 10:43:18 +02:00
signature.dts test/py: efi_capsule: add image authentication test 2022-02-11 20:07:55 +01:00
test_capsule_firmware_fit.py test: capsule: Modify the capsule tests to use GUID values for sandbox 2022-04-15 10:43:18 +02:00
test_capsule_firmware_raw.py test: capsule: Modify the capsule tests to use GUID values for sandbox 2022-04-15 10:43:18 +02:00
test_capsule_firmware_signed.py test/py: efi_capsule: add image authentication test 2022-02-11 20:07:55 +01:00
uboot_bin_env.its efi_loader: correct uboot_bin_env.its file format 2021-03-07 17:37:26 +01:00