]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/vexpress_aemv8a.h
vexpress64: fvp dram: add DRAM configuration
authorRyan Harkin <ryan.harkin@linaro.org>
Fri, 9 Oct 2015 16:18:02 +0000 (17:18 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 11 Oct 2015 21:11:47 +0000 (17:11 -0400)
commitfc04b923541d984b1544056fd3bfa8129d4e5aac
tree9423880b9f52a3c05211fc8643eb2b272b5d92fd
parent0d3012af5a395d25bb0ab67946158e5bf8d33d5b
vexpress64: fvp dram: add DRAM configuration

Create an additional FVP configuration to boot images pre-loaded into
DRAM.

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>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
[trini: Update board/armltd/vexpress64/Kconfig logic]
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
board/armltd/vexpress64/Kconfig
board/armltd/vexpress64/MAINTAINERS
configs/vexpress_aemv8a_dram_defconfig [new file with mode: 0644]
include/configs/vexpress_aemv8a.h