switch-l4t-atf/drivers/io
Jeenu Viswambharan dd3dc32f1d Fix FIP offset address when file not found
If there is a request to open a file from FIP, and that file is not
found, the driver fails to reset the offset address. This causes
subsequent file loads to fail.

This patch resets the offset address to zero if a file is not found so
that subsequent file loads are unaffected.

Change-Id: I16418e35f92fb7c85fb12e2acc071990520cdef8
2014-02-20 19:06:34 +00:00
..
io_driver.h Add IO abstraction framework 2014-02-17 18:51:43 +00:00
io_fip.c Fix FIP offset address when file not found 2014-02-20 19:06:34 +00:00
io_fip.h Add Firmware Image Package (FIP) driver 2014-02-17 18:51:44 +00:00
io_memmap.c Add Firmware Image Package (FIP) driver 2014-02-17 18:51:44 +00:00
io_memmap.h Add Firmware Image Package (FIP) driver 2014-02-17 18:51:44 +00:00
io_semihosting.c Implement load_image in terms of IO abstraction 2014-02-17 18:51:43 +00:00
io_semihosting.h Implement load_image in terms of IO abstraction 2014-02-17 18:51:43 +00:00