Home
last modified time | relevance | path

Searched hist:"47359 a0394b28802c60c9381ac7bab31cb065146" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/xilinx/zynqmp/
H A Dzynqmp.cdiff 47359a0394b28802c60c9381ac7bab31cb065146 Tue Oct 25 04:43:02 CDT 2016 Michal Simek <michal.simek@xilinx.com> ARM64: zynqmp: Fix secondary bootmode enabling

Do not setup use_alt bit which copy alternative boot mode to
boot mode. The reason is that this bit is cleared after POR
but not after any software reset which will cause
that after SW reset bootrom will look for different boot image.

This patch setups alternative boot mode selection (purely SW
handling) and extends code to read this alternative boot mode first and
use it if it is setup.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>