1. 22 7月, 2016 2 次提交
  2. 10 6月, 2016 1 次提交
  3. 24 5月, 2016 1 次提交
    • M
      ARM: zynq: Simplify zynq configuration · ad5b5801
      Michal Simek 提交于
      Extending Kconfig for adding new platform is a lot of work
      for nothing. Setting SYS_CONFIG_NAME directly in Kconfig and
      remove all dependencies on TARGET_ZYNQ_* options including SPL.
      As a side-effect it also remove custom init folder for ps7_init_gpl.*
      files. Folder is chosen based on device-tree file.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      ad5b5801
  4. 26 4月, 2016 3 次提交
  5. 20 4月, 2016 3 次提交
  6. 02 4月, 2016 1 次提交
  7. 26 3月, 2016 1 次提交
  8. 22 2月, 2016 1 次提交
  9. 27 1月, 2016 2 次提交
  10. 13 1月, 2016 1 次提交
  11. 18 12月, 2015 1 次提交
  12. 07 12月, 2015 2 次提交
  13. 25 11月, 2015 1 次提交
  14. 19 11月, 2015 1 次提交
  15. 04 11月, 2015 1 次提交
  16. 25 10月, 2015 3 次提交
  17. 28 9月, 2015 1 次提交
  18. 19 8月, 2015 2 次提交
  19. 01 7月, 2015 1 次提交
    • J
      zynq: defconfig: Move CONFIG_OF_* to Kconfig · d065cfd9
      Jagan Teki 提交于
      This commit moves:
      - CONFIG_OF_CONTROL
      - SPL_DISABLE_OF_CONTROL
      
      from zynq_*_defconfig files into arch/arm/Kconfig "config ARCH_ZYNQ"
      Signed-off-by: NJagan Teki <jteki@openedev.com>
      Cc: Michal Simek <michal.simek@xilinx.com>
      Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      d065cfd9
  20. 26 6月, 2015 2 次提交
  21. 11 6月, 2015 1 次提交
  22. 01 6月, 2015 1 次提交
  23. 13 5月, 2015 1 次提交
  24. 29 4月, 2015 1 次提交
  25. 19 4月, 2015 1 次提交
  26. 09 4月, 2015 1 次提交
    • M
      ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot · 321f86e1
      Masahiro Yamada 提交于
      Since commit 326a6823 (malloc_f: enable SYS_MALLOC_F by default
      if DM is on), Zynq MMC boot hangs up after printing the following:
      
          U-Boot SPL 2015.04-rc5-00053-gadcc5705 (Apr 08 2015 - 12:59:11)
          mmc boot
          reading system.dtb
      
      Prior to commit 326a6823, Zynq boards enabled CONFIG_DM, but
      not CONFIG_SYS_MALLOC_F.  That commit forcibly turned on
      CONFIG_SYS_MALLOC_F.  I have not figured out the root cause, but
      anyway it looks like CONFIG_SYS_MALLOC_F gave a bad impact on the
      Zynq MMC boot.
      
      We are planning to have the v2015.04 release in a few days.
      I know this is a defensive fixup, but what I can do now is to add
         # CONFIG_SYS_MALLOC_F is not set
      to every Zynq defconfig file to get back the original behavior.
      
      Tested on:
        - Zedboard
        - ZC706 board
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Tested-by: NMichal Simek <michal.simek@xilinx.com>
      Cc: Simon Glass <sjg@chromium.org>
      321f86e1
  27. 16 3月, 2015 1 次提交
  28. 30 1月, 2015 2 次提交