1. 06 11月, 2018 1 次提交
  2. 24 3月, 2016 1 次提交
  3. 27 1月, 2016 1 次提交
    • S
      arm: mvebu: Add support for the Armada XP theadorable board · b20c38a9
      Stefan Roese 提交于
      This patch adds support for the Armada XP (MV78260) based theadorable
      board. Its equipped with onboard DDR3, UART, ethernet, I2C, SPI NOR,
      LCD and SATA (SSD) interfaces / devices.
      
      Two defconfigs are added:
      
      theadorable_defconfig:
      The production U-Boot version with a stripped down drivers and feature
      list. This removes networking, USB and PCI support.
      
      theadorable_debug_defconfig:
      The debugging / testing U-Boot version with full support for all drivers.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      Signed-off-by: NStefan Roese <sr@denx.de>
      b20c38a9
  4. 14 1月, 2016 3 次提交
    • S
      arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board · 18c1272f
      Stefan Roese 提交于
      This is needed for the upcoming ethernet DM conversion of the maxbcm
      board. The configuration of the PHY is then extracted from the DT
      instead of using the defines from the config header.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      18c1272f
    • S
      arm: mvebu: Add SPI driver model support · 09a54c00
      Stefan Roese 提交于
      This patch enables the DM support for the SPI driver and the
      SPI NOR flash chips. Some MVEBU boards boot from SPI NOR, so
      adding the aliases and enabling CONFIG_DM_SEQ_ALIAS is needed
      here.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      Cc: Dirk Eibach <dirk.eibach@gdsys.cc>
      Cc: Simon Glass <sjg@chromium.org>
      09a54c00
    • S
      arm: mvebu: Add DM and OF_CONTROL support to SPL · 6451223a
      Stefan Roese 提交于
      This patch adds full DM support to the SPL on MVEBU. Currently
      only serial is supported. Other drivers will follow.
      
      This patch also adds the necessary config values for the DEBUG UART
      to the MVEBU defconfig files. This came in handy while implementing
      this DM support.
      
      Additionally, the mvebu specific SPL linker script is removed and
      this common one is used instead:
      
         arch/arm/cpu/u-boot-spl.lds
      
      This common linker script already handles all special cases. No need
      to reinvent the wheel for MVEBU here.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      Cc: Dirk Eibach <dirk.eibach@gdsys.cc>
      Cc: Simon Glass <sjg@chromium.org>
      6451223a
  5. 21 10月, 2015 1 次提交