[U-Boot] Please pull u-boot-marvell/master

Stefan Roese sr at denx.de
Thu Mar 24 11:09:19 CET 2016


Hi Tom,

please pull the following patches from the marvell git
repository. I plan to send some other patches still under
review a bit later - perhaps in a week or. As I'm off in
Easter vacation starting tomorrow.

Thanks,
Stefan

The following changes since commit d085ecd61b9956cda0d37b89b5c538f54440fe58:

  ARM: uniphier: switch to raw U-Boot image (2016-03-24 01:45:41 +0900)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to 7497a6a1f13eb86d68a936edecfd682bbad5752d:

  tools: kwboot: Add xmodem timeout option (2016-03-24 10:08:49 +0100)

----------------------------------------------------------------
Andreas Färber (1):
      arm: mvebu: db-88f6820: Drop obsolete binary.0 placeholder

Dirk Eibach (1):
      arm: mvebu: Fix ddr3_init() cpu config

Kevin Smith (2):
      tools: kwboot: Clean up usage text
      tools: kwboot: Add xmodem timeout option

Peter Korsgaard (1):
      ARM: sheevaplug: correct nand partition layout

Stefan Roese (5):
      gpio: Add DM GPIO driver for Marvell MVEBU
      fpga: altera: Add StratixV support
      arm: mvebu: Add some SPI CS attributes
      arm: mvebu: spi.h: Add registers for direct write access
      arm: mvebu: theadorable: Add StratixV FPGA programming support

 arch/arm/dts/armada-xp-theadorable.dts |  21 ++++
 arch/arm/include/asm/arch-mvebu/spi.h  |   3 +
 arch/arm/mach-mvebu/include/mach/cpu.h |   3 +
 board/Marvell/db-88f6820-gp/binary.0   |  16 ---
 board/theadorable/Makefile             |   1 +
 board/theadorable/fpga.c               | 179 +++++++++++++++++++++++++++++++++
 board/theadorable/theadorable.c        |  13 +++
 board/theadorable/theadorable.h        |  12 +++
 configs/theadorable_debug_defconfig    |   3 +-
 configs/theadorable_defconfig          |   2 +-
 drivers/ddr/marvell/a38x/ddr3_init.c   |   2 -
 drivers/fpga/Makefile                  |   1 +
 drivers/fpga/altera.c                  |   3 +
 drivers/fpga/stratixv.c                | 103 +++++++++++++++++++
 drivers/gpio/Kconfig                   |   7 ++
 drivers/gpio/Makefile                  |   1 +
 drivers/gpio/mvebu_gpio.c              | 119 ++++++++++++++++++++++
 include/altera.h                       |  20 ++++
 include/configs/sheevaplug.h           |   6 +-
 include/configs/theadorable.h          |   5 +
 tools/kwboot.c                         |  13 ++-
 21 files changed, 507 insertions(+), 26 deletions(-)
 delete mode 100644 board/Marvell/db-88f6820-gp/binary.0
 create mode 100644 board/theadorable/fpga.c
 create mode 100644 board/theadorable/theadorable.h
 create mode 100644 drivers/fpga/stratixv.c
 create mode 100644 drivers/gpio/mvebu_gpio.c



More information about the U-Boot mailing list