[U-Boot] [PATCH v5 2/3] armv8: ls1088ardb: Add support for LS1088ARDB platform

York Sun york.sun at nxp.com
Thu Sep 7 20:04:37 UTC 2017


On 08/31/2017 03:43 AM, Ashish Kumar wrote:
> LS1088A is an ARMv8 implementation. The LS1088ARDB is an evaluatoin
> platform that supports the LS1088A family SoCs. This patch add basic
> support of the platform.
> 
> Signed-off-by: Alison Wang <alison.wang at nxp.com>
> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha at nxp.com>
> Signed-off-by: Ashish Kumar <Ashish.Kumar at nxp.com>
> Signed-off-by: Raghav Dogra <raghav.dogra at nxp.com>
> Signed-off-by: Shaohui Xie <Shaohui.Xie at nxp.com>
> ---
> v5:
>   Fix checkpatch's check
>   Change getenv() to env_get()
>   Rebase to top commit "8b3cec7 mtdparts: Fix uninitialized scalar usage"
> 

Ashish,

I am seeing two issues. One is "fsl_ifc_read_byte beyond end of buffer". 
It comes from NAND driver. The other is CONFIG_ENV_IS_* is not defined. 
You cannot save env without it.

York


More information about the U-Boot mailing list