[U-Boot] at91: fix a USB problem for AT91SAM9261

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sat May 2 22:08:52 CEST 2009


On 21:27 Sat 02 May     , Remy Bohmer wrote:
> Hello,
> 
> 2009/5/2 RONETIX - Ilko Iliev <iliev at ronetix.at>:
> > This patch corrects the missing PLLB initialization in usb_cpu_init()
> > for AT91SAM9261.
> > Because of the missing PLLB initialization, the USB support for all
> > AT91SAM9261 based boards doesn't work.
> 
> Well, the PLLB should be configured correctly by the AT91-bootstrap
> code (from Atmel).
no this is the case only if you supposed that you use U-Boot as second
stage bootloader which is not the case for the PM9263, PM9261 and other
boards (9263ek too for norflash boot as example)

As already agree with Atmel dev, the bootstrap will have to init only what
it need to use which is not the case of the USB Host. U-Boot and other binary
will have to take care of it's own init.

Best Regards,
J.


More information about the U-Boot mailing list