[U-Boot] [PATCH 05/11] vexpress64: fvp dram: add DRAM configuration

Ryan Harkin ryan.harkin at linaro.org
Mon Sep 28 17:27:17 CEST 2015


On 28 September 2015 at 16:14, Tom Rini <trini at 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 at 0x80080000 \
> >     --data cluster0.cpu0=fvp-base-gicv2-psci.dtb at 0x83000000 \
> >     --data cluster0.cpu0=uInitrd at 0x84000000
> >
> > Signedoff-by: Ryan Harkin <ryan.harkin at linaro.org>
> > Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
> > CC: David Feng <fenghua at phytium.com.cn>
> > CC: Bhupesh Sharma <bhupesh.sharma at freescale.com>
> > CC: Linus Walleij <linus.walleij at 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
>


More information about the U-Boot mailing list