From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 7 Apr 2016 12:31:22 +0200 Subject: [U-Boot] [PATCH 0/8] usb: Move DWC3 and some gadget options to Kconfig In-Reply-To: <20160407102253.3dda1ad5@amdc2363> References: <1459874197-14460-1-git-send-email-semen.protsenko@linaro.org> <20160406155914.118074d7@amdc2363> <57054324.5000309@xilinx.com> <20160407084316.73035939@amdc2363> <570603D0.6000308@xilinx.com> <20160407102253.3dda1ad5@amdc2363> Message-ID: <570636FA.30500@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 10:22, Lukasz Majewski wrote: > Hi Michal, > >> 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. > > With cu I don't see /dev/ttyUSB1 redirected to pexpect. I personally use /dev/serial/by-patch links. > > If I might ask - which USB <-> RS232 converter do you use? We have converters directly on boards. Some of them are fdti chips and some of them cp210x. Thanks, Michal