Skip to content
Snippets Groups Projects
  1. Jan 22, 2017
  2. Jan 17, 2017
  3. Oct 10, 2016
  4. Sep 22, 2016
  5. Sep 18, 2016
  6. Sep 14, 2016
    • Masahiro Yamada's avatar
      ARM: uniphier: merge board init functions into board_init() · b2916712
      Masahiro Yamada authored
      
      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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      b2916712
  7. Jul 01, 2016
  8. May 25, 2016
  9. Apr 24, 2016
  10. Mar 31, 2016
  11. Mar 23, 2016
  12. Jan 12, 2016
  13. Sep 24, 2015
  14. Feb 28, 2015
  15. Feb 06, 2015
Loading