public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] Odroid XU3: enable DWC3 and DFU/THOR/UMS
@ 2015-05-22 16:14 Przemyslaw Marczak
  2015-05-22 16:14 ` [U-Boot] [PATCH 1/7] arm: exynos: USB3 PHY base definition for Exynos5 SoCs Przemyslaw Marczak
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Przemyslaw Marczak @ 2015-05-22 16:14 UTC (permalink / raw)
  To: u-boot

Hello,
this patchset consists of all features required to use DFU on Odroid XU3.
The default extra environment settings from exynos5-common.h is redefined
and appended by dfu env settings.

For an example of boot.scr for this board, two script files are added,
for booting zImage only, or any of zImage/uImage/FIT.

DFU, THOR, UMS and boot with the attached scripts were tested on Odroid XU3.

The patchset is rebased on master tree:
'3238639 Tom Rini Merge git://git.denx.de/u-boot-net'

Thanks,
Przemyslaw Marczak

Inha Song (2):
  smdk5420: board: add functions to init dfu environment settings
  usb: f_mass_storage: sleep_thread: decrease the interval for check
    ctrlc()

Joonyoung Shim (1):
  smdk5420: board: add functions required to enable USB DWC3

Przemyslaw Marczak (2):
  odroid-xu3: config: enable DFU/THOR/UMS by add configs and environment
  samsung: common: add example boot scripts

??ukasz Majewski (2):
  arm: exynos: USB3 PHY base definition for Exynos5 SoCs
  samsung: usb: phy: Support for DWC3 PHY

 arch/arm/include/asm/arch-exynos/cpu.h        |  2 +-
 board/samsung/common/board.c                  |  6 +-
 board/samsung/common/bootscripts/autoboot.cmd | 92 +++++++++++++++++++++++++++
 board/samsung/common/bootscripts/bootzimg.cmd | 10 +++
 board/samsung/smdk5420/smdk5420.c             | 80 +++++++++++++++++++++--
 drivers/usb/dwc3/Makefile                     |  1 +
 drivers/usb/dwc3/samsung_usb_phy.c            | 78 +++++++++++++++++++++++
 drivers/usb/gadget/f_mass_storage.c           |  2 +-
 include/configs/odroid_xu3.h                  | 88 ++++++++++++++++++++++++-
 include/samsung-usb-phy-uboot.h               | 16 +++++
 10 files changed, 363 insertions(+), 12 deletions(-)
 create mode 100644 board/samsung/common/bootscripts/autoboot.cmd
 create mode 100644 board/samsung/common/bootscripts/bootzimg.cmd
 create mode 100644 drivers/usb/dwc3/samsung_usb_phy.c
 create mode 100644 include/samsung-usb-phy-uboot.h

-- 
1.9.1

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

end of thread, other threads:[~2015-06-08 14:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 16:14 [U-Boot] [PATCH 0/7] Odroid XU3: enable DWC3 and DFU/THOR/UMS Przemyslaw Marczak
2015-05-22 16:14 ` [U-Boot] [PATCH 1/7] arm: exynos: USB3 PHY base definition for Exynos5 SoCs Przemyslaw Marczak
2015-05-22 16:14 ` [U-Boot] [PATCH 2/7] samsung: usb: phy: Support for DWC3 PHY Przemyslaw Marczak
2015-05-22 16:14 ` [U-Boot] [PATCH 3/7] smdk5420: board: add functions required to enable USB DWC3 Przemyslaw Marczak
2015-05-22 16:14 ` [U-Boot] [PATCH 4/7] smdk5420: board: add functions to init dfu environment settings Przemyslaw Marczak
2015-05-22 16:14 ` [U-Boot] [PATCH 5/7] usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc() Przemyslaw Marczak
2015-05-22 16:14 ` [U-Boot] [PATCH 6/7] odroid-xu3: config: enable DFU/THOR/UMS by add configs and environment Przemyslaw Marczak
2015-05-22 16:14 ` [U-Boot] [PATCH 7/7] samsung: common: add example boot scripts Przemyslaw Marczak
2015-05-22 19:40 ` [U-Boot] [PATCH 0/7] Odroid XU3: enable DWC3 and DFU/THOR/UMS Marek Vasut
2015-05-25  8:51   ` Przemyslaw Marczak
2015-05-25 10:24     ` Marek Vasut
2015-05-25 10:42       ` Przemyslaw Marczak
2015-05-25 11:15         ` Marek Vasut
2015-05-25 11:28           ` Przemyslaw Marczak
2015-05-25 14:51   ` Lukasz Majewski
2015-05-25 15:07     ` Marek Vasut
2015-05-26  0:50       ` Minkyu Kang
2015-06-08 14:03 ` Lukasz Majewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox