]> git.baikalelectronics.ru Git - uboot.git/commit
test: py: Extend fpga test with fit image with external data
authorMichal Simek <michal.simek@xilinx.com>
Mon, 18 Feb 2019 12:22:56 +0000 (13:22 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 16 Apr 2019 09:51:34 +0000 (11:51 +0200)
commit8f1a3ddab21f9d9cab5369db6ca5922ad219520b
tree9da19fcdf859001bc7140406c7d10fa7f2cbb034
parentdcc246b64144e9df097df470cb52ffd23c17db64
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>
test/py/tests/test_fpga.py