arm-trusted-firmware/drivers/io
Juan Castillo 31833aff68 Fix bug in semihosting write function
The return value from the SYS_WRITE semihosting operation is 0 if
the call is successful or the number of bytes not written, if there
is an error. The implementation of the write function in the
semihosting driver treats the return value as the number of bytes
written, which is wrong. This patch fixes it.

Change-Id: Id39dac3d17b5eac557408b8995abe90924c85b85
2015-07-16 20:36:41 +01:00
..
io_fip.c Use numbers to identify images instead of names 2015-06-25 08:53:26 +01:00
io_memmap.c Remove variables from .data section 2014-05-06 17:55:38 +01:00
io_semihosting.c Fix bug in semihosting write function 2015-07-16 20:36:41 +01:00
io_storage.c Move IO storage source to drivers directory 2014-08-14 11:17:03 +01:00