commit | 246e45b0ce2d16254c5a080abdbcdbab34f69bc1 | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@nxp.com> | Wed Jun 27 12:18:22 2018 +0530 |
committer | Ruchika Gupta <ruchika.gupta@nxp.com> | Mon Jul 02 09:51:59 2018 +0530 |
tree | d51ca812bb10f050be7ce3b74c33e74481e3c5f9 | |
parent | e4e816243deddb2998a9e4857c180c12e4aa095b [diff] |
Extend FIP io driver to support multiple FIP devices Platform can define MAX_NUM_FIP_DEVICES in platform_def.h to define the number of FIP io devices. The FIP driver doesn't support muliple open file. So only one single file can be open at a time across multiple FIP devices. For any FIP device, an image should be loaded fully before moving on to the next image. Signed-off-by: Ruchika Gupta <ruchika.gupta@nxp.com>