commit | 3cfa57d6ba0954ebb5ccf23eea97b24d2b4b3146 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 07 16:47:35 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 09 16:03:20 2024 -0600 |
tree | 1390a984c6d12799135fbeaf186a1f9861e20eeb | |
parent | 45aec8ea1897317dc0375335780b64ae6d213362 [diff] |
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>