commit | c86e62085476c55cd889afdbe52435f549b5526b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 30 00:56:54 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 02 09:58:13 2022 -0400 |
tree | ca5463ed1dc027d711fd656b0c72ed5399d10f76 | |
parent | e7ca7da1c20d2fc47944141bfba5f27ccfd91f06 [diff] |
sandbox: Add a build for VPL Add an initial VPL build for sandbox. This includes the flow: TPL (with of-platdata) -> VPL -> SPL -> U-Boot To run it: ./tpl/u-boot-tpl -D The -D is needed to get the default device tree, which includes the serial console info. Add a Makefile check for OF_HOSTFILE which is the option that enables devicetree control on sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>