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

York Sun york.sun at nxp.com
Wed Aug 30 17:20:06 UTC 2017


On 08/17/2017 10:44 PM, 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>
> ---
> v2:
> Fix indentaion in commit msg
> Separate RDB and Si specific file
> 
> v3:
> 1.Re-based on top of
>    commit d529124fdcf941c34074fd1ce600f4b1b4a7dd07
>    Merge: f0ca30f 6a5691e
>    Author: Tom Rini <trini at konsulko.com>
>    Date:   Tue Aug 8 17:06:19 2017 -0400
> 
>      Merge git://git.denx.de/u-boot-x86
> 
> 2.Incorporate review comments on v2
>    Remove EMU support
>    Remove RAW timings
>    Disable default enabled CONFIG_DISPLAY_BOARDINFO and enable LATE_CONFIG_DISPLAY_BOARDINFO
> 
> 3.Include PPA support
> 
> v4:
>   some configs moved to arch/arm/Kconfig
>   retimer code corrected
>   README added
> 

<snip>

> +
> +	dev = miiphy_get_dev_by_name(DEFAULT_WRIOP_MDIO2_NAME);
> +	wriop_set_mdio(WRIOP1_DPMAC2, dev);
> +
> +	mc_boot_env_var = getenv(MC_BOOT_ENV_VAR);

getenv() has compiling error. Please fix.

York


More information about the U-Boot mailing list