commit | b3cb1c4c0b6b48543542dcb736e30b22b0796815 | [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 | 0fc406ab20e6fa1e92e68a2c51b73fc4d59b057f [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>