Home
last modified time | relevance | path

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

/openbmc/u-boot/include/configs/
H A Dxilinx_versal.ha318b939 Thu Jan 31 05:58:13 CST 2019 Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> arm64: versal: Define distro boot commnads for qspi ospi and mmc

This patch adds distro boot commands for qspi, ospi and mmc.
The distro boot commands now reads the script from flash offset
of 63.5MB for qspi and ospi and executes it. For mmc its same
as generic distro boot command. As either one of the qspi or ospi can
exist on hardware, defined a single distroboot command as xspi
that works for both.

Setup default location via script_offset_f to 63.5MB to match the most
xilinx reference boards for qspi, ospi for now.
512kB allocated space for script size (script_size_f) should be more
than enough to cover custom boot logic.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>