summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2015-04-27 19:34:53 +0100
committerDan Handley <dan.handley@arm.com>2015-04-28 19:50:56 +0100
commit85135283f380ed377a33d89f77a3f41fce43b29d (patch)
tree3dc3e50aae1bff9aadd31c5abbf25c2559955e0b
parentf8b0b22a1b2f7c563e0881fc5ee913f469d324a7 (diff)
Move Juno port to plat/arm/board/juno
Move the Juno port from plat/juno to plat/arm/board/juno. Also rename some of the files so they are consistently prefixed with juno_. Update the platform makefiles accordingly. Change-Id: I0af6cb52a5fee7ef209107a1188b76a3c33a2a9f
-rw-r--r--plat/arm/board/juno/aarch64/juno_helpers.S (renamed from plat/juno/aarch64/plat_helpers.S)0
-rw-r--r--plat/arm/board/juno/include/plat_macros.S (renamed from plat/juno/include/plat_macros.S)0
-rw-r--r--plat/arm/board/juno/include/platform_def.h (renamed from plat/juno/include/platform_def.h)0
-rw-r--r--plat/arm/board/juno/include/platform_oid.h (renamed from plat/juno/include/platform_oid.h)0
-rw-r--r--plat/arm/board/juno/juno_def.h (renamed from plat/juno/juno_def.h)0
-rw-r--r--plat/arm/board/juno/juno_security.c (renamed from plat/juno/plat_security.c)0
-rw-r--r--plat/arm/board/juno/platform.mk (renamed from plat/juno/platform.mk)6
-rw-r--r--plat/arm/board/juno/tsp/tsp-juno.mk (renamed from plat/juno/tsp/tsp-juno.mk)0
8 files changed, 3 insertions, 3 deletions
diff --git a/plat/juno/aarch64/plat_helpers.S b/plat/arm/board/juno/aarch64/juno_helpers.S
index 6d318474..6d318474 100644
--- a/plat/juno/aarch64/plat_helpers.S
+++ b/plat/arm/board/juno/aarch64/juno_helpers.S
diff --git a/plat/juno/include/plat_macros.S b/plat/arm/board/juno/include/plat_macros.S
index db0c1d20..db0c1d20 100644
--- a/plat/juno/include/plat_macros.S
+++ b/plat/arm/board/juno/include/plat_macros.S
diff --git a/plat/juno/include/platform_def.h b/plat/arm/board/juno/include/platform_def.h
index d2122ad3..d2122ad3 100644
--- a/plat/juno/include/platform_def.h
+++ b/plat/arm/board/juno/include/platform_def.h
diff --git a/plat/juno/include/platform_oid.h b/plat/arm/board/juno/include/platform_oid.h
index 1e44cf7e..1e44cf7e 100644
--- a/plat/juno/include/platform_oid.h
+++ b/plat/arm/board/juno/include/platform_oid.h
diff --git a/plat/juno/juno_def.h b/plat/arm/board/juno/juno_def.h
index 8fe3835f..8fe3835f 100644
--- a/plat/juno/juno_def.h
+++ b/plat/arm/board/juno/juno_def.h
diff --git a/plat/juno/plat_security.c b/plat/arm/board/juno/juno_security.c
index 1de38c35..1de38c35 100644
--- a/plat/juno/plat_security.c
+++ b/plat/arm/board/juno/juno_security.c
diff --git a/plat/juno/platform.mk b/plat/arm/board/juno/platform.mk
index 8399c0a9..d8d4f145 100644
--- a/plat/juno/platform.mk
+++ b/plat/arm/board/juno/platform.mk
@@ -28,14 +28,14 @@
# POSSIBILITY OF SUCH DAMAGE.
#
-PLAT_INCLUDES := -Iplat/juno/include
+PLAT_INCLUDES := -Iplat/arm/board/juno/include
-PLAT_BL_COMMON_SOURCES := plat/juno/aarch64/plat_helpers.S
+PLAT_BL_COMMON_SOURCES := plat/arm/board/juno/aarch64/juno_helpers.S
BL1_SOURCES += lib/cpus/aarch64/cortex_a53.S \
lib/cpus/aarch64/cortex_a57.S
-BL2_SOURCES += plat/juno/plat_security.c \
+BL2_SOURCES += plat/arm/board/juno/juno_security.c \
BL31_SOURCES += lib/cpus/aarch64/cortex_a53.S \
lib/cpus/aarch64/cortex_a57.S
diff --git a/plat/juno/tsp/tsp-juno.mk b/plat/arm/board/juno/tsp/tsp-juno.mk
index 55b031af..55b031af 100644
--- a/plat/juno/tsp/tsp-juno.mk
+++ b/plat/arm/board/juno/tsp/tsp-juno.mk