diff options
author | Gerald Lejeune <gerald.lejeune@st.com> | 2015-07-21 14:15:12 +0200 |
---|---|---|
committer | Gerald Lejeune <gerald.lejeune@st.com> | 2016-05-12 16:07:07 +0200 |
commit | 3385f412cc249a8501954795c7a17423a1235470 (patch) | |
tree | 2087474a3240451c9f847ebce3cf92ad8474e0bc /include/drivers/io/io_storage.h | |
parent | cf4ee1779a47777a96eba0e111f287e127877ae4 (diff) |
Bring IO storage dummy driver
Allow to handle cases where some images are pre-loaded (by debugger for
instance) without introducing many switches in files calling load_* functions.
Fixes: arm-software/tf-issues#398
Signed-off-by: Gerald Lejeune <gerald.lejeune@st.com>
Diffstat (limited to 'include/drivers/io/io_storage.h')
-rw-r--r-- | include/drivers/io/io_storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/io/io_storage.h b/include/drivers/io/io_storage.h index 970ab2cd..f7e5b865 100644 --- a/include/drivers/io/io_storage.h +++ b/include/drivers/io/io_storage.h @@ -43,6 +43,7 @@ typedef enum { IO_TYPE_INVALID, IO_TYPE_SEMIHOSTING, IO_TYPE_MEMMAP, + IO_TYPE_DUMMY, IO_TYPE_FIRMWARE_IMAGE_PACKAGE, IO_TYPE_MAX } io_type_t; |