Skip to content
Snippets Groups Projects
  1. May 20, 2016
  2. May 17, 2016
  3. Apr 18, 2016
  4. Apr 11, 2016
  5. Apr 01, 2016
  6. Mar 31, 2016
  7. Mar 27, 2016
  8. Mar 23, 2016
    • Masahiro Yamada's avatar
      ARM: uniphier: support Debug UART · d5cf3297
      Masahiro Yamada authored
      
      For ARM32 architecture, CONFIG_DEBUG_LL is available for early
      low-level debugging (and actually UniPhier 32bit SoCs use it), but
      ARM64 architecture does not support it.  Instead, CONFIG_DEBUG_UART
      is available as an architecture-independent debug facility.
      
      This commit supports it on all the UniPhier SoCs (including the new
      ARMv8 SoCs), which is very useful for new SoC bringups.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      d5cf3297
  9. Mar 22, 2016
  10. Mar 18, 2016
  11. Mar 17, 2016
    • Simon Glass's avatar
      x86: Allow use of serial soon after relocation · e4d6ab0c
      Simon Glass authored
      
      At present on x86 machines with use cache-as-RAM, the memory goes away just
      before board_init_r() is called. This means that serial drivers are
      no-longer unavailable, until initr_dm() it called, etc.
      
      Any attempt to use printf() within this period will cause a hang.
      
      To fix this, mark the serial devices as 'unavailable' when it is no-longer
      available. Bring it back when serial_initialize() is called. This means that
      the debug UART will be used instead for this period.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
      e4d6ab0c
  12. Mar 14, 2016
  13. Feb 29, 2016
  14. Feb 26, 2016
    • Michal Simek's avatar
      serial: dcc: Move driver to DM · 966bfa73
      Michal Simek authored
      
      Enabling this driver requires some DT changes.
      Adding DCC to root or main bus:
      dcc: dcc {
      	compatible = "arm,dcc";
      	u-boot,dm-pre-reloc;
      };
      
      Extend alias list to link DCC:
      	serial0 = &uart0;
      	serial1 = &uart1;
      	serial2 = &dcc;
      
      Change stdout-path to point to dcc port.
      	stdout-path = "serial2:115200n8";
      
      Also add support for debug uart to help with early debug.
      
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      966bfa73
  15. Feb 24, 2016
  16. Feb 22, 2016
  17. Feb 08, 2016
  18. Feb 06, 2016
  19. Feb 02, 2016
  20. Feb 01, 2016
  21. Jan 27, 2016
  22. Jan 25, 2016
Loading