Re: [U-Boot] [PATCH 000/172] socfpga: SPL and DDR init

2015-08-03 Thread Marek Vasut
On Monday, August 03, 2015 at 05:16:29 PM, Dinh Nguyen wrote: > On 07/27/2015 03:49 PM, Marek Vasut wrote: > > This series fixes the SPL support on SoCFPGA and cleans up the DDR > > init code such that it is becoming remotely mainlinable. After this > > series, the SPL is capable of booting from bo

Re: [U-Boot] [PATCH 000/172] socfpga: SPL and DDR init

2015-08-03 Thread Dinh Nguyen
On 07/27/2015 03:49 PM, Marek Vasut wrote: > This series fixes the SPL support on SoCFPGA and cleans up the DDR > init code such that it is becoming remotely mainlinable. After this > series, the SPL is capable of booting from both SD/MMC and QSPI NOR. > > There is still work to be done, but I'd l

Re: [U-Boot] [PATCH 000/172] socfpga: SPL and DDR init

2015-07-28 Thread Marek Vasut
On Tuesday, July 28, 2015 at 10:28:39 PM, Pavel Machek wrote: > Hi! > > > > + rw_mgr_mem_load_user(RW_MGR_MRS0_USER_MIRR, RW_MGR_MRS0_USER, > > > 1); > > > + /* > > > +* Need to wait tMOD (12CK or 15ns) time before issuing other > > > +* commands, but we will have plent

Re: [U-Boot] [PATCH 000/172] socfpga: SPL and DDR init

2015-07-28 Thread Pavel Machek
Hi! > > + rw_mgr_mem_load_user(RW_MGR_MRS0_USER_MIRR, RW_MGR_MRS0_USER, > > 1); > > + /* > > +* Need to wait tMOD (12CK or 15ns) time before issuing other > > +* commands, but we will have plenty of NIOS cycles before > > actual > > +* handoff so its okay. > > +

Re: [U-Boot] [PATCH 000/172] socfpga: SPL and DDR init

2015-07-28 Thread Marek Vasut
On Tuesday, July 28, 2015 at 03:58:34 PM, Pavel Machek wrote: > On Tue 2015-07-28 15:30:06, Marek Vasut wrote: > > On Tuesday, July 28, 2015 at 03:13:09 PM, Pavel Machek wrote: > > > Hi! > > > > > > > This series fixes the SPL support on SoCFPGA and cleans up the DDR > > > > init code such that it

Re: [U-Boot] [PATCH 000/172] socfpga: SPL and DDR init

2015-07-28 Thread Pavel Machek
On Tue 2015-07-28 15:30:06, Marek Vasut wrote: > On Tuesday, July 28, 2015 at 03:13:09 PM, Pavel Machek wrote: > > Hi! > > > > > This series fixes the SPL support on SoCFPGA and cleans up the DDR > > > init code such that it is becoming remotely mainlinable. After this > > > series, the SPL is cap

Re: [U-Boot] [PATCH 000/172] socfpga: SPL and DDR init

2015-07-28 Thread Marek Vasut
On Tuesday, July 28, 2015 at 03:13:09 PM, Pavel Machek wrote: > Hi! > > > This series fixes the SPL support on SoCFPGA and cleans up the DDR > > init code such that it is becoming remotely mainlinable. After this > > series, the SPL is capable of booting from both SD/MMC and QSPI NOR. > > > > The

Re: [U-Boot] [PATCH 000/172] socfpga: SPL and DDR init

2015-07-28 Thread Pavel Machek
Hi! > This series fixes the SPL support on SoCFPGA and cleans up the DDR > init code such that it is becoming remotely mainlinable. After this > series, the SPL is capable of booting from both SD/MMC and QSPI NOR. > > There is still work to be done, but I'd like to start picking it up > so it can

[U-Boot] [PATCH 000/172] socfpga: SPL and DDR init

2015-07-27 Thread Marek Vasut
This series fixes the SPL support on SoCFPGA and cleans up the DDR init code such that it is becoming remotely mainlinable. After this series, the SPL is capable of booting from both SD/MMC and QSPI NOR. There is still work to be done, but I'd like to start picking it up so it can land in 2015.10