[U-Boot] [PATCH v2 5/7] armv8: layerscape: Eanble falcon boot

Simon Glass sjg at chromium.org
Sun Sep 17 17:54:56 UTC 2017


+Philippe for review

On 14 September 2017 at 13:01, York Sun <york.sun at nxp.com> wrote:
> Add jump_to_image_linux() for arm64. Add "noreturn" flag to
> armv8_switch_to_el2(). Add hooks to fsl-layerscape to enable falcon
> boot.
>
> Signed-off-by: York Sun <york.sun at nxp.com>
>
> ---
>
> Changes in v2:
> Relace getenv_f() with env_get_f() after rebasing to latet master.
>
>  .../arm/cpu/armv8/fsl-layerscape/doc/README.falcon | 140 +++++++++++++++++++++
>  arch/arm/cpu/armv8/fsl-layerscape/spl.c            |  29 +++++
>  arch/arm/include/asm/system.h                      |   2 +-
>  arch/arm/lib/spl.c                                 |  11 ++
>  4 files changed, 181 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon

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


More information about the U-Boot mailing list