Re: [U-Boot] v2015.04-rc4: broken for custom TI-based board

2015-03-28 Thread Simon Glass
Hi,

On 19 March 2015 at 06:11, Igor Grinberg grinb...@compulab.co.il wrote:
 On 03/19/15 12:43, Peter Kuemmel wrote:
 Gesendet: Donnerstag, 19. März 2015 um 08:11 Uhr
 Von: Igor Grinberg grinb...@compulab.co.il
 An: Peter Kuemmel syntheti...@gmx.net, u-boot@lists.denx.de
 Cc: Nikita Kiryanov nik...@compulab.co.il
 Betreff: Re: [U-Boot] v2015.04-rc4: broken for custom TI-based board

 Hi Peter,

 On 03/18/15 20:07, Peter Kuemmel wrote:
 I have a custom board which boots with a patched
 cm_t35 configuration based on the v2015.01 release.

 When I update to v2015.04-rc4 the system reboots
 after the x-loader has read u-boot from MMC and
 started it.

 IIUC, we have a working v2015.01 and non working v2015.04-rc4?


 Does someone has an idea which change could be
 responsible for this?

 Not sure. May be you can run a quick git bisect?
 v2015.01 .. v2015.04-rc4 shouldn't be too much.

 After bisecting it figures out that the default configuration
 does not work: I have to disable Enable Driver Model for serial drivers
 But still have to enable the Driver Model, even without any other drivers
 are selected. (Seems I have to read some documentation about the driver 
 model).

 Adding Simon to Cc.
 Simon, can you please shed some light on this?

If you look in this file there is platform data for the serial port:

arch/arm/cpu/armv7/am33xx/board.c

U_BOOT_DEVICES(am33xx_uarts) = {
...

Do you think this might be missing for this board?

For the omap3 boards it is supported to be here:
arch/arm/cpu/armv7/omap3/board.c

But perhaps for some reason it is not included?

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] v2015.04-rc4: broken for custom TI-based board

2015-03-19 Thread Igor Grinberg
Hi Peter,

On 03/18/15 20:07, Peter Kuemmel wrote:
 I have a custom board which boots with a patched
 cm_t35 configuration based on the v2015.01 release.
 
 When I update to v2015.04-rc4 the system reboots
 after the x-loader has read u-boot from MMC and
 started it.

IIUC, we have a working v2015.01 and non working v2015.04-rc4?

 
 Does someone has an idea which change could be
 responsible for this?

Not sure. May be you can run a quick git bisect?
v2015.01 .. v2015.04-rc4 shouldn't be too much.


-- 
Regards,
Igor.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] v2015.04-rc4: broken for custom TI-based board

2015-03-19 Thread Peter Kuemmel
 Gesendet: Donnerstag, 19. März 2015 um 08:11 Uhr
 Von: Igor Grinberg grinb...@compulab.co.il
 An: Peter Kuemmel syntheti...@gmx.net, u-boot@lists.denx.de
 Cc: Nikita Kiryanov nik...@compulab.co.il
 Betreff: Re: [U-Boot] v2015.04-rc4: broken for custom TI-based board

 Hi Peter,
 
 On 03/18/15 20:07, Peter Kuemmel wrote:
  I have a custom board which boots with a patched
  cm_t35 configuration based on the v2015.01 release.
  
  When I update to v2015.04-rc4 the system reboots
  after the x-loader has read u-boot from MMC and
  started it.
 
 IIUC, we have a working v2015.01 and non working v2015.04-rc4?
 
  
  Does someone has an idea which change could be
  responsible for this?
 
 Not sure. May be you can run a quick git bisect?
 v2015.01 .. v2015.04-rc4 shouldn't be too much.

After bisecting it figures out that the default configuration
does not work: I have to disable Enable Driver Model for serial drivers
But still have to enable the Driver Model, even without any other drivers
are selected. (Seems I have to read some documentation about the driver model).

Thanks,
Peter

 
 
 -- 
 Regards,
 Igor.

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] v2015.04-rc4: broken for custom TI-based board

2015-03-19 Thread Igor Grinberg
On 03/19/15 12:43, Peter Kuemmel wrote:
 Gesendet: Donnerstag, 19. März 2015 um 08:11 Uhr
 Von: Igor Grinberg grinb...@compulab.co.il
 An: Peter Kuemmel syntheti...@gmx.net, u-boot@lists.denx.de
 Cc: Nikita Kiryanov nik...@compulab.co.il
 Betreff: Re: [U-Boot] v2015.04-rc4: broken for custom TI-based board

 Hi Peter,

 On 03/18/15 20:07, Peter Kuemmel wrote:
 I have a custom board which boots with a patched
 cm_t35 configuration based on the v2015.01 release.

 When I update to v2015.04-rc4 the system reboots
 after the x-loader has read u-boot from MMC and
 started it.

 IIUC, we have a working v2015.01 and non working v2015.04-rc4?


 Does someone has an idea which change could be
 responsible for this?

 Not sure. May be you can run a quick git bisect?
 v2015.01 .. v2015.04-rc4 shouldn't be too much.
 
 After bisecting it figures out that the default configuration
 does not work: I have to disable Enable Driver Model for serial drivers
 But still have to enable the Driver Model, even without any other drivers
 are selected. (Seems I have to read some documentation about the driver 
 model).

Adding Simon to Cc.
Simon, can you please shed some light on this?

-- 
Regards,
Igor.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] v2015.04-rc4: broken for custom TI-based board

2015-03-18 Thread Peter Kuemmel
I have a custom board which boots with a patched
cm_t35 configuration based on the v2015.01 release.

When I update to v2015.04-rc4 the system reboots
after the x-loader has read u-boot from MMC and
started it.

Does someone has an idea which change could be
responsible for this?

Many thanks,
Peter
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot