From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 7 Apr 2016 08:53:04 +0200 Subject: [U-Boot] [PATCH 0/8] usb: Move DWC3 and some gadget options to Kconfig In-Reply-To: <20160407084316.73035939@amdc2363> References: <1459874197-14460-1-git-send-email-semen.protsenko@linaro.org> <20160406155914.118074d7@amdc2363> <57054324.5000309@xilinx.com> <20160407084316.73035939@amdc2363> Message-ID: <570603D0.6000308@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7.4.2016 08:43, Lukasz Majewski wrote: > 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-console > > I hope I will solve this problem today :-). I am using kermit. I have seen cu too. I am also running qemu but this should be done on real hw. Thanks, Michal