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

Andreas Bießmann andreas.devel at googlemail.com
Tue May 27 00:16:26 CEST 2014


Dear Albert Aribaud,

please pull the following changes from u-boot-atmel/master into
u-boot-arm/master.

The following changes since commit 49692c5f517d8e44ed9db0de778728fe7d2a300c:

  net/designware: Make DMA burst length configurable and reduce by default (2014-05-25 17:23:58 +0200)

are available in the git repository at:

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

for you to fetch changes up to 9637a1bb896efe392a58dd2772e2c3fcb646409d:

  ARM: at91sam9m10g45ek: add mmc environment configuration support (2014-05-27 00:10:55 +0200)

----------------------------------------------------------------
Andreas Bießmann (4):
      corvus: remove unneeded CONFIG_AT91_LEGACY
      mkimage: add atmelimage
      arm:at91: enable ROM loadable atmel image
      sama5d3xek: enable PMECC header generation

Bo Shen (6):
      ARM: atmel: switch to main crystal osc for SPL boot
      ARM: atmel: enable SPL on sama5d3_xplained board
      ARM: atmel: sama5d3xek: convert to generic board
      ARM: atmel: sama5d3_xplained: convert to generic board
      ARM: atmel: at91sam9m10g45ek: convert to generic board
      ARM: atmel: at91sam9x5ek: convert to generic board

Wu, Josh (8):
      gpio: at91: add sanity check for the NULL pointer
      mmc: atmel_mci: fix print incorrect buffer content for debug
      ARM: at91: remove AT91X40 macro since it is not use any more
      ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header
      at91: remove redundant AT91FAMILY definition in board config file
      ARM: at91: remove redundant ARM926EJS definition in board config files
      ARM: at91sam9m10g45ek: enable mci0 support
      ARM: at91sam9m10g45ek: add mmc environment configuration support

 .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c    |   17 +
 arch/arm/cpu/armv7/at91/config.mk                  |   10 +
 arch/arm/cpu/at91-common/spl.c                     |   39 +++
 arch/arm/include/asm/arch-at91/at91_pmc.h          |    4 +
 arch/arm/include/asm/arch-at91/at91sam9x5.h        |    3 +
 arch/arm/include/asm/arch-at91/hardware.h          |    2 -
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |   10 +
 board/atmel/sama5d3_xplained/sama5d3_xplained.c    |   87 +++++
 boards.cfg                                         |    1 +
 common/image.c                                     |    1 +
 doc/README.atmel_pmecc                             |   21 ++
 drivers/gpio/at91_gpio.c                           |    3 +-
 drivers/mmc/gen_atmel_mci.c                        |    5 +-
 include/configs/at91sam9m10g45ek.h                 |   37 ++-
 include/configs/at91sam9n12ek.h                    |    3 -
 include/configs/at91sam9x5ek.h                     |    3 +-
 include/configs/corvus.h                           |    3 -
 include/configs/cpu9260.h                          |    1 -
 include/configs/ethernut5.h                        |    2 -
 include/configs/sama5d3_xplained.h                 |   53 ++-
 include/configs/sama5d3xek.h                       |    4 +-
 include/configs/vl_ma2sc.h                         |    2 -
 include/image.h                                    |    1 +
 spl/Makefile                                       |   11 +
 tools/Makefile                                     |    3 +
 tools/atmel_pmecc_params.c                         |   51 +++
 tools/atmelimage.c                                 |  342 ++++++++++++++++++++
 tools/imagetool.c                                  |    2 +
 tools/imagetool.h                                  |    1 +
 29 files changed, 701 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/at91/config.mk
 create mode 100644 tools/atmel_pmecc_params.c
 create mode 100644 tools/atmelimage.c


More information about the U-Boot mailing list