[U-Boot] [RFC PATCH] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

Simon Glass sjg at chromium.org
Sun May 1 20:54:55 CEST 2016


Hi Michal,

On 28 April 2016 at 02:43, Michal Simek <michal.simek at xilinx.com> wrote:
> Support loading FIT in SPL for RAM bootmode.
> CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT image is stored
> in memory.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> Not sure if solution with CONFIG_SPL_LOAD_FIT_ADDRESS is accepted.
> But it should be out of TEXT_BASE.
>
> ---
>  common/spl/spl.c | 44 +++++++++++++++++++++++++++++++++++---------
>  1 file changed, 35 insertions(+), 9 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

I suggest moving this all into a new spl_ram.c file.

Regards,
Simon


More information about the U-Boot mailing list