Skip to content
Snippets Groups Projects
  1. May 30, 2015
  2. May 19, 2015
  3. Mar 23, 2015
  4. Feb 28, 2015
  5. Feb 12, 2015
  6. Feb 06, 2015
  7. Jan 30, 2015
  8. Dec 18, 2014
  9. Dec 08, 2014
    • Masahiro Yamada's avatar
      ARM: UniPhier: detect the number of flash banks at run-time · 7a3620b2
      Masahiro Yamada authored
      
      Some UniPhier boards are equipped with an expansion slot that
      some optional SRAM/NOR-flash cards can be attached to.  So, run-time
      detection of the number of flash banks would be more user-friendly.
      
      Until this commit, UniPhier boards have achieved this by (ab)using
      board_flash_wp_on() because the boot failed if flash_size got zero.
      Fortunately, this problem was solved by commit 70879a92 (flash:
      do not fail even if flash_size is zero).
      
      Now it is possible to throw away such a tricky workaround.  This
      commit also enables CONFIG_SYS_MAX_FLASH_BANKS_DETECT for further
      refactoring.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      7a3620b2
  10. Dec 07, 2014
  11. Nov 27, 2014
  12. Nov 11, 2014
  13. Oct 24, 2014
    • Masahiro Yamada's avatar
      dm: serial: use Driver Model for UniPhier serial driver · d064cbff
      Masahiro Yamada authored
      
      This commit converts UniPhier on-chip serial driver to driver model.
      
      Since UniPhier SoCs do not have Device Tree support, some board files
      should be added under arch/arm/cpu/armv7/uniphier/ph1-*/ directories.
      (Device Tree support for UniPhier platform is still under way.)
      
      Now the base address and master clock frequency are passed from
      platform data, so CONFIG_SYS_UNIPHIER_SERIAL_BASE* and
      CONFIG_SYS_UNIPHIER_UART_CLK should be removed.
      
      Tested on UniPhier PH1-LD4 ref board.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      d064cbff
  14. Oct 05, 2014
Loading