[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master

Andreas Bießmann andreas.devel at googlemail.com
Fri Sep 11 09:45:22 CEST 2015


Hi Tom,

hopefully the last pull request for 2015.10 from atmel side. It finally
contains a fix for two siemens boards (axm, taurus) for SPL size check, a DFU
series for armv5 at91 devices acked by Łukasz Majewski and some trivial fixes.

The following changes since commit f0dc73c090317c7d0660443bc933d612a4c0c699:

  net: designware: Fix build warnings (2015-09-09 07:48:03 -0600)

are available in the git repository at:

  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to e8b81eef4499c32b11d5f120171f39f67db0db59:

  at91, taurus, smartweb: add dfu support (2015-09-11 09:35:40 +0200)

----------------------------------------------------------------
Bo Shen (1):
      ARM: atmel: boards: use default CONFIG_SYS_PBSIZE

Daniel Gorsulowski (1):
      arm: at91: convert meesc board to generic board

Heiko Schocher (7):
      at91: corvus: board updates
      corvus, dfu: add dfu support
      arm, at91: add axm extensions
      taurus: board updates
      usb: gadget: at91_udc: port linux driver at91_udc
      usb: gadget: at91_udc: add at91_udc into U-Boot
      at91, taurus, smartweb: add dfu support

 board/siemens/corvus/board.c        |   23 +-
 board/siemens/smartweb/smartweb.c   |   29 +
 board/siemens/taurus/taurus.c       |  229 ++++-
 drivers/usb/gadget/Makefile         |    1 +
 drivers/usb/gadget/at91_udc.c       | 1625 +++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/at91_udc.h       |  171 ++++
 include/configs/at91-sama5_common.h |    2 -
 include/configs/at91sam9260ek.h     |    1 -
 include/configs/at91sam9261ek.h     |    1 -
 include/configs/at91sam9263ek.h     |    1 -
 include/configs/at91sam9m10g45ek.h  |    1 -
 include/configs/at91sam9n12ek.h     |    2 -
 include/configs/at91sam9rlek.h      |    1 -
 include/configs/at91sam9x5ek.h      |    2 -
 include/configs/corvus.h            |   44 +-
 include/configs/meesc.h             |    2 +
 include/configs/smartweb.h          |   53 +-
 include/configs/taurus.h            |  120 ++-
 include/linux/usb/at91_udc.h        |   20 +
 19 files changed, 2262 insertions(+), 66 deletions(-)
 create mode 100644 drivers/usb/gadget/at91_udc.c
 create mode 100644 drivers/usb/gadget/at91_udc.h
 create mode 100644 include/linux/usb/at91_udc.h


More information about the U-Boot mailing list