
Hi Stephen,
On 13 April 2015 at 13:03, Stephen Warren swarren@wwwdotorg.org wrote:
On 04/13/2015 11:52 AM, Simon Glass wrote: ...
>> >> On 8 April 2015 at 21:07, Simon Glass sjg@chromium.org wrote: >>> >>> I have quite a few patches queued up in the next branch of >>> u-boot-dm, >>> ready for when the merge window options. >>> >>> If anyone has time and can give it a spin on their board, it would >>> be >>> much >>> appreciated!
...
I've pushed a new u-boot-dm/next if you'd like to try it.
(On Seaboard at least) this solves the two problems we were discussing:
- Cache alignment issues during NAND writes.
- Failure to enumerate some USB devices.
However, I just noticed that USB keyboard support doesn't work (On Seaboard at least). I've bisect this to:
6105422c50ee dm: usb: Move descriptor setup code into its own function
Interesting - there is a small change in that function which I thought was safe, but apparently not. I'll revert it and re-test later today, and let you know when it is ready.
Regards, Simon