1. 04 6月, 2016 1 次提交
    • M
      usb: move CONFIG_USB_XHCI to Kconfig with renaming · 0a8cc1a3
      Masahiro Yamada 提交于
      Move CONFIG_USB_XHCI to defconfig files for all boards, renaming it
      into CONFIG_USB_XHCI_HCD.
      
      As commented in the help of "config USB_XHCI" entry, this has been
      a TODO for a long time; now CONFIG_USB_XHCI_HCD and CONFIG_USB_XHCI
      have been unified in favor of the former.
      
      Note:
      Some boards define CONFIG_USB_XHCI in their headers without
      CONFIG_USB, which does not meet the "depends on" in Kconfig.
      I added CONFIG_USB=y for those boards when converting.
      Otherwise, they would fail to build.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      0a8cc1a3
  2. 28 5月, 2016 1 次提交
  3. 24 5月, 2016 2 次提交
  4. 26 4月, 2016 2 次提交
  5. 21 4月, 2016 1 次提交
  6. 14 4月, 2016 3 次提交
  7. 02 4月, 2016 1 次提交
  8. 26 3月, 2016 1 次提交
  9. 22 2月, 2016 1 次提交
  10. 27 1月, 2016 2 次提交
  11. 13 1月, 2016 1 次提交
  12. 18 12月, 2015 1 次提交
  13. 07 12月, 2015 2 次提交
  14. 25 11月, 2015 1 次提交
  15. 19 11月, 2015 1 次提交
  16. 04 11月, 2015 1 次提交
  17. 25 10月, 2015 3 次提交
  18. 28 9月, 2015 1 次提交
  19. 19 8月, 2015 2 次提交
  20. 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
  21. 26 6月, 2015 2 次提交
  22. 11 6月, 2015 1 次提交
  23. 01 6月, 2015 1 次提交
  24. 13 5月, 2015 1 次提交
  25. 29 4月, 2015 1 次提交
  26. 19 4月, 2015 1 次提交
  27. 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
  28. 16 3月, 2015 1 次提交
  29. 30 1月, 2015 2 次提交