From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jocelyn Bohr Date: Tue, 01 May 2018 06:16:24 +0000 Subject: [U-Boot] [RFC PATCH v1 0/5] Add fastboot UDP support In-Reply-To: References: <1524562627-5794-1-git-send-email-alex.kiernan@gmail.com> <20180427100435.6fc1774d@jawa> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Great, I will check out v2! And yes free to add a "Signed-off-by" for me on any of the original patchsets. On Mon, Apr 30, 2018 at 1:37 AM Alex Kiernan wrote: > On Fri, Apr 27, 2018 at 1:20 PM, Alex Kiernan > wrote: > > On Fri, Apr 27, 2018 at 9:04 AM, Lukasz Majewski wrote: > >> Hi Kever, > >> > >>> Hi Jocelyn and Alex, > >>> > >>> > >>> It's great to see you are getting this feature from google code > >>> to be mainline code. > >>> > >>> My opinion is that we should have the same fastboot cmd handling > >>> in both UDP and USB in a common file, but not have separate code in > >>> net/fastboot.c and drivers/usb/gadget/f_fastboot.c, could you try to > >>> merge these two in one? > >> > >> I've already proposed to put common code (the protocol handling) > >> into /drivers/fastboot and have only small glue code for USB and NET. > >> > > > > I'm working towards that. I'm starting with the command > > implementations, then I'll look at the protocol. > > > > Hopefully I'll get an RFCv2 out sometime over the weekend with the > > first bits done. > > > > Just posted a v2, still needs more work, but getting feedback on the > direction would be useful. > > -- > Alex Kiernan >