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
1 parent 6d16ce0 commit 935db693285d6b22b781571e9dec748da274ffe1
@Dan Handley Dan Handley authored on 12 Aug 2014
Showing 14 changed files
View
Makefile
View
drivers/io/io_storage.c 0 → 100644
View
include/drivers/io/io_driver.h 0 → 100644
View
include/drivers/io/io_fip.h 0 → 100644
View
include/drivers/io/io_memmap.h 0 → 100644
View
include/drivers/io/io_semihosting.h 0 → 100644
View
include/drivers/io/io_storage.h 0 → 100644
View
include/drivers/io_driver.h 100644 → 0
View
include/drivers/io_fip.h 100644 → 0
View
include/drivers/io_memmap.h 100644 → 0
View
include/drivers/io_semihosting.h 100644 → 0
View
include/lib/io_storage.h 100644 → 0
View
lib/io_storage.c 100644 → 0
View
plat/fvp/platform.mk