[U-Boot] [PATCH 1/2][v3] board: freescale: ls1012a: Enable secure DDR on LS1012A platforms

york sun york.sun at nxp.com
Fri Jan 27 21:36:47 CET 2017


On 01/26/2017 08:09 PM, Prabhakar Kushwaha wrote:
> PPA binary needs to be relocated on secure DDR, hence marking out
> a portion of DDR as secure if CONFIG_SYS_MEM_RESERVE_SECURE flag
> is set
>
> Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
> Signed-off-by: Abhimanyu Saini <abhimanyu.saini at nxp.com>
> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha at nxp.com>
> ---
> Changes for v2: Sending as it is
> Changes for v3: Rebased top of the tree

<snip>

> diff --git a/board/freescale/ls1012aqds/ls1012aqds.c b/board/freescale/ls1012aqds/ls1012aqds.c
> index 88fb4ce..704019e 100644
> --- a/board/freescale/ls1012aqds/ls1012aqds.c
> +++ b/board/freescale/ls1012aqds/ls1012aqds.c
> @@ -21,6 +21,7 @@
>  #include <fsl_mmdc.h>
>  #include <spl.h>
>  #include <netdev.h>
> +#include "../../../arch/arm/include/asm/global_data.h"
>

What's going on here? Why do you need this?

York


More information about the U-Boot mailing list