
On 28 September 2015 at 16:14, Tom Rini trini@konsulko.com wrote:
On Wed, Sep 23, 2015 at 10:25:37AM -0700, Ryan Harkin wrote:
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
Signedoff-by: Ryan Harkin ryan.harkin@linaro.org Reviewed-by: Linus Walleij linus.walleij@linaro.org CC: David Feng fenghua@phytium.com.cn CC: Bhupesh Sharma bhupesh.sharma@freescale.com CC: Linus Walleij linus.walleij@linaro.org
arch/arm/Kconfig | 4 ++++ configs/vexpress_aemv8a_dram_defconfig | 19 +++++++++++++++++++
Make sure you add an entry to board/armltd/vexpress64/MAINTAINERS for this board too so buildman doesn't warn about a missing maintainer. Thanks!
Good point, thanks. I'll do it for v2.
-- Tom