summaryrefslogtreecommitdiff
path: root/board/armltd/vexpress64/Kconfig
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 /board/armltd/vexpress64/Kconfig
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 'board/armltd/vexpress64/Kconfig')
-rw-r--r--board/armltd/vexpress64/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig
index f5693aebac..bf6094c03f 100644
--- a/board/armltd/vexpress64/Kconfig
+++ b/board/armltd/vexpress64/Kconfig
@@ -11,6 +11,19 @@ config SYS_CONFIG_NAME
endif
+if TARGET_VEXPRESS64_BASE_FVP_DRAM
+
+config SYS_BOARD
+ default "vexpress64"
+
+config SYS_VENDOR
+ default "armltd"
+
+config SYS_CONFIG_NAME
+ default "vexpress_aemv8a"
+
+endif
+
if TARGET_VEXPRESS64_JUNO
config SYS_BOARD