[U-Boot] [PULL] u-boot-socfpga/master

Marek Vasut marex at denx.de
Tue Nov 11 18:20:10 CET 2014


Dangling PR, sorry it's late ...

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

  arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)

are available in the git repository at:

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

for you to fetch changes up to a877bec3ecd7961211a59b2c130e055e0f771976:

  arm: socfpga: Add socfpga_spim_enable() to reset_manager.c (2014-11-07 
16:09:10 +0100)

----------------------------------------------------------------
Anatolij Gustschin (1):
      socfpga_cyclone5.h: fix kernel console argument in default environment

Marek Vasut (1):
      arm: socfpga: Add example config entry for EPCS/EPCQ SPI

Stefan Roese (4):
      arm: socfpga: Add I2C support to SoCFPGA
      arm: socfpga: Add DT support for SoCFPGA and add socfpga_socrates target
      arm: socfpga: Add DW master SPI clock to clock_manager.c
      arm: socfpga: Add socfpga_spim_enable() to reset_manager.c

 arch/arm/cpu/armv7/socfpga/clock_manager.c        |  14 ++
 arch/arm/cpu/armv7/socfpga/misc.c                 |   6 +
 arch/arm/cpu/armv7/socfpga/reset_manager.c        |   9 ++
 arch/arm/dts/Makefile                             |   2 +
 arch/arm/dts/socfpga.dtsi                         | 755 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/socfpga_cyclone5.dtsi                |  51 ++++++
 arch/arm/dts/socfpga_cyclone5_socrates.dts        |  50 ++++++
 arch/arm/include/asm/arch-socfpga/gpio.h          |  10 ++
 arch/arm/include/asm/arch-socfpga/reset_manager.h |   3 +
 configs/socfpga_socrates_defconfig                |   5 +
 include/configs/socfpga_common.h                  |  46 ++++++
 include/configs/socfpga_cyclone5.h                |   2 +-
 include/dt-bindings/reset/altr,rst-mgr.h          |  90 +++++++++++
 13 files changed, 1042 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/socfpga.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_socrates.dts
 create mode 100644 arch/arm/include/asm/arch-socfpga/gpio.h
 create mode 100644 configs/socfpga_socrates_defconfig
 create mode 100644 include/dt-bindings/reset/altr,rst-mgr.h


More information about the U-Boot mailing list