All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] Enable usage of SDP for i.MX6 Sabre Auto Boards
@ 2019-06-04 19:56 Sjoerd Simons
  2019-06-04 19:56 ` [U-Boot] [PATCH v2 1/3] mx6sabreauto: Remove CONFIG_SPL_DM to decrease the SPL size Sjoerd Simons
                   ` (2 more replies)
  0 siblings, 3 replies; 30+ messages in thread
From: Sjoerd Simons @ 2019-06-04 19:56 UTC (permalink / raw)
  To: u-boot

Being able to upload u-boot over USB is rather useful, so ideally this
functionality should be enabled by the default config for these boards.
Currently however no USB support is built into the SPL nor is SDP
enabled for i.MX6 Sabre Auto boards.

This round only has the patches needed for SDP support, the somewhat unrelated
fixes have been been sent seperately (but without the u-boot image will
fail to boot). And ofcourse fixes the build problem reported by Fabio.

The first patch drops SPL DM support as there is no way to fit that
*and* USB support in at the momenT.

The seconds patch enabled USB & SPL SDP support for the board.

Patch three adds support for loading FIT images over SDP as that is what
is in use for the Sabre auto's main u-boot image.

Patchset tested by using uuu with the following configuration:
```
uuu_version 1.2
SDP: boot -f  SPL
SDPU: write -f u-boot-dtb.img -addr 0x10000000
SDPU: jump -addr 0x10000000
SDPU: done
```

Changes in v2:
- Fix build with CMD_USB_SDP
- Add SoB from Frieder Schrempf

Frieder Schrempf (1):
  usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

Sjoerd Simons (2):
  mx6sabreauto: Remove CONFIG_SPL_DM to decrease the SPL size
  mx6sabreauto: Enable SPL SDP support

 common/spl/spl_sdp.c           | 12 +++++---
 configs/mx6sabreauto_defconfig |  4 ++-
 drivers/usb/gadget/f_sdp.c     | 53 ++++++++++++++++++++++++++++++----
 include/sdp.h                  |  9 +++++-
 4 files changed, 66 insertions(+), 12 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2019-07-23  6:51 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 19:56 [U-Boot] [PATCH v2 0/3] Enable usage of SDP for i.MX6 Sabre Auto Boards Sjoerd Simons
2019-06-04 19:56 ` [U-Boot] [PATCH v2 1/3] mx6sabreauto: Remove CONFIG_SPL_DM to decrease the SPL size Sjoerd Simons
2019-06-04 20:25   ` Fabio Estevam
2019-06-11  8:44   ` sbabic at denx.de
2019-06-04 19:56 ` [U-Boot] [PATCH v2 2/3] mx6sabreauto: Enable SPL SDP support Sjoerd Simons
2019-06-04 20:26   ` Fabio Estevam
2019-06-11  8:44   ` sbabic at denx.de
2019-06-04 19:56 ` [U-Boot] [PATCH v2 3/3] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP Sjoerd Simons
2019-06-04 20:19   ` Fabio Estevam
2019-06-04 20:41     ` Sjoerd Simons
2019-06-04 21:56       ` Fabio Estevam
2019-06-05  7:25         ` Sjoerd Simons
2019-06-05 12:23           ` Fabio Estevam
2019-06-05  9:40         ` Lukasz Majewski
2019-06-05 10:00           ` Sjoerd Simons
2019-06-05 10:31             ` Lukasz Majewski
2019-06-17 14:26         ` Sjoerd Simons
2019-06-17 14:57           ` Fabio Estevam
2019-06-19  2:00           ` Breno Matheus Lima
2019-06-19  9:53             ` Sjoerd Simons
2019-06-04 21:46     ` Lukasz Majewski
2019-06-11 12:44   ` Fabio Estevam
2019-06-11 12:48     ` Fabio Estevam
2019-06-11 13:11     ` Stefano Babic
2019-06-11 13:14       ` Fabio Estevam
2019-06-11 13:53         ` Lukasz Majewski
2019-07-22 18:31           ` Fabio Estevam
2019-07-22 20:52             ` Lukasz Majewski
2019-07-22 20:54               ` Fabio Estevam
2019-07-23  6:51             ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.