summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--drivers/io/io_storage.c (renamed from lib/io_storage.c)0
-rw-r--r--include/drivers/io/io_driver.h (renamed from include/drivers/io_driver.h)0
-rw-r--r--include/drivers/io/io_fip.h (renamed from include/drivers/io_fip.h)0
-rw-r--r--include/drivers/io/io_memmap.h (renamed from include/drivers/io_memmap.h)0
-rw-r--r--include/drivers/io/io_semihosting.h (renamed from include/drivers/io_semihosting.h)0
-rw-r--r--include/drivers/io/io_storage.h (renamed from include/lib/io_storage.h)0
-rw-r--r--plat/fvp/platform.mk1
8 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcbf773a..89e882a6 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,6 @@ BL_COMMON_SOURCES := common/bl_common.c \
lib/aarch64/misc_helpers.S \
lib/aarch64/xlat_helpers.c \
lib/stdlib/std.c \
- lib/io_storage.c \
plat/common/aarch64/platform_helpers.S
BUILD_BASE := ./build
@@ -180,6 +179,7 @@ INCLUDES += -Iinclude/bl31 \
-Iinclude/common \
-Iinclude/drivers \
-Iinclude/drivers/arm \
+ -Iinclude/drivers/io \
-Iinclude/lib \
-Iinclude/lib/aarch64 \
-Iinclude/plat/common \
diff --git a/lib/io_storage.c b/drivers/io/io_storage.c
index a3a8186d..a3a8186d 100644
--- a/lib/io_storage.c
+++ b/drivers/io/io_storage.c
diff --git a/include/drivers/io_driver.h b/include/drivers/io/io_driver.h
index adb38b0f..adb38b0f 100644
--- a/include/drivers/io_driver.h
+++ b/include/drivers/io/io_driver.h
diff --git a/include/drivers/io_fip.h b/include/drivers/io/io_fip.h
index 90b2fd0b..90b2fd0b 100644
--- a/include/drivers/io_fip.h
+++ b/include/drivers/io/io_fip.h
diff --git a/include/drivers/io_memmap.h b/include/drivers/io/io_memmap.h
index 7ee60fe3..7ee60fe3 100644
--- a/include/drivers/io_memmap.h
+++ b/include/drivers/io/io_memmap.h
diff --git a/include/drivers/io_semihosting.h b/include/drivers/io/io_semihosting.h
index 8902a6f0..8902a6f0 100644
--- a/include/drivers/io_semihosting.h
+++ b/include/drivers/io/io_semihosting.h
diff --git a/include/lib/io_storage.h b/include/drivers/io/io_storage.h
index ae1158c0..ae1158c0 100644
--- a/include/lib/io_storage.h
+++ b/include/drivers/io/io_storage.h
diff --git a/plat/fvp/platform.mk b/plat/fvp/platform.mk
index 8a33a608..ffed7e4e 100644
--- a/plat/fvp/platform.mk
+++ b/plat/fvp/platform.mk
@@ -66,6 +66,7 @@ PLAT_BL_COMMON_SOURCES := drivers/arm/pl011/pl011_console.S \
drivers/io/io_fip.c \
drivers/io/io_memmap.c \
drivers/io/io_semihosting.c \
+ drivers/io/io_storage.c \
lib/aarch64/xlat_tables.c \
lib/semihosting/semihosting.c \
lib/semihosting/aarch64/semihosting_call.S \