Re: [U-Boot] [PATCH v4] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-10-10 Thread Simon Goldschmidt
On Wed, Oct 10, 2018 at 12:50 PM Marek Vasut wrote: > > On 10/10/2018 12:49 PM, Marek Vasut wrote: > > On 10/10/2018 12:32 PM, Simon Goldschmidt wrote: > >> On Wed, Oct 10, 2018 at 12:21 PM Marek Vasut wrote: > >>> > >>> On 10/10/2018 06:26 AM, Simon Goldschmidt wrote: > This patch prevents

Re: [U-Boot] [PATCH v4] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-10-10 Thread Marek Vasut
On 10/10/2018 12:49 PM, Marek Vasut wrote: > On 10/10/2018 12:32 PM, Simon Goldschmidt wrote: >> On Wed, Oct 10, 2018 at 12:21 PM Marek Vasut wrote: >>> >>> On 10/10/2018 06:26 AM, Simon Goldschmidt wrote: This patch prevents disabling the FPGA bridges when SPL or U-Boot is executed from

Re: [U-Boot] [PATCH v4] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-10-10 Thread Marek Vasut
On 10/10/2018 12:32 PM, Simon Goldschmidt wrote: > On Wed, Oct 10, 2018 at 12:21 PM Marek Vasut wrote: >> >> On 10/10/2018 06:26 AM, Simon Goldschmidt wrote: >>> This patch prevents disabling the FPGA bridges when >>> SPL or U-Boot is executed from FPGA onchip RAM. >>> >>> Signed-off-by: Simon Gol

Re: [U-Boot] [PATCH v4] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-10-10 Thread Simon Goldschmidt
On Wed, Oct 10, 2018 at 12:21 PM Marek Vasut wrote: > > On 10/10/2018 06:26 AM, Simon Goldschmidt wrote: > > This patch prevents disabling the FPGA bridges when > > SPL or U-Boot is executed from FPGA onchip RAM. > > > > Signed-off-by: Simon Goldschmidt > > --- > > > > Changes in v4: > > - use an

Re: [U-Boot] [PATCH v4] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-10-10 Thread Marek Vasut
On 10/10/2018 06:26 AM, Simon Goldschmidt wrote: > This patch prevents disabling the FPGA bridges when > SPL or U-Boot is executed from FPGA onchip RAM. > > Signed-off-by: Simon Goldschmidt > --- > > Changes in v4: > - use an inline function in misc.h to check for the address > range instead o

[U-Boot] [PATCH v4] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-10-09 Thread Simon Goldschmidt
This patch prevents disabling the FPGA bridges when SPL or U-Boot is executed from FPGA onchip RAM. Signed-off-by: Simon Goldschmidt --- Changes in v4: - use an inline function in misc.h to check for the address range instead of a macro in base_addr_ac5.h Changes in v3: - use __image_copy_sta