[U-Boot] [PATCH 0/7] Odroid XU3: enable DWC3 and DFU/THOR/UMS
Przemyslaw Marczak
p.marczak at samsung.com
Fri May 22 18:14:21 CEST 2015
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
More information about the U-Boot
mailing list