fvp: expose the dockerfiles used by LAVA
The LAVA lab has the fvp device type [1], able to launch FVP models (model)
embededded in docker images and these are created based on docker
files. This commit provides the docker files currently being used by
LAVA.
One important point to notice: in most cases, these images embeds a
specific model (image:model 1:1) but there is one,
fvp/fvp_arm_std_library_11.12_38/Dockerfile, which contains
several (cortex-a) models (image:models 1:n).
Unfortunately, there is no automatic way to build them: user must
first fetch the model tarball then build the image. Simple
instructions are provided in the README file.
[1] https://tf.validation.linaro.org/scheduler/device_type/fvp
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I91bba06186a7048407eae121066c3c2dfab56156
8 files changed