Remove deprecated IO return definitions
Patch 7e26fe1f deprecates IO specific return definitions in favour
of standard errno codes. This patch removes those definitions
and its usage from the IO framework, IO drivers and IO platform
layer. Following this patch, standard errno codes must be used
when checking the return value of an IO function.

Change-Id: Id6e0e9d0a7daf15a81ec598cf74de83d5768650f
1 parent f57e2db commit e098e244a25017d8298d63a8bf04e9151b52ac3a
@Juan Castillo Juan Castillo authored on 2 Nov 2015
Showing 8 changed files
View
common/bl_common.c
View
drivers/io/io_fip.c
View
drivers/io/io_memmap.c
View
drivers/io/io_semihosting.c
View
drivers/io/io_storage.c
View
include/drivers/io/io_storage.h
View
plat/arm/board/fvp/fvp_io_storage.c
View
plat/arm/common/arm_io_storage.c