Re: [U-Boot] SPL and DM on ZYNQ

2015-10-09 Thread Hannes Schmelzer
Hi, Hi Simon, many thanks for reply. () maybe there is yet another switch, which needs to be turned on. Subject of suspicion is currently "support simple-bus driver in SPL". But if i compile with this option, boot ends up with: U-Boot SPL 2015.10-rc4-00101-gb6dcb3f-dirty (Oct 08 2015

Re: [U-Boot] SPL and DM on ZYNQ

2015-10-09 Thread Simon Glass
Hi, On 9 October 2015 at 08:04, Hannes Schmelzer wrote: > >> I've now branched from u-boot-dm.git/zynq-working2 and then merged >> u-boot-spi/master into it. >> >> After a few merge conflicts i'am able to build u-boot and boot it from SD >> with working DM support during SPL and QSPI support. >>

Re: [U-Boot] SPL and DM on ZYNQ

2015-10-09 Thread Hannes Schmelzer
I've now branched from u-boot-dm.git/zynq-working2 and then merged u-boot-spi/master into it. After a few merge conflicts i'am able to build u-boot and boot it from SD with working DM support during SPL and QSPI support. The next step was/is burning this file into the QSPI flash and boot fro

Re: [U-Boot] SPL and DM on ZYNQ

2015-10-08 Thread Hannes Schmelzer
On 07.10.2015 20:01, Jagan Teki wrote: On 7 October 2015 at 21:29, Simon Glass wrote: Hi, Hi, there are some news on this. On 7 October 2015 at 13:50, Hannes Schmelzer wrote: hi folks, i am not very familar with driver model until now and so i've a question. I'm trying to bring up my Z

Re: [U-Boot] SPL and DM on ZYNQ

2015-10-07 Thread Simon Glass
Hi Jagan, On 7 October 2015 at 19:01, Jagan Teki wrote: > On 7 October 2015 at 21:29, Simon Glass wrote: >> Hi, >> >> On 7 October 2015 at 13:50, Hannes Schmelzer wrote: >>> hi folks, >>> >>> i am not very familar with driver model until now and so i've a question. >>> >>> I'm trying to bring u

Re: [U-Boot] SPL and DM on ZYNQ

2015-10-07 Thread Jagan Teki
On 7 October 2015 at 21:29, Simon Glass wrote: > Hi, > > On 7 October 2015 at 13:50, Hannes Schmelzer wrote: >> hi folks, >> >> i am not very familar with driver model until now and so i've a question. >> >> I'm trying to bring up my Zynq ZC702 evalboard using driver-model during SPL >> stage (be

Re: [U-Boot] SPL and DM on ZYNQ

2015-10-07 Thread Simon Glass
Hi, On 7 October 2015 at 13:50, Hannes Schmelzer wrote: > hi folks, > > i am not very familar with driver model until now and so i've a question. > > I'm trying to bring up my Zynq ZC702 evalboard using driver-model during SPL > stage (because QSPI needs this). > I simply switched on "Driver Mode

[U-Boot] SPL and DM on ZYNQ

2015-10-07 Thread Hannes Schmelzer
hi folks, i am not very familar with driver model until now and so i've a question. I'm trying to bring up my Zynq ZC702 evalboard using driver-model during SPL stage (because QSPI needs this). I simply switched on "Driver Model for SPL" within Kconfig and compiled. This ends up in: U-Boot S