From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 20 Aug 2014 13:12:21 +0200 Subject: [U-Boot] [PULL] u-boot/master Message-ID: <201408201312.21229.marex@denx.de> 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 e49f14af1349eef94e41b636320bbfcace7403b5: patman: Only use git's --no-decorate when available (2014-08-13 08:34:16 -0600) are available in the git repository at: git://git.denx.de/u-boot-usb.git HEAD for you to fetch changes up to 801123fe50464156103774a6e6d068ee4352a10b: test: ums: Add script for testing UMS gadget operation (2014-08-20 13:10:33 +0200) ---------------------------------------------------------------- ?ukasz Majewski (4): samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files test: dfu: cosmetic: Add missing license information to DFU test scripts test: ums: Add script for testing UMS gadget operation board/samsung/common/Makefile | 2 +- board/samsung/common/{thor.c => gadget.c} | 3 ++ include/configs/exynos4-dt.h | 2 ++ test/dfu/dfu_gadget_test.sh | 10 ++++++ test/dfu/dfu_gadget_test_init.sh | 16 ++++++++- test/ums/README | 30 +++++++++++++++++ test/ums/ums_gadget_test.sh | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 236 insertions(+), 2 deletions(-) rename board/samsung/common/{thor.c => gadget.c} (77%) create mode 100644 test/ums/README create mode 100755 test/ums/ums_gadget_test.sh