[U-Boot] [PULL] u-boot/master
Tom Rini
trini at ti.com
Fri Aug 8 23:08:56 CEST 2014
On Thu, Aug 07, 2014 at 04:37:06PM +0200, Marek Vasut wrote:
> The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:
>
> m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-usb.git HEAD
>
> for you to fetch changes up to 401abbf150e55e974829a7cc64584d9e463fc5ea:
>
> usb: ehci: rmobile: Remove xHCI address (2014-07-28 12:47:31 +0200)
>
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (2):
> usb: ehci: rmobile: Add support R8A7794
> usb: ehci: rmobile: Remove xHCI address
>
> Stephen Warren (11):
> fs: implement size/fatsize/ext4size
> dfu: fix some issues with reads/uploads
> dfu: add write error handling
> dfu: defer parsing of device string to IO backend
> dfu: allow backend to specify a maximum buffer size
> dfu: add free_entity() to struct dfu_entity
> dfu: add SF backend
> test: dfu: script enhancements
> test: dfu: cleanup before execution
> test: dfu: add some more test cases
> dfu: fix readback buffer overflow test
>
> Łukasz Majewski (3):
> test:dfu: Add test scripts for testing DFU regression
> test:dfu: README file update
> thor: defer parsing of device string to IO backend
>
> common/cmd_dfu.c | 3 +--
> common/cmd_ext4.c | 14 +++++++++++
> common/cmd_fat.c | 13 ++++++++++
> common/cmd_fs.c | 13 ++++++++++
> common/cmd_thordown.c | 6 ++---
> drivers/dfu/Makefile | 1 +
> drivers/dfu/dfu.c | 105
> +++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
> drivers/dfu/dfu_mmc.c | 80
> ++++++++++++++++++++++++++++++++++++++++++++++--------------
> drivers/dfu/dfu_nand.c | 9 +++++--
> drivers/dfu/dfu_ram.c | 13 +++++-----
> drivers/dfu/dfu_sf.c | 139
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/usb/gadget/f_dfu.c | 20 ++++++++++++---
> drivers/usb/gadget/f_thor.c | 5 ++--
> drivers/usb/host/ehci-rmobile.c | 7 ++++--
> fs/ext4/ext4fs.c | 5 ++++
> fs/fat/fat.c | 5 ++++
> fs/fs.c | 43 +++++++++++++++++++++++++++++++++
> fs/sandbox/sandboxfs.c | 5 ++++
> include/configs/koelsch.h | 2 +-
> include/configs/lager.h | 2 +-
> include/dfu.h | 52 +++++++++++++++++++++++++++++++--------
> include/ext4fs.h | 1 +
> include/fat.h | 1 +
> include/fs.h | 9 +++++++
> include/sandboxfs.h | 1 +
> test/dfu/README | 37 ++++++++++++++++++++++++++++
> test/dfu/dfu_gadget_test.sh | 94
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> test/dfu/dfu_gadget_test_init.sh | 31 ++++++++++++++++++++++++
> 28 files changed, 626 insertions(+), 90 deletions(-)
> create mode 100644 drivers/dfu/dfu_sf.c
> create mode 100644 test/dfu/README
> create mode 100755 test/dfu/dfu_gadget_test.sh
> create mode 100755 test/dfu/dfu_gadget_test_init.sh
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140808/0d203249/attachment.pgp>
More information about the U-Boot
mailing list