Move IO storage source to drivers directory
authorDan Handley <dan.handley@arm.com>
Tue, 12 Aug 2014 13:20:28 +0000 (14:20 +0100)
committerDan Handley <dan.handley@arm.com>
Thu, 14 Aug 2014 10:17:03 +0000 (11:17 +0100)
commit935db693285d6b22b781571e9dec748da274ffe1
tree5441c41bf5bc9d1a28984e3791787eb06f24b0c8
parent6d16ce0bfee7101a125fc5545ca12e19c3d47cd1
Move IO storage source to drivers directory

Move the remaining IO storage source file (io_storage.c) from the
lib to the drivers directory. This requires that platform ports
explicitly add this file to the list of source files.

Also move the IO header files to a new sub-directory, include/io.

Change-Id: I862b1252a796b3bcac0d93e50b11e7fb2ded93d6
14 files changed:
Makefile
drivers/io/io_storage.c [new file with mode: 0644]
include/drivers/io/io_driver.h [new file with mode: 0644]
include/drivers/io/io_fip.h [new file with mode: 0644]
include/drivers/io/io_memmap.h [new file with mode: 0644]
include/drivers/io/io_semihosting.h [new file with mode: 0644]
include/drivers/io/io_storage.h [new file with mode: 0644]
include/drivers/io_driver.h [deleted file]
include/drivers/io_fip.h [deleted file]
include/drivers/io_memmap.h [deleted file]
include/drivers/io_semihosting.h [deleted file]
include/lib/io_storage.h [deleted file]
lib/io_storage.c [deleted file]
plat/fvp/platform.mk