Re: [U-Boot] [PATCH 3/3] arm: socfpga: put initial U-Boot stack into DDR

2019-03-01 Thread Marek Vasut
On 3/1/19 8:55 AM, Simon Goldschmidt wrote: > On Thu, Feb 28, 2019 at 10:44 PM Marek Vasut wrote: >> >> On 2/28/19 9:33 PM, Simon Goldschmidt wrote: >>> If SPL pre-reloc stage puts the stack into DDR, U-Boot should be able to >>> do that, too. >> >> Here you mention SPL pre-reloc stage, while abou

Re: [U-Boot] [PATCH 3/3] arm: socfpga: put initial U-Boot stack into DDR

2019-02-28 Thread Simon Goldschmidt
On Thu, Feb 28, 2019 at 10:44 PM Marek Vasut wrote: > > On 2/28/19 9:33 PM, Simon Goldschmidt wrote: > > If SPL pre-reloc stage puts the stack into DDR, U-Boot should be able to > > do that, too. > > Here you mention SPL pre-reloc stage, while about mid-way through the > patch you have a comment t

Re: [U-Boot] [PATCH 3/3] arm: socfpga: put initial U-Boot stack into DDR

2019-02-28 Thread Marek Vasut
On 2/28/19 9:33 PM, Simon Goldschmidt wrote: > If SPL pre-reloc stage puts the stack into DDR, U-Boot should be able to > do that, too. Here you mention SPL pre-reloc stage, while about mid-way through the patch you have a comment talking about SPL post-reloc stage, which one is it ? I think the c