u-boot-brain/test/py/tests/test_efi_capsule
Heinrich Schuchardt 7d3eff3412 efi_loader: correct uboot_bin_env.its file format
Up to now the EFI capsule Python tests were always skipped. The reason is
that mkimage fails with:

uboot_bin_env.its:13.21-23.5: Warning (unit_address_vs_reg):
/images/u-boot-bin@100000: node has a unit name, but no reg property
uboot_bin_env.its:24.21-34.5: Warning (unit_address_vs_reg):
/images/u-boot-env@150000: node has a unit name, but no reg property

If a unit in a device-tree has an address, a reg property must be provided.
But adding a reg property is not the solution here.

Since 2017 unit addresses are disallowed for FIT,
cf. common/image-fit.c:1624.

So remove the unit addresses in uboot_bin_env.its.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2021-03-07 17:37:26 +01:00
..
capsule_defs.py test/py: efi_capsule: test for FIT image capsule 2020-12-03 21:22:50 +01:00
conftest.py test/py: efi_capsule: test for raw image capsule 2020-12-03 21:22:50 +01:00
test_capsule_firmware.py test/py: efi_capsule: test for raw image capsule 2020-12-03 21:22:50 +01:00
uboot_bin_env.its efi_loader: correct uboot_bin_env.its file format 2021-03-07 17:37:26 +01:00