1. 11 7月, 2020 3 次提交
  2. 22 5月, 2020 1 次提交
  3. 19 5月, 2020 1 次提交
  4. 28 2月, 2020 1 次提交
  5. 01 2月, 2020 1 次提交
  6. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  7. 04 12月, 2017 1 次提交
  8. 28 11月, 2017 2 次提交
  9. 30 8月, 2017 1 次提交
  10. 20 8月, 2017 1 次提交
  11. 26 7月, 2017 1 次提交
  12. 25 6月, 2017 1 次提交
  13. 17 5月, 2017 1 次提交
  14. 23 2月, 2017 1 次提交
    • M
      ARM: uniphier: deassert RST_n of eMMC device for LD11/LD20 · c21f5854
      Masahiro Yamada 提交于
      For LD11 and LD20 SoCs, the RST_n pin is asserted by default.  If
      the EXT_CSD[162], bit[1:0] (RST_n_ENABLE) is fused, the eMMC device
      would stay in the reset state until its RST_n pin is deasserted by
      software.
      
      Currently, this is cared by an ad-hoc way because the eMMC hardware
      reset provider is not supported in U-Boot for now.  This code should
      be re-written once the "mmc-pwrseq-emmc" binding is supported.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      c21f5854
  15. 22 1月, 2017 5 次提交
  16. 18 1月, 2017 2 次提交
  17. 17 1月, 2017 1 次提交
  18. 10 10月, 2016 1 次提交
  19. 23 9月, 2016 1 次提交
  20. 18 9月, 2016 4 次提交
  21. 14 9月, 2016 1 次提交
    • M
      ARM: uniphier: merge board init functions into board_init() · b2916712
      Masahiro Yamada 提交于
      Currently, the UniPhier platform calls several init functions in the
      following order:
      
        [1] spl_board_init()
        [2] board_early_init_f()
        [3] board_init()
        [4] board_early_init_r()
        [5] board_late_init()
      
      The serial console is not ready at the point of [2], so we want to
      avoid using [2] from the view point of debuggability.  Fortunately,
      all of the initialization in [2] can be delayed until [3].  I see no
      good reason to split into [3] and [4].  So, merge [2] through [4].
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      b2916712
  22. 02 7月, 2016 1 次提交
  23. 25 5月, 2016 1 次提交
  24. 24 4月, 2016 1 次提交
  25. 31 3月, 2016 1 次提交
  26. 24 3月, 2016 1 次提交
  27. 13 1月, 2016 1 次提交
  28. 24 9月, 2015 2 次提交