]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: capsule: binman: generate some capsules as part of build
authorSughosh Ganu <sughosh.ganu@linaro.org>
Wed, 27 Mar 2024 10:49:00 +0000 (16:19 +0530)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 8 Apr 2024 10:59:31 +0000 (12:59 +0200)
commitd350b79e6daf2c0579eea97feba826e957aaddc4
tree8fb813f6d8eb77478a2294e68a7bb36b9eb71b8e
parent4dd9701faf61aa6417990baf59c6f8090409912c
sandbox: capsule: binman: generate some capsules as part of build

Currently, all the capsules for the sandbox platform are generated at
the time of running the capsule tests. To showcase generation of
capsules through binman, generate all raw(non FIT payload) capsules
needed for the sandbox platform as part of the build. This acts as an
illustrative example for generating capsules as part of a platform's
build.

Make corresponding change in the capsule test's configuration to get
these capsules from the build directory.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
arch/sandbox/dts/sandbox.dts
arch/sandbox/dts/sandbox_capsule.dtsi [new file with mode: 0644]
arch/sandbox/dts/test.dts
test/py/tests/test_efi_capsule/capsule_gen_binman.dts
test/py/tests/test_efi_capsule/conftest.py