1. 30 4月, 2017 1 次提交
  2. 14 3月, 2017 1 次提交
  3. 28 1月, 2017 2 次提交
  4. 30 12月, 2016 2 次提交
  5. 24 10月, 2016 5 次提交
  6. 12 10月, 2016 1 次提交
  7. 20 9月, 2016 1 次提交
  8. 17 9月, 2016 7 次提交
  9. 09 9月, 2016 1 次提交
  10. 07 9月, 2016 1 次提交
  11. 10 6月, 2016 1 次提交
  12. 26 4月, 2016 3 次提交
  13. 24 3月, 2016 1 次提交
  14. 15 3月, 2016 1 次提交
    • S
      Kconfig: Move CONFIG_FIT and related options to Kconfig · 73223f0e
      Simon Glass 提交于
      There are already two FIT options in Kconfig but the CONFIG options are
      still in the header files. We need to do a proper move to fix this.
      
      Move these options to Kconfig and tidy up board configuration:
      
         CONFIG_FIT
         CONFIG_OF_BOARD_SETUP
         CONFIG_OF_SYSTEM_SETUP
         CONFIG_FIT_SIGNATURE
         CONFIG_FIT_BEST_MATCH
         CONFIG_FIT_VERBOSE
         CONFIG_OF_STDOUT_VIA_ALIAS
         CONFIG_RSA
      
      Unfortunately the first one is a little complicated. We need to make sure
      this option is not enabled in SPL by this change. Also this option is
      enabled automatically in the host builds by defining CONFIG_FIT in the
      image.h file. To solve this, add a new IMAGE_USE_FIT #define which can
      be used in files that are built on the host but must also build for U-Boot
      and SPL.
      
      Note: Masahiro's moveconfig.py script is amazing.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      [trini: Add microblaze change, various configs/ re-applies]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      73223f0e
  15. 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
  16. 14 1月, 2016 2 次提交
    • S
      arm: mvebu: Remove SYS_MALLOC_CLEAR_ON_INIT from DB-MV784MP-GP AXP board · e5f0a640
      Stefan Roese 提交于
      By removing CONFIG_SYS_MALLOC_CLEAR_ON_INIT, the bootup time is a bit
      faster.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      e5f0a640
    • 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
  17. 25 11月, 2015 1 次提交
  18. 22 11月, 2015 1 次提交
  19. 21 10月, 2015 2 次提交
    • S
      arm: mvebu: Enable DM_USB on AXP / A38x boards · a79c8408
      Stefan Roese 提交于
      This patch enables DM_USB on the Marvell AXP / A38x eval boards.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      a79c8408
    • S
      arm: mvebu: Add DM (driver model) support · 9cffb233
      Stefan Roese 提交于
      This patch adds driver model support for some Marvell MVEBU SoC's. Including
      Armada XP and 38x. All 3 currently mainlined boards are converted. DM is now
      selected automatically for MVEBU platforms.
      
      With this DM support now available for MVEBU, hardcoding the base addresses
      and other information is not necessary any more. Probing should be done
      by using the values provided via the device tree now instead. For this
      the driver also need to be converted to DM. Patches for some of the drivers
      will follow.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      9cffb233
  20. 20 10月, 2015 1 次提交
  21. 26 8月, 2015 1 次提交
  22. 26 6月, 2015 2 次提交
  23. 01 6月, 2015 1 次提交