]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox_vpl: Enable Universal Payload
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:35 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:20 +0000 (16:03 -0600)
commitb3cb1c4c0b6b48543542dcb736e30b22b0796815
tree1390a984c6d12799135fbeaf186a1f9861e20eeb
parent0fc406ab20e6fa1e92e68a2c51b73fc4d59b057f
sandbox_vpl: Enable Universal Payload

Use the sandbox_vpl build to test UPL since it supports a real devicetree
in SPL. The sandbox_spl build uses OF_PLATDATA.

Enable writing the UPL handoff in SPL and reading it in U-Boot proper.
Provide a test to check that this handoff works.

Note that the test uses the standard devicetree rather than the test one,
since it is a lot smaller and fits in the existing bloblist.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/sandbox_vpl_defconfig
test/py/tests/test_upl.py [new file with mode: 0644]