Re: [U-Boot] [PATCH] arm64: zynqmp: Show reset reason

2018-05-17 Thread Michal Simek
On 17.5.2018 15:31, Michal Simek wrote: > Read reset reason reg and show it in log and also save it as variable. > reset_reasons table is setting up priorities for variable. > > Signed-off-by: Michal Simek > --- > > arch/arm/include/asm/arch-zynqmp/hardware.h | 12 +- > board/xilinx/zynqmp/

[U-Boot] [PATCH] arm64: zynqmp: Show reset reason

2018-05-17 Thread Michal Simek
Read reset reason reg and show it in log and also save it as variable. reset_reasons table is setting up priorities for variable. Signed-off-by: Michal Simek --- arch/arm/include/asm/arch-zynqmp/hardware.h | 12 +- board/xilinx/zynqmp/zynqmp.c| 43 + 2 fi