commit | 963482120d182835e58d234961c5f7c3d5f78202 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Feb 18 13:22:56 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Apr 16 11:51:34 2019 +0200 |
tree | 9da19fcdf859001bc7140406c7d10fa7f2cbb034 | |
parent | 3003c445b3cb1d1ca7e2304bfa3e2faf2ae02f80 [diff] |
test: py: Extend fpga test with fit image with external data Images are created mkimage -f fit.its -E download-fit-external.ub and test expects these entries. env__fpga_under_test = { ... "mkimage_fit_external": download-fit-external.ub", "mkimage_fit_external_size": xxxxx, ... } Test download file and loads it to fpga. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>