ARM64: zynqmp: Add support for DFU from SPL
authorMichal Simek <michal.simek@xilinx.com>
Fri, 19 Aug 2016 12:14:52 +0000 (14:14 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 22 Sep 2016 05:33:21 +0000 (07:33 +0200)
commitd58fc12eb7f40a208e22b57037436411ea36125c
treec11b3169007da0d4fcdc24d3cacde592917dea6b
parente1024c9808c00bb61cf58e47cac6ff76905bf339
ARM64: zynqmp: Add support for DFU from SPL

SPL needs to have bigger stack size because of USB.
Simple malloc needs to be disabled because dfu code requires different
allocation functions. There is no space in OCM that's why random place
in DDR is used.

BOOTD must be disabled because it is causing compilation error.

All variables are disabled and used only variables valid for DFU because
they are simple huge. Including automatic variables added by
CONFIG_ENV_VARS_UBOOT_CONFIG.
Hardcode addresses for u-boot, atf, kernel and dtb
just for SPL DFU code.

Enable SPL DFU for zcu100.
Create new usb_dfu_spl variable just to run Linux kernel loaded in SPL.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv8/zynqmp/spl.c
board/xilinx/zynqmp/zynqmp.c
include/configs/xilinx_zynqmp.h