summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-05-07 17:32:31 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-05-19 21:34:24 +0100
commite7304a10325ea3e05b609f2a3b3896b9c666f1bf (patch)
tree752faf79ce1fdf5fa09b2cd609b0b204744d7199 /arch
parentbab479638664629e5d20ba2b775819f1975c2bfa (diff)
vexpress64: fvp: add DRAM configurationjuno
SOmetimes it's preferential to boot the model by loading the files directly into DRAM via model parameters, rather than using SemiHosting. An example of model parmaters that are used to pre-load the files into DRAM: --data cluster0.cpu0=Image@0x80080000 \ --data cluster0.cpu0=fvp-base-gicv2-psci.dtb@0x83000000 \ --data cluster0.cpu0=uInitrd@0x84000000 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 00be305c39..8247ae7b1c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -681,6 +681,10 @@ config TARGET_VEXPRESS64_BASE_FVP
select ARM64
select SEMIHOSTING
+config TARGET_VEXPRESS64_BASE_FVP_DRAM
+ bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
+ select ARM64
+
config TARGET_VEXPRESS64_JUNO
bool "Support Versatile Express Juno Development Platform"
select ARM64