Home
last modified time | relevance | path

Searched hist:d58fc12eb7f40a208e22b57037436411ea36125c (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/xilinx/zynqmp/
H A Dzynqmp.cdiff d58fc12eb7f40a208e22b57037436411ea36125c Fri Aug 19 07:14:52 CDT 2016 Michal Simek <michal.simek@xilinx.com> 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>
/openbmc/u-boot/include/configs/
H A Dxilinx_zynqmp.hdiff d58fc12eb7f40a208e22b57037436411ea36125c Fri Aug 19 07:14:52 CDT 2016 Michal Simek <michal.simek@xilinx.com> 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>