From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Mon, 08 Jun 2015 16:28:51 +0200 Subject: [U-Boot] [GIT] Pull request: u-boot-dfu Message-ID: <20150608162851.094bf5c0@amdc2363> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -- Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group