Re: [U-Boot] [PATCH 4/5] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

2019-06-04 Thread Fabio Estevam
Hi Frieder, On Tue, Jun 4, 2019 at 4:09 AM Schrempf Frieder wrote: > Signed-off-by: Frieder Schrempf > > Thanks a lot for preparing the patch and sending it! As I reported yesterday to Sjoerd, this patch needs some adjustment as it breaks mx6sabresd_defconfig. Thanks _

Re: [U-Boot] [PATCH 4/5] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

2019-06-04 Thread Schrempf Frieder
Hi Sjoerd, On 03.06.19 21:00, Sjoerd Simons wrote: > From: Frieder Schrempf > > Add support for loading u-boot FIT images over the USB SPD protocol in > the SPL I always get confused by this acronym too, but *SPD* is the Social Democratic Party of Germany, currently in a deep crisis after the

Re: [U-Boot] [PATCH 4/5] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

2019-06-03 Thread Lukasz Majewski
Hi Sjoerd, > From: Frieder Schrempf > > Add support for loading u-boot FIT images over the USB SPD protocol in > the SPL > > [Small fixes to build] > Signed-off-by: Sjoerd Simons Reviewed-by: Lukasz Majewski > --- > > common/spl/spl_sdp.c | 11 -- > drivers/usb/gadget/f_sdp.

Re: [U-Boot] [PATCH 4/5] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

2019-06-03 Thread Sjoerd Simons
On Mon, 2019-06-03 at 16:17 -0300, Fabio Estevam wrote: > Hi Sjoerd, > > On Mon, Jun 3, 2019 at 4:02 PM Sjoerd Simons > wrote: > > From: Frieder Schrempf > > > > Add support for loading u-boot FIT images over the USB SPD protocol > > in > > the SPL > > > > [Small fixes to build] > > Applied t

Re: [U-Boot] [PATCH 4/5] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

2019-06-03 Thread Fabio Estevam
Hi Sjoerd, On Mon, Jun 3, 2019 at 4:02 PM Sjoerd Simons wrote: > > From: Frieder Schrempf > > Add support for loading u-boot FIT images over the USB SPD protocol in > the SPL > > [Small fixes to build] Applied this patch against U-Boot master and it still does not build for me when using mx6sab

[U-Boot] [PATCH 4/5] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

2019-06-03 Thread Sjoerd Simons
From: Frieder Schrempf Add support for loading u-boot FIT images over the USB SPD protocol in the SPL [Small fixes to build] Signed-off-by: Sjoerd Simons --- common/spl/spl_sdp.c | 11 -- drivers/usb/gadget/f_sdp.c | 41 -- include/sdp.h