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

Andreas Bießmann andreas.devel at googlemail.com
Sun Dec 1 22:50:12 CET 2013


Dear Albert Aribaud,

please pull u-boot-atmel/master into u-boot-arm/master.
This PR supersedes http://patchwork.ozlabs.org/patch/291044/

The following changes since commit 56eb3da43fab5990a4b7bc118b76c7cae2ceb140:

  arm, am335x: update for the siemens boards (2013-11-12 09:53:59 -0500)

are available in the git repository at:

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

for you to fetch changes up to d07e2b598a690d6eb75019b379fc4933affe3d2c:

  arm: atmel: eb_cpux9k2: config clean up (2013-12-01 22:38:53 +0100)

----------------------------------------------------------------
Andreas Bießmann (6):
      video: remove AT91 legacy API from bus_vcxk
      i2c: switch from AT91 legacy to ATMEL legacy
      at91sam9m10g45ek: remove unused CONFIG_AT91_LEGACY
      snapper9260: remove unused AT91_LEGACY
      net: remove unused CONFIG_AT91_LEGACY
      at91: remove all occourances of CONFIG_AT91_LEGACY

Bo Shen (8):
      arm: atmel: sama5d3: correct the ID for DBGU and PIT
      arm: at91: pm9261: remove undefined bit in mckr
      arm: atmel: sama5d3: correct the error define of DIV
      arm: atmel: sama5d3: the offset of MULA is 18
      arm: atmel: sama5d3: early enable PIO peripherals
      arm: atmel: add ddr2 initialization function
      arm: atmel: sama5d3: spl boot from fat fs SD card
      arm: atmel: sam9m10g45ek: let CONFIG_SYS_NO_FLASH at proper position

Heiko Schocher (1):
      arm926ejs, at91: add common phy_reset function

Jens Scharsig (BuS Elektronik) (1):
      arm: atmel: eb_cpux9k2: config clean up

Wu, Josh (1):
      ARM: at91: sama5d3: add support for sama5d36 chip

 arch/arm/cpu/Makefile                           |    1 +
 arch/arm/cpu/armv7/Makefile                     |    2 +-
 arch/arm/cpu/armv7/at91/sama5d3_devices.c       |    6 +-
 arch/arm/cpu/armv7/at91/timer.c                 |    2 +-
 arch/arm/cpu/at91-common/Makefile               |   12 +++
 arch/arm/cpu/at91-common/mpddrc.c               |  124 +++++++++++++++++++++++
 arch/arm/cpu/at91-common/phy.c                  |   57 +++++++++++
 arch/arm/cpu/at91-common/spl.c                  |   90 ++++++++++++++++
 arch/arm/cpu/at91-common/u-boot-spl.lds         |   50 +++++++++
 arch/arm/include/asm/arch-at91/at91_common.h    |    5 +
 arch/arm/include/asm/arch-at91/at91_pio.h       |   33 ------
 arch/arm/include/asm/arch-at91/at91_pit.h       |   16 ---
 arch/arm/include/asm/arch-at91/at91_pmc.h       |   59 ++---------
 arch/arm/include/asm/arch-at91/at91_spi.h       |    2 +-
 arch/arm/include/asm/arch-at91/at91_wdt.h       |   21 ----
 arch/arm/include/asm/arch-at91/at91cap9.h       |   69 -------------
 arch/arm/include/asm/arch-at91/at91sam9_smc.h   |   60 -----------
 arch/arm/include/asm/arch-at91/atmel_mpddrc.h   |  115 +++++++++++++++++++++
 arch/arm/include/asm/arch-at91/sama5d3.h        |    3 +
 arch/arm/include/asm/arch-at91/spl.h            |   20 ++++
 board/BuS/vl_ma2sc/vl_ma2sc.c                   |   18 +---
 board/afeb9260/afeb9260.c                       |   18 +---
 board/atmel/at91sam9260ek/at91sam9260ek.c       |   19 +---
 board/atmel/at91sam9263ek/at91sam9263ek.c       |   19 +---
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |   19 +---
 board/atmel/sama5d3xek/sama5d3xek.c             |   91 +++++++++++++++++
 board/bluewater/snapper9260/snapper9260.c       |   16 +--
 board/calao/sbc35_a9g20/sbc35_a9g20.c           |   19 +---
 board/eukrea/cpu9260/cpu9260.c                  |   18 +---
 board/taskit/stamp9g20/stamp9g20.c              |   31 +-----
 doc/README.at91-soc                             |    7 ++
 drivers/i2c/soft_i2c.c                          |    2 +-
 drivers/net/at91_emac.c                         |    9 --
 drivers/video/bus_vcxk.c                        |   15 ---
 include/configs/afeb9260.h                      |    2 +-
 include/configs/at91sam9260ek.h                 |    1 +
 include/configs/at91sam9263ek.h                 |    1 +
 include/configs/at91sam9m10g45ek.h              |    9 +-
 include/configs/cpu9260.h                       |    1 +
 include/configs/eb_cpux9k2.h                    |    4 -
 include/configs/pm9261.h                        |    6 +-
 include/configs/sama5d3xek.h                    |   34 +++++++
 include/configs/sbc35_a9g20.h                   |    1 +
 include/configs/snapper9260.h                   |    2 +-
 include/configs/stamp9g20.h                     |    1 +
 include/configs/vl_ma2sc.h                      |    1 +
 include/i2c.h                                   |    2 +-
 47 files changed, 655 insertions(+), 458 deletions(-)
 create mode 100644 arch/arm/cpu/at91-common/Makefile
 create mode 100644 arch/arm/cpu/at91-common/mpddrc.c
 create mode 100644 arch/arm/cpu/at91-common/phy.c
 create mode 100644 arch/arm/cpu/at91-common/spl.c
 create mode 100644 arch/arm/cpu/at91-common/u-boot-spl.lds
 create mode 100644 arch/arm/include/asm/arch-at91/atmel_mpddrc.h
 create mode 100644 arch/arm/include/asm/arch-at91/spl.h


More information about the U-Boot mailing list