[U-Boot] [GIT] Pull request: u-boot-dfu

The following changes since commit 19b17d12549fbd670e516e40757265e406153da3:
drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect (2015-06-07 15:46:02 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 2911bd1858d11308164b0b33de4ea0e8994d3edf:
samsung: common: add example boot scripts (2015-06-08 15:26:11 +0200)
---------------------------------------------------------------- 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

On Monday, June 08, 2015 at 04:28:51 PM, Lukasz Majewski wrote:
The following changes since commit 19b17d12549fbd670e516e40757265e406153da3:
drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect (2015-06-07 15:46:02 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 2911bd1858d11308164b0b33de4ea0e8994d3edf:
samsung: common: add example boot scripts (2015-06-08 15:26:11 +0200)
Pulled, thanks!
Best regards, Marek Vasut
participants (2)
-
Lukasz Majewski
-
Marek Vasut