[meta-xilinx] [PATCH 6/7] zcu102-zynqmp: Use 'rev 1.0' U-Boot config and deploy boot.bin

Luca Ceresoli luca at lucaceresoli.net
Mon Oct 9 02:23:40 PDT 2017


Hi Nathan,

On 07/10/2017 11:57, Nathan Rossi wrote:
> Build the rev 1.0 version of U-Boot and setup the deployment of
> boot.bin.
> 
> Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
> ---
>  conf/machine/zcu102-zynqmp.conf | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
> index e6d66cd948..ee243454aa 100644
> --- a/conf/machine/zcu102-zynqmp.conf
> +++ b/conf/machine/zcu102-zynqmp.conf
> @@ -10,7 +10,8 @@ include conf/machine/include/zynqmp-pmu-config.inc
>  
>  MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost"
>  
> -UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig"
> +UBOOT_MACHINE = "xilinx_zynqmp_zcu102_rev1_0_defconfig"
> +SPL_BINARY = "spl/boot.bin"

What's the current status of U-Boot SPL on zynqmp? Last time I checked
it appeared not yet ready for a complete Linux boot, because it cannot
pass the configuration object to the PMU firmware.

- Can U-Boot SPL boot a complete Linux without FSBL on zcu102?
- How much that applies to other zynqmp chips and boards (especially
  UltraZed)?

Thanks in advance.
-- 
Luca



More information about the meta-xilinx mailing list