Re: [U-Boot] [PATCH v2] arm: zynqmp: Add ZynqMP minimal R5 support

2018-04-30 Thread Michal Simek
On 30.4.2018 11:07, Alexander Graf wrote: > > > On 30.04.18 10:43, Michal Simek wrote: >> On 30.4.2018 09:53, Alexander Graf wrote: >>> >>> >>> On 30.04.18 09:37, Michal Simek wrote: Xilinx ZynqMP also contains dual Cortex R5 which can run U-Boot. This patch is adding minimal support to

Re: [U-Boot] [PATCH v2] arm: zynqmp: Add ZynqMP minimal R5 support

2018-04-30 Thread Alexander Graf
On 30.04.18 10:43, Michal Simek wrote: > On 30.4.2018 09:53, Alexander Graf wrote: >> >> >> On 30.04.18 09:37, Michal Simek wrote: >>> Xilinx ZynqMP also contains dual Cortex R5 which can run U-Boot. >>> This patch is adding minimal support to get U-Boot boot. >>> U-Boot on R5 runs out of DDR wit

Re: [U-Boot] [PATCH v2] arm: zynqmp: Add ZynqMP minimal R5 support

2018-04-30 Thread Michal Simek
On 30.4.2018 09:53, Alexander Graf wrote: > > > On 30.04.18 09:37, Michal Simek wrote: >> Xilinx ZynqMP also contains dual Cortex R5 which can run U-Boot. >> This patch is adding minimal support to get U-Boot boot. >> U-Boot on R5 runs out of DDR with default configuration that's why >> DDR needs

Re: [U-Boot] [PATCH v2] arm: zynqmp: Add ZynqMP minimal R5 support

2018-04-30 Thread Alexander Graf
On 30.04.18 09:37, Michal Simek wrote: > Xilinx ZynqMP also contains dual Cortex R5 which can run U-Boot. > This patch is adding minimal support to get U-Boot boot. > U-Boot on R5 runs out of DDR with default configuration that's why > DDR needs to be partitioned if there is something else runnin