
Hi Michal,
On 6.4.2016 15:59, Lukasz Majewski wrote:
Hi Semen,
Hi All,
This patch series move next options to Kconfigs/defconfigs:
- CONFIG_USB_DWC3*
- CONFIG_USB_GADGET_VBUS_DRAW
- CONFIG_USB_GADGET_DUALSPEED (partially, only for DWC3 platforms
for now)
- CONFIG_USB_GADGET_DOWNLOAD
- CONFIG_G_DNL_*
All defconfig files were post-processed via "make savedefconfig" rule to keep correct order of options in defconfigs.
The whole series was tested using buildman tool for all arm boards.
I've reviewed your work and I don't have any objections.
Now, I'm trying to setup python test environment (DFU, UMS), so I cannot thoroughly test it.
test/py?
Yes, indeed.
I've some problems with stdin/stdout operation via u-boot-test-console script with using cu on my Odroid XU3.
I do perform soft reset on my board (by sending "reset") and thereafter it seems like no output from u-boot console is examined by pexpect.
I've asked Stephen for sharing his u-boot-test-console file, so he pointed me towards his github:
https://github.com/swarren/uboot-test-hooks/blob/master/bin/u-boot-test-cons...
I hope I will solve this problem today :-).
Thanks, Michal